Class RowTable

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

public class RowTable extends JTable
Auxiliary table that only provides numbered row headers for another main table.
Author:
Eric Tatara
See Also:
  • Field Details

    • table

      protected JTable table
  • Constructor Details

    • RowTable

      public RowTable(JTable mainTable)