| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTableModel
A custom
TableModel used to represent
data contained in in a database table. |
class |
StatementTableModel
A custom
TableModel used to represent
data contained in in a database table. |
| Modifier and Type | Method and Description |
|---|---|
RowSetTableModel |
RowSetTable.getModel()
Over-ridden to return a properly type-cast model.
|
| Constructor and Description |
|---|
RowSetTable(RowSetTableModel model)
Create a new table using the specified model for its data.
|