Package charvax.swing.table

Provides classes and interfaces for dealing with charvax.swing.JTable.

See:
          Description

Interface Summary
TableModel The TableModel interface specifies the methods that the JTable class will use to interrogate a tabular data model.
 

Class Summary
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.
 

Package charvax.swing.table Description

Provides classes and interfaces for dealing with charvax.swing.JTable.