public interface TreeNode
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.List<TreeNode> children()
boolean getAllowsChildren()