Class PropTreeViewNode

  • All Implemented Interfaces:
    javax.swing.tree.TreeNode

    public class PropTreeViewNode
    extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
    Tree node implementation for displaying the structure inside a single View. Root node takes an open view editor, and will expose the components and properties inside the view that editor has open.
    • Method Detail

      • findTreePath

        public java.util.Optional<javax.swing.tree.TreePath> findTreePath​(ComponentPath path)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • loadChildren

        protected java.util.List<javax.swing.tree.TreeNode> loadChildren()
        Description copied from class: AbstractLazyLoadingTreeNode
        This 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:
        loadChildren in class AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>