Class PropTreeScopeNode
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<PropTreePropertyNode>
 - 
- com.inductiveautomation.perspective.designer.ui.trees.PropTreeScopeNode
 
 
 
- 
- All Implemented Interfaces:
 javax.swing.tree.TreeNode
public class PropTreeScopeNode extends AbstractLazyLoadingTreeNode<PropTreePropertyNode>
Tree node that represents a scope of a component like "props" or "custom" 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode
parent 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<PropTreePropertyNode>loadChildren()This will be called as late a possible for the node to populate its children list.java.lang.StringtoString()- 
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode
checkChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren 
 - 
 
 - 
 
- 
- 
Method Detail
- 
loadChildren
protected java.util.List<PropTreePropertyNode> loadChildren()
Description 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 classAbstractLazyLoadingTreeNode<PropTreePropertyNode>
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -