Class TableMapSelector

All Implemented Interfaces:
CloseableWidget, Workspace, ImageObserver, MenuContainer, Serializable, Accessible

public class TableMapSelector
extends JPanel
implements Workspace, CloseableWidget
A widget that will respond to one-click events, or present a combo box so that you can choose values out of a TableMap and display them in the GUI.
See Also:
Serialized Form
  • Constructor Details

    • TableMapSelector

      public TableMapSelector​(AsyncPanel dataPanel, TableMap tableMap, IrisView view, boolean includeComboBox, boolean includePreemptiveLabel, com.fishlib.io.logger.Logger log)
      Parameters:
      dataPanel - The dataPanel that we are being added to
      tableMap - The tableMap we are selecting from
      includeComboBox - Whether to include a combo box to allow switching tables. Should generally be true in the console and false in WEEPS
      includePreemptiveLabel - Whether to include a label that displays whether preemptive tables are in use, and what the hookup time is if they are
      log - Log to use for timing information, etc.
  • Method Details