| Interface | Description |
|---|---|
| TableCellRenderer |
Renders an
Object contained at a specific coordinate in
a TableModel into a Component instance. |
| TableColumnModel |
A representation of the collection of
TableColumns of a
Table. |
| TableModel |
A model which represents data in a table format.
|
| Class | Description |
|---|---|
| AbstractTableModel |
An abstract implementation of a
TableModel. |
| DefaultTableCellRenderer |
Default
TableCellRenderer implementation. |
| DefaultTableColumnModel |
The default
TableColumnModel implementation. |
| DefaultTableModel |
The default
TableModel implementation. |
| TableColumn |
A description of a single column of a
Table. |
Table components.