Class SubsetWindow

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

public class SubsetWindow extends AuxWindow implements ListDataListener
A window which displays currently defined RowSubsets for the current table, and offers various subset-related functions.
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • SubsetWindow

      public SubsetWindow(TopcatModel tcModel, Component parent)
      Constructs a new SubsetWindow from a TableViewer;
      Parameters:
      tcModel - model containing the data for the table concerned
      parent - component used for window positioning
  • Method Details