Uses of Interface
com.arsdigita.bebop.tree.TreeModel

Packages that use TreeModel
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.tree A tree widget that is a Bebop component. 
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
 

Uses of TreeModel in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop that return TreeModel
 TreeModel Tree.getTreeModel()
          Deprecated. Use Tree.getTreeModel(PageState) instead
 TreeModel Tree.getTreeModel(PageState s)
          Returns the TreeModel used by the tree for the current request.
 

Methods in com.arsdigita.bebop with parameters of type TreeModel
 void Tree.setTreeModel(TreeModel m)
          Sets the tree model used for this tree.
protected  void Tree.generateTree(PageState data, Element parent, TreeNode node, TreeModel tree)
          Builds a DOM representing the tree.
 

Constructors in com.arsdigita.bebop with parameters of type TreeModel
Tree(TreeModel t)
          Deprecated. This constructor has been deprecated in favor of Tree(TreeModelBuilder b). It is not practical to hardwire the TreeModel into the Tree, since the model may change during each request. It is possible to write the model-instantiation code in getRoot(PageState), but the TreeModelBuilder fits better into the pattern which has already been established by List and Table
 

Uses of TreeModel in com.arsdigita.bebop.tree
 

Classes in com.arsdigita.bebop.tree that implement TreeModel
 class DefaultTreeModel
          The basic implementation of the TreeModel interface.
 

Methods in com.arsdigita.bebop.tree that return TreeModel
 TreeModel TreeModelBuilder.makeModel(Tree t, PageState s)
          Builds a TreeModel to be used in the current request
 

Uses of TreeModel in com.arsdigita.categorization
 

Classes in com.arsdigita.categorization that implement TreeModel
 class CategoryTreeModelLite
          Implements the TreeModel interface for categories.
 

Uses of TreeModel in com.arsdigita.kernel.ui
 

Classes in com.arsdigita.kernel.ui that implement TreeModel
 class DataQueryTreeModel
          A generic tree model for representing data base backed trees in an efficient manner.
 

Uses of TreeModel in com.arsdigita.ui.admin
 

Classes in com.arsdigita.ui.admin that implement TreeModel
 class GroupTreeModel
           
 

Uses of TreeModel in com.arsdigita.ui.sitemap
 

Classes in com.arsdigita.ui.sitemap that implement TreeModel
 class SiteNodeTreeModel
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC