| 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 | Method and Description |
|---|---|
void |
SelectionListener.rowSelected(EventObject<D,S> event)
Invoked when a row in the
Table is selected. |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSelectionListener.rowSelected(EventObject<File,DirectoryTable> event)
Sets
FileList.setSelected(java.io.File) with the file data
object in event. |