- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file TreeUtil.java.
◆ expandRootBranches()
static void org.turro.wd.tree.TreeUtil.expandRootBranches |
( |
TreeView |
tree | ) |
|
|
static |
Definition at line 32 of file TreeUtil.java.
33 List<TreeNode> roots = (List<TreeNode>) tree.getTreeData();
34 for(TreeNode tn : roots) {
35 if(tn instanceof TreeBranch) {
36 tree.expandBranch(Sequence.Tree.pathOf(roots, tn));
The documentation for this class was generated from the following file: