org.springframework.richclient.tree
Class TreeUtils
java.lang.Object
org.springframework.richclient.tree.TreeUtils
public class TreeUtils
- extends Object
Method Summary |
static String |
buildFormattedTreePath(TreeObject treeObject,
boolean includeRoot,
String delimSymbol)
|
static void |
expandAll(JTree tree,
boolean expand)
|
static void |
expandAll(JTree tree,
TreePath parent,
boolean expand)
|
static void |
expandLevels(JTree tree,
int levels,
boolean expand)
|
static void |
expandLevels(JTree tree,
TreePath parent,
int levels,
boolean expand)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeUtils
public TreeUtils()
buildFormattedTreePath
public static String buildFormattedTreePath(TreeObject treeObject,
boolean includeRoot,
String delimSymbol)
expandAll
public static void expandAll(JTree tree,
boolean expand)
expandLevels
public static void expandLevels(JTree tree,
int levels,
boolean expand)
expandLevels
public static void expandLevels(JTree tree,
TreePath parent,
int levels,
boolean expand)
expandAll
public static void expandAll(JTree tree,
TreePath parent,
boolean expand)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.