| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| com.sptci.epng.table |
Support classes for EPNG TableEx component and its subclasses.
|
| 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 |
JDOTableModel<D>
A generic table model used to display all instances of a specified
PersistenceCapable object. |
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 |
|---|---|
DefaultPageableTableModel<D> |
TableNavigation.getModel()
Return the model backing this navigation component.
|