Class SaveQueryWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SaveQueryWindow extends QueryWindow
Window which allows the user to save one or multiple tables.
Since:
15 Jul 2010
Author:
Mark Taylor
See Also:
  • Constructor Details

    • SaveQueryWindow

      public SaveQueryWindow(uk.ac.starlink.table.StarTableOutput sto, LoadWindow loadWindow, Component parent)
      Constructor.
      Parameters:
      sto - table output marshaller
      loadWindow - load window, used to initialise state (for instance directory)
      parent - parent component
  • Method Details

    • perform

      public boolean perform()
      Description copied from class: QueryWindow
      This method will be invoked when the OK button is pushed or the user otherwise indicates that he has filled in the form.
      Specified by:
      perform in class QueryWindow
      Returns:
      true if the action is complete in some sense. The window will be disposed if true is returned, otherwise it will remain posted.
    • getSaveChooser

      public uk.ac.starlink.table.gui.TableSaveChooser getSaveChooser()
      Returns the save chooser used by this window.
      Returns:
      save chooser