Class ViewFolderTreeNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<TreeNode>
com.inductiveautomation.perspective.designer.ui.trees.ViewFolderTreeNode
- All Implemented Interfaces:
 TreeNode
Tree node implementation used for browsing views. Leaf nodes will be instances of 
ViewTreeNode.
 Root node takes a Project as argument, will expose all views in that project.- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TreeCellRendererTree cell renderer that will put the correct icon on the views.Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode
parent - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThis 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 
- 
Field Details
- 
RENDERER
Tree cell renderer that will put the correct icon on the views. 
 - 
 - 
Constructor Details
- 
ViewFolderTreeNode
 
 - 
 - 
Method Details
- 
toString
 - 
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<TreeNode>
 
 -