Class PropTreeScopeNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<PropTreePropertyNode>
com.inductiveautomation.perspective.designer.ui.trees.PropTreeScopeNode
- All Implemented Interfaces:
- TreeNode
Tree node that represents a scope of a component like "props" or "custom"
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodeparent
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<PropTreePropertyNode>This will be called as late a possible for the node to populate its children list.toString()Methods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodecheckChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren
- 
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<PropTreePropertyNode>
 
- 
toString
 
-