org.springframework.richclient.tree
Class TreeUtils

java.lang.Object
  extended by org.springframework.richclient.tree.TreeUtils

public class TreeUtils
extends Object


Constructor Summary
TreeUtils()
           
 
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
 

Constructor Detail

TreeUtils

public TreeUtils()
Method Detail

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.