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

public class ViewFolderTreeNode extends AbstractLazyLoadingTreeNode<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.