See: Description
Interface | Description |
---|---|
TableModel |
The TableModel interface specifies the methods that the JTable
class will use to interrogate a tabular data model.
|
Class | Description |
---|---|
AbstractTableModel |
This abstract class provides default implementations for most of the methods
in the TableModel class.
|
DefaultTableModel |
This is an implementation of the TableModel interface that uses a
Vector of Vectors to store the cell values.
|
TableHeader |
The TableHeader class is used by the ScrollPane for drawing the
column headers of a table.
|