jsky.util
Interface Storeable

All Known Implementing Classes:
CatalogQueryPanel, CatalogQueryTool, NavigatorQueryTool, TableDisplay, TableDisplayTool

public interface Storeable

An interface for objects that can store their settings and restore them later.


Method Summary
 boolean restoreSettings(java.lang.Object obj)
          Restore the settings previously stored and return true if successful.
 java.lang.Object storeSettings()
          Store the current settings in a serializable object and return the object.
 

Method Detail

storeSettings

java.lang.Object storeSettings()
Store the current settings in a serializable object and return the object.


restoreSettings

boolean restoreSettings(java.lang.Object obj)
Restore the settings previously stored and return true if successful.