Class PropTreePageNode

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

    public class PropTreePageNode
    extends AbstractLazyLoadingTreeNode<javax.swing.tree.TreeNode>
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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>