| 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 |
DefaultPageableTableModel<D>
A genericised
TableModel used to display
instances of objects of the type specified. |
class |
DefaultSortableTableModel<D>
A genericised
TableModel used to
hold instances of objects of the type specified. |
class |
JDOFilterTableModel<F,D>
A table model that uses the
JDOFilterTableModel.filter object to filter the
data represented in the model. |
class |
JDOTableModel<D>
A generic table model used to display all instances of a specified
PersistenceCapable object. |
class |
RowSetTableModel
A custom
TableModel used to represent
data contained in RowSet objects. |
class |
StatementTableModel
A custom
TableModel used to represent
data contained in in a database table. |
class |
TableModel<D>
A genericised
TableModel used to
hold instances of objects of the type specified. |
class |
TransactionalJDOTableModel<D>
A table model that automatically handles data store interactions when
adding/deleting rows from the model.
|