| Package | Description |
|---|---|
| com.sptci.echo.tree |
Package that contains support classes for the
Tree component. |
| Modifier and Type | Field and Description |
|---|---|
protected Root<T> |
TreeModel.root
The root model object for this tree.
|
| Constructor and Description |
|---|
TreeModel(Root<T> root)
Create a new tree model with the specified root node.
|