jsky.util
Interface SaveableAsHTML
- All Known Implementing Classes:
- AstroCatTable, IRSATable, 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(String filename)
Save the current object to the given file in HTML format. |
saveAsHTML
void saveAsHTML(String filename)
throws IOException
- Save the current object to the given file in HTML format.
- Throws:
IOException
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.