| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatementTableModel
A custom
TableModel used to represent
data contained in in a database table. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseTableModel |
DatabaseTable.getModel()
Over-ridden to return a properly type-cast model.
|
| Modifier and Type | Method and Description |
|---|---|
static RowSet |
DatabaseHelper.getRow(RowSet table,
DatabaseTableModel model)
Return a
RowSet that represents a single record
in the database table mapped by the specified DatabaseTableModel |
| Constructor and Description |
|---|
DatabaseTable(DatabaseTableModel model)
Create a new table using the specified model for its data.
|