|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
M - model of the TreeNode (Does not have to match the model of the surrounding Tree)public interface TreeNode<M>
Representation of a single node of a Tree. A TreeNode will hold references on its children and a data model.
| Method Summary | |
|---|---|
List<TreeNode<M>> |
getChildrenList()
Returns the List of references to the children of the current TreeNode |
M |
getModel()
Returns the data model which belongs to the current TreeNode |
| Method Detail |
|---|
M getModel()
TreeNode
List<TreeNode<M>> getChildrenList()
List of references to the children of the current TreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||