Class SessionSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SessionSavePanel extends SavePanel
SavePanel for saving a TOPCAT session. This saves state about loaded tables (visible columns, defined subsets etc) rather than just the apparent table.
Since:
4 Aug 2010
Author:
Mark Taylor
See Also:
  • Constructor Details

    • SessionSavePanel

      public SessionSavePanel()
      Constructor.
  • Method Details

    • getTables

      public uk.ac.starlink.table.StarTable[] getTables()
      Description copied from class: SavePanel
      Returns the tables chosen by the user from this panel to save.
      Specified by:
      getTables in class SavePanel
      Returns:
      tables to save
    • setActiveChooser

      public void setActiveChooser(uk.ac.starlink.table.gui.TableSaveChooser chooser)
      Description copied from class: SavePanel
      Configures the chooser currently controlling this panel. The supplied chooser will be null if this panel is not active. This panel should take the responsibility for setting the chooser's enabledness for as long as it is active.
      Specified by:
      setActiveChooser in class SavePanel
      Parameters:
      chooser - controlling save chooser, or null