jsky.util
Interface Saveable

All Known Implementing Classes:
AstroCatTable, 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(java.lang.String filename)
          Save the current object to the given file.
 

Method Detail

saveAs

void saveAs(java.lang.String filename)
            throws java.io.IOException
Save the current object to the given file. In some cases the format may depend on the file suffix.

Throws:
java.io.IOException