Interface | Description |
---|---|
TableCellEditor |
TableCellEditor public interface
|
TableCellRenderer |
TableCellRenderer public interface
|
TableColumnModel |
The interface used by
JTable to access the columns in the table
view. |
TableModel |
A
TableModel is a two dimensional data structure that
can store arbitrary Object instances, usually for the
purpose of display in a JTable component. |
Class | Description |
---|---|
AbstractTableModel |
A base class that can be used to create implementations of the
TableModel interface. |
DefaultTableCellRenderer |
Class to display every cells.
|
DefaultTableCellRenderer.UIResource | |
DefaultTableColumnModel |
A model that stores information about the columns used in a
JTable . |
DefaultTableModel |
A two dimensional data structure used to store
Object
instances, usually for display in a JTable component. |
JTableHeader |
Represents the table header.
|
TableColumn |
Represents the attributes of a column in a table, including the column index,
width, minimum width, preferred width and maximum width.
|