Class IntegerSubsetQueryWindow

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

public abstract class IntegerSubsetQueryWindow extends SubsetQueryWindow
Subset query window class which requires from the user an integer.
Since:
28 Sep 2006
Author:
Mark Taylor
See Also:
  • Constructor Details

    • IntegerSubsetQueryWindow

      public IntegerSubsetQueryWindow(TopcatModel tcModel, Component parent, String title, String numLabel)
      Constructor.
      Parameters:
      tcModel - topcat model
      parent - parent component (for window placing)
      title - window title
      numLabel - label for the integer entry text component
  • Method Details

    • configureFields

      protected abstract void configureFields(int num)
      Invoked when the value of the numeric entry field has (or may have) changed to a legal value. Implementations should use this value to configure fields that they look after accordingly.
      Parameters:
      num - non-negative integer value