jsky.util
Interface SaveableWithDialog

All Known Implementing Classes:
ElevationPanel, ObservationPanel, TableDisplayTool, TablePanel

public interface SaveableWithDialog

An interface for widgets that can pop up a dialog to save their contents to a file.


Method Summary
 void saveAs()
          Display a dialog to save the contents of this object to a file.
 

Method Detail

saveAs

void saveAs()
Display a dialog to save the contents of this object to a file.