| java.lang.Object org.enhydra.jawe.components.XPDLTreeUtil
XPDLTreeUtil | public class XPDLTreeUtil (Code) | | Utility class for handling the tree.
author: Zoran Milakovic author: Sasa Bojanic |
expandOrCollapsToLevel | public static void expandOrCollapsToLevel(JTree tree, TreePath treePath, int level, boolean expand)(Code) | | Expands/Collapse specified tree to a certain level.
Parameters: tree - jtree to expand to a certain level Parameters: level - the level of expansion |
expandOrCollapsePath | public static void expandOrCollapsePath(JTree tree, TreePath treePath, int level, int currentLevel, boolean expand)(Code) | | |
|
|