Class DataToolStatsTable

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

public class DataToolStatsTable extends JTable
This displays statistics of data columns in a DataToolTable.
Version:
1.0
Author:
Douglas Brown
See Also:
  • Constructor Details

    • DataToolStatsTable

      public DataToolStatsTable(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.
    • refreshStatistics

      public void refreshStatistics()
      Refresh the statistics data.
    • refreshCellWidths

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

      public void refreshGUI()
      Refresh the GUI.
    • 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
    • setFont

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