Interface AsynchronousTreeNode

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void blockLoad()
      Force this tree node to load it's children (if not already loaded) synchronously.
      • Methods inherited from interface javax.swing.tree.TreeNode

        children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
    • Method Detail

      • blockLoad

        void blockLoad()
        Force this tree node to load it's children (if not already loaded) synchronously.