Class ViewFolderTreeNode
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
- 
- com.inductiveautomation.perspective.designer.ui.trees.ViewFolderTreeNode
 
 
- 
- All Implemented Interfaces:
- javax.swing.tree.TreeNode
 
 public class ViewFolderTreeNode extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode> Tree node implementation used for browsing views. Leaf nodes will be instances ofViewTreeNode. Root node takes a Project as argument, will expose all views in that project.
- 
- 
Field SummaryFields Modifier and Type Field Description static javax.swing.tree.TreeCellRendererRENDERERTree cell renderer that will put the correct icon on the views.- 
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractLazyLoadingTreeNodeparent
 
- 
 - 
Constructor SummaryConstructors Constructor Description ViewFolderTreeNode(Project project)
 - 
Method SummaryAll 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.AbstractLazyLoadingTreeNodecheckChildren, children, findChild, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setChildren
 
- 
 
- 
- 
- 
Constructor Detail- 
ViewFolderTreeNodepublic ViewFolderTreeNode(Project project) 
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.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 class- AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
 
 
- 
 
-