Uses of Class
org.extremecomponents.tree.bean.TreeNode

Packages that use TreeNode
org.extremecomponents.tree.bean   
org.extremecomponents.tree.model   
 

Uses of TreeNode in org.extremecomponents.tree.bean
 

Methods in org.extremecomponents.tree.bean that return TreeNode
 TreeNode TreeNode.getParent()
           
 

Methods in org.extremecomponents.tree.bean with parameters of type TreeNode
 void TreeNode.setParent(TreeNode parent)
           
 

Uses of TreeNode in org.extremecomponents.tree.model
 

Methods in org.extremecomponents.tree.model with parameters of type TreeNode
static void TreeModelUtils.loadChildren(TreeModel model, java.util.List displayList, java.util.List searchList, TreeNode node, int currentDepth)
           
static void TreeModelUtils.addChildren(TreeModel model, java.util.List displayList, TreeNode node)
          Recursive call used by the filter function to add back the filtered out children but keeps them collapsed unless they have been openned manually be the open parameter.
static boolean TreeModelUtils.nodeIsBeanParent(TreeModel model, TreeNode node, java.lang.Object bean)
           
static boolean TreeModelUtils.isOpen(TreeModel model, TreeNode node, boolean filterControlled)
          Find out if the node and all parents are open.
 



Copyright © 2004 sourceforge. All Rights Reserved.