javax.swing.JTable.
See: Description
JListBox,
JComboBox,
JTree, or
JTable needs to implement.
JTable.
JTable.
TableModel interface specifies the methods the
JTable will use to interrogate a tabular data model.
TableModel interface.
JTable.
DefaultTableCellRenderer that implements
UIResource.
JTable.
TableModel that uses a
Vector of
Vectors to store the cell value objects.
JTable.
TableColumn represents all the attributes of a column in a
JTable, such as width, resizability, minimum and maximum width.
RowSorter that provides sorting and filtering using a
TableModel.
javax.swing.JTable.
JTable is Swing's grid or tabular view for constructing user interfaces for tabular data structures inside an application. Use this package if you want control over how tables are constructed, updated, and rendered, as well as how data associated with the tables are viewed and managed.
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.