| Package | Description |
|---|---|
| com.sptci.echo.tree |
Package that contains support classes for the
Tree component. |
| 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.
|
| Class and Description |
|---|
| Root
A simple model object that can be used to represent the root node for a
tree.
|
| Class and Description |
|---|
| Tree
The default tree component for use in SPT projects.
|
| TreeNode
A tree node that maintains a
TreeNode.initialised flag to enable lazy
loading of child nodes. |