Class SyntheticSubsetQueryWindow

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

public class SyntheticSubsetQueryWindow extends AbstractSubsetQueryWindow
A dialogue window which queries the user for the characteristics of a new Row Subset and then appends it to the subsets list.
See Also:
  • Constructor Details

    • SyntheticSubsetQueryWindow

      public SyntheticSubsetQueryWindow(TopcatModel tcModel, Component parent)
      Constructs a new query window, which on user completion will try to construct a new synthetic RowSubset and add it to the list.
      Parameters:
      tcModel - model containing the table data
      parent - the parent window for this dialogue (used for window positioning)