Class DefaultParentNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultParentNode
- All Implemented Interfaces:
- TreeNode
A tree node that keeps a list of children and has addChild function to add children. All children should be added
 before the node is installed in a model. IF you want a tree node that calculates its children on the fly, look at
 
AbstractAsynchronousTreeNode or AbstractLazyLoadingTreeNode- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidchildren()booleangetChildAt(int index) intintbooleanisLeaf()toString()
- 
Field Details- 
parent
- 
text
- 
children
 
- 
- 
Constructor Details- 
DefaultParentNode
 
- 
- 
Method Details- 
addChild
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getParent
- 
getIndex
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
isLeafpublic boolean isLeaf()
- 
children
- 
toString
 
-