Interfaces and classes that support the {@link javax.swing.JTable} component.
See: Description
| Interface Summary | |
|---|---|
| TableCellEditor | TableCellEditor public interface |
| TableCellRenderer | TableCellRenderer public interface |
| TableColumnModel | The interface used by {@link 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 {@link javax.swing.JTable} component. |
| Class Summary | |
|---|---|
| AbstractTableModel | A base class that can be used to create implementations of the {@link TableModel} interface. |
| DefaultTableCellRenderer | Class to display every cells. |
| DefaultTableCellRenderer.UIResource | |
| DefaultTableColumnModel | A model that stores information about the columns used in a {@link JTable}. |
| DefaultTableModel |
A two dimensional data structure used to store Object
instances, usually for display in a JTable component.
|
| JTableHeader | Represents the table header. |
| JTableHeader.AccessibleJTableHeader | |
| JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry | |
| TableColumn | Represents the attributes of a column in a table, including the column index, width, minimum width, preferred width and maximum width. |
Interfaces and classes that support the {@link javax.swing.JTable} component.