Class PipesFolderNode

    • Constructor Detail

      • PipesFolderNode

        public PipesFolderNode​(ViewResourceEditor editor,
                               java.lang.String[] pipes)
    • Method Detail

      • loadChildren

        public java.util.List<AbstractNavTreeNode> loadChildren()
        Description copied from class: AbstractNavTreeNode
        Called before this node responds from any of the children-related TreeNode functions, if a list of children wasn't already set. Override to use lazy child loading.
        Overrides:
        loadChildren in class AbstractNavTreeNode
      • getSelection

        public java.util.List<java.lang.Integer> getSelection()
      • getComponentPath

        public java.lang.String getComponentPath()
      • update

        public void update​(java.lang.String[] pipes)