| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected FileSystemTree |
FileSystemPane.tree
The file system tree that is displayed as the primary component.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemTree |
FileSystemPane.getTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemPane.setTree(FileSystemTree tree) |
| Constructor and Description |
|---|
FileSystemPane(FileSystemTree tree,
FileList list)
Create a new instance that displays the specified tree and file list
components.
|