|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of data wrapped by this nodepublic static interface TreeStore.TreeNode<T>
Simple interface to allow data to be imported/exported from a TreeStore, complete with the structure of the tree.
| Method Summary | |
|---|---|
java.util.List<? extends TreeStore.TreeNode<T>> |
getChildren()
Gets the list of child nodes. |
T |
getData()
Gets the data represented by this node. |
| Method Detail |
|---|
java.util.List<? extends TreeStore.TreeNode<T>> getChildren()
TreeStore.getSubTree(Object).
T getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||