| Interface | Description |
|---|---|
| CloseableTableModel |
Creation-Date: 05.04.2006, 15:14:25
|
| Class | Description |
|---|---|
| CSVTableModel |
TableModel used by the CSVTableModelProducer class. |
| CSVTableModelProducer |
Creates a
TableModel using a file formated in CSV for input. |
| JoiningTableModel | |
| PrintableTableModel |
A tablemodel that allows to override the column names.
|
| ResultSetTableModelFactory |
Creates a
TableModel which is backed up by a ResultSet. |
| ScrollableResultSetTableModel |
A tableModel which is backed up by a java.sql.ResultSet.
|
| SubSetTableModel |
A TableModel that proxies an other tablemodel and cuts rows from the start and/or the
end of the other tablemodel.
|
| TableModelInfo |
A utility class that prints out information about a TableModel.
|
| TableModelModule |
The module definition for the table model utility classes module.
|
| TypeMapper |