Class SkyColumnQueryWindow

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

public class SkyColumnQueryWindow extends QueryWindow
Query window which allows the user to specify new sky coordinate columns based on old ones.
Since:
12 Oct 2005
Author:
Mark Taylor
See Also:
  • Constructor Details

    • SkyColumnQueryWindow

      public SkyColumnQueryWindow(TopcatModel tcModel, Component parent)
      Constructor.
      Parameters:
      tcModel - topcat model
      parent - parent component
  • Method Details

    • perform

      protected boolean perform()
      Attempt to add the new columns.
      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.