| Package | Description |
|---|---|
| com.sptci.echo.table |
Support classes for Table components.
|
| com.sptci.echo.tree.filesystem |
Package that contains core classes used to display the contents of the
file system of the server on which the application is deployed.
|
| 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 extends Serializable,D extends Serializable>
A table model that uses the
JDOFilterTableModel.filter object to filter the
data represented in the model. |
class |
JDOTableModel<D extends Serializable>
A generic table model used to display all instances of a specified
PersistenceCapable object. |
class |
TransactionalJDOTableModel<D extends Serializable>
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.
|
TableContainer(TableModel<D> model)
A convenience constructor that uses a default
Table
instance with the specified underlying model. |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryTableModel
A table model that represents all the files under a directory.
|