Class ParameterQueryWindow

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

public class ParameterQueryWindow extends QueryWindow
A dialogue window which queries the user for the characteristics of a new table parameter and then appends it to the parameter list.
Since:
17 Aug 2004
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • ParameterQueryWindow

      public ParameterQueryWindow(TopcatModel tcModel, Component parent)
      Constructs a new ParameterQueryWindow.
      Parameters:
      tcModel - topcat model describing the table this relates to
      parent - parent window, may be used for positioning
  • Method Details

    • perform

      protected boolean perform()
      Invoked when the user tries to OK the transaction.
      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.