| 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 |
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 | Class and Description |
|---|---|
class |
DirectoryTableModel
A table model that represents all the files under a directory.
|