Class PropTreeComponentNode
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
- 
- com.inductiveautomation.perspective.designer.ui.trees.PropTreeComponentNode
 
 
- 
- All Implemented Interfaces:
- javax.swing.tree.TreeNode
 
 public class PropTreeComponentNode extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected DesignAdapteradapter- 
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodeparent
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<javax.swing.tree.TreePath>findTreePath(ComponentPath path, int index)ComponentStructuregetComponent()protected java.util.List<javax.swing.tree.TreeNode>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.AbstractLazyLoadingTreeNodecheckChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren
 
- 
 
- 
- 
- 
Field Detail- 
adapterprotected final DesignAdapter adapter 
 
- 
 - 
Method Detail- 
getComponentpublic ComponentStructure getComponent() 
 - 
loadChildrenprotected java.util.List<javax.swing.tree.TreeNode> 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 class- AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
 
 - 
findTreePathpublic java.util.Optional<javax.swing.tree.TreePath> findTreePath(ComponentPath path, int index) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-