Class PropTreeRootNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<TreeNode>
com.inductiveautomation.perspective.designer.ui.trees.PropTreeRootNode
- All Implemented Interfaces:
- TreeNode
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodeparent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfindTreePath(ComponentPath path) static TreePathgetTreePath(TreeNode node) This will be called as late a possible for the node to populate its children list.Methods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodecheckChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren
- 
Constructor Details- 
PropTreeRootNode
 
- 
- 
Method Details- 
loadChildrenDescription copied from class:AbstractLazyLoadingTreeNodeThis will be called as late a possible for the node to populate its children list. May return null if there are no children.- Specified by:
- loadChildrenin class- AbstractLazyLoadingTreeNode<TreeNode>
 
- 
findTreePath
- 
getTreePath
 
-