|
|||||||||
| Home >> All >> javax >> swing >> [ table overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package javax.swing.table
| Interface Summary | |
| TableCellEditor | TableCellEditor public interface |
| TableCellRenderer | TableCellRenderer public interface |
| TableColumnModel | The interface used by javax.swing.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 javax.swing.JTable component. |
| Class Summary | |
| 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 javax.swing.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. |
|
|||||||||
| Home >> All >> javax >> swing >> [ table overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||