Class PropTreeRootNode

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

    public class PropTreeRootNode
    extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
    • Constructor Detail

      • PropTreeRootNode

        public PropTreeRootNode​(DesignAdapter adapter)
    • Method Detail

      • loadChildren

        @Nullable
        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>
      • findTreePath

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

        public static javax.swing.tree.TreePath getTreePath​(javax.swing.tree.TreeNode node)