Class DataToolPropsTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public final class DataToolPropsTable extends JTable
A table that displays plot properties of the columns in a data tool table.
Version:
2.0
Author:
Douglas Brown, Bob Hanson
See Also:
  • Field Details

  • Constructor Details

    • DataToolPropsTable

      public DataToolPropsTable(DataToolTable table)
      Constructor.
      Parameters:
      table - the datatable
  • Method Details

    • init

      protected void init()
      Initializes the table.
    • refreshTable

      public void refreshTable()
      Refresh the data display in this table.
    • addColumn

      public void addColumn(TableColumn aColumn)
      Overrides:
      addColumn in class JTable
    • refreshCellWidths

      public void refreshCellWidths()
      Refresh the cell widths in the table.
    • refreshGUI

      public void refreshGUI()
      Refresh the GUI.
    • refreshLabelColumnWidth

      public void refreshLabelColumnWidth()
      Refresh the label column width.
    • getCellRenderer

      public TableCellRenderer getCellRenderer(int row, int column)
      Returns the renderer for a cell specified by row and column.
      Overrides:
      getCellRenderer in class JTable
      Parameters:
      row - the row number
      column - the column number
      Returns:
      the cell renderer
    • getCellEditor

      public TableCellEditor getCellEditor(int row, int column)
      Returns the editor for a cell specified by row and column.
      Overrides:
      getCellEditor in class JTable
      Parameters:
      row - the row number
      column - the column number
      Returns:
      the cell editor
    • setFont

      public void setFont(Font font)
      Overrides:
      setFont in class JComponent
    • getStyleDialog

      protected JDialog getStyleDialog()
    • dispose

      public void dispose()