|
Treeviz 0.37 2010-10-17 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeNode
The TreeNode interface is implemented by objects which encapsulate a tree structure.
| Method Summary | |
|---|---|
java.util.List<TreeNode> |
children()
Returns the children of this node in a List. |
boolean |
getAllowsChildren()
Returns true, if this node can not have children. |
| Method Detail |
|---|
java.util.List<TreeNode> children()
boolean getAllowsChildren()
|
Copyright 2007-2008 (c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||