Class ColumnChooserDialog

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

public class ColumnChooserDialog extends JDialog
A dialog for configuring the column order and visibility of columns within a GuiTable. This class assumes the provided table's column model is a HiddenColumnModel
See Also:
  • Constructor Details

    • ColumnChooserDialog

      public ColumnChooserDialog(com.fishlib.io.logger.Logger log, GuiTable table)
      Create a Column Chooser Dialog. Note that the TableColumnModel of `table` is expected to be an instance of HiddenColumnModel
      Parameters:
      log - a logger
      table - the table to rearrange columns in
  • Method Details

    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()
      Noinspection:
      ALL