Class PropTreeSessionNode
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
 - 
- com.inductiveautomation.perspective.designer.ui.trees.PropTreeSessionNode
 
 
 
- 
- All Implemented Interfaces:
 javax.swing.tree.TreeNode
public class PropTreeSessionNode extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode
parent 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PropTreeSessionNode(PropTreeRootNode root, DesignAdapter adapter) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.AbstractLazyLoadingTreeNode
checkChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PropTreeSessionNode
public PropTreeSessionNode(PropTreeRootNode root, DesignAdapter adapter)
 
 - 
 
- 
Method Detail
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
loadChildren
@Nullable protected 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 classAbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
 
 - 
 
 -