Searched refs:expandAll (Results 1 – 1 of 1) sorted by relevance
689 expandAll(pixelPerfectTree, true); in showPixelPerfectTree()693 private static void expandAll(JTree tree, boolean expand) { in expandAll() method in Workspace695 expandAll(tree, new TreePath(root), expand); in expandAll()698 private static void expandAll(JTree tree, TreePath parent, boolean expand) { in expandAll() method in Workspace704 expandAll(tree, path, expand); in expandAll()