| 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 |
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 |
TransactionalJDOTableModel<D>
A table model that automatically handles data store interactions when
adding/deleting rows from the model.
|
| Modifier and Type | Method and Description |
|---|---|
TableModel<D> |
Table.getModel()
Over-ridden to return a properly type-cast model.
|
| Constructor and Description |
|---|
Table(TableModel<D> model)
Create a new table using the specified model for its data.
|
| Modifier and Type | Method and Description |
|---|---|
TableModel |
Table.getModel()
Over-ridden to return a properly type-cast model.
|
| Constructor and Description |
|---|
Table(TableModel<D> model)
Create a new table using the specified model for its data.
|