jsky.util
Interface Saveable
- All Known Implementing Classes:
- AstroCatTable, IRSATable, MemoryCatalog, NavigatorFITSTable, SkycatTable, TableDisplayTool, TestTableQueryResult
public interface Saveable
An interface for objects that can be saved to a file in some format.
This is intended to be used to implement "Save as..." menu items.
Method Summary |
void |
saveAs(String filename)
Save the current object to the given file. |
saveAs
void saveAs(String filename)
throws IOException
- Save the current object to the given file. In some cases the
format may depend on the file suffix.
- Throws:
IOException
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.