| 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 |
JDOTable<D extends Serializable>
A custom table used to display objects persisted using JDO.
|
| Modifier and Type | Field and Description |
|---|---|
protected Table<D> |
TableContainer.table |
| Modifier and Type | Method and Description |
|---|---|
Table<D> |
TableContainer.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableContainer.setTable(Table<D> table) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addSelectionListener(SelectionListener<D,? extends Table> listener)
Adds a selection listener to be notified of row selections.
|
void |
Table.removeSelectionListener(SelectionListener<D,? extends Table> listener)
Remove a selection listener from being notified of row selections.
|
| Constructor and Description |
|---|
TableContainer(Table<D> table)
Create a new container component for the specified table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryTable
A custom table used to display all the files in the file encapsulated by
the specified
DirectoryTableModel. |