| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOFilterTableModel<F,D>
A table model that uses the
JDOFilterTableModel.filter object to filter the
data represented in the model. |
class |
TransactionalJDOTableModel<D>
A table model that automatically handles data store interactions when
adding/deleting rows from the model.
|
| Modifier and Type | Method and Description |
|---|---|
JDOTableModel<D> |
JDOTable.getModel()
Return the model backing this table.
|
| Constructor and Description |
|---|
JDOTable(JDOTableModel<D> model)
Create a new table using the specified model.
|