Class DataTable

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

public class DataTable extends JTable
See Also:
  • Field Details

    • _tableFont

      protected static Font _tableFont
  • Constructor Details

    • DataTable

      public DataTable(DataSet dataSet)
  • Method Details

    • selectedCell

      protected void selectedCell(int row, int col)
    • getScrollPane

      public JScrollPane getScrollPane()
      Get the scroll pane for this data table
      Returns:
      the scroll pane for this data table
    • main

      public static void main(String[] args)
      main program for testing.
      Parameters:
      args -