Class PropTreeViewNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<TreeNode>
com.inductiveautomation.perspective.designer.ui.trees.PropTreeViewNode
- All Implemented Interfaces:
TreeNode
Tree node implementation for displaying the structure inside a single View. Root node takes an open view editor,
and will expose the components and properties inside the view that editor has open.
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode
parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTreePath
(ComponentPath path) 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.AbstractLazyLoadingTreeNode
checkChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren
-
Constructor Details
-
PropTreeViewNode
-
-
Method Details
-
findTreePath
-
toString
-
loadChildren
Description copied from class:AbstractLazyLoadingTreeNode
This 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:
loadChildren
in classAbstractLazyLoadingTreeNode<TreeNode>
-