Constructor and Description |
---|
FilteredTreeNode(java.util.List<TreeNode> path,
TreeNode theNode,
TreeNodeFilter filter) |
FilteredTreeNode(TreeNode root,
TreeNodeFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TreeNode> |
children()
Returns a list of child tree node
|
java.lang.String |
id()
Returns
id of this node. |
java.lang.String |
label()
Returns the label on the current tree node
|
public FilteredTreeNode(TreeNode root, TreeNodeFilter filter)
public FilteredTreeNode(java.util.List<TreeNode> path, TreeNode theNode, TreeNodeFilter filter)
public java.lang.String id()
TreeNode
Returns id
of this node.
The id
of a node can be used to identify a node in a certain context In other words children nodes of the same parent node cannot share a same id
public java.lang.String label()
TreeNode
Returns the label on the current tree node
Copyright © 2014–2017 ActFramework. All rights reserved.