jsky.util
Interface SaveableAsHTML

All Known Implementing Classes:
AstroCatTable, MemoryCatalog, NavigatorFITSTable, SkycatTable, TableDisplay, TableDisplayTool, TestTableQueryResult

public interface SaveableAsHTML

An interface for objects that can be saved to a file in HTML format. This is intended to be used to implement "Save as HTML..." menu items.


Method Summary
 void saveAsHTML(java.lang.String filename)
          Save the current object to the given file in HTML format.
 

Method Detail

saveAsHTML

void saveAsHTML(java.lang.String filename)
                throws java.io.IOException
Save the current object to the given file in HTML format.

Throws:
java.io.IOException