Uses of Interface
org.apache.cocoon.forms.formmodel.tree.TreeModel

Packages that use TreeModel
org.apache.cocoon.forms.formmodel.tree   
 

Uses of TreeModel in org.apache.cocoon.forms.formmodel.tree
 

Classes in org.apache.cocoon.forms.formmodel.tree that implement TreeModel
 class DefaultTreeModel
          A default tree model, implemented with DefaultTreeModel.TreeNodes.
 class SourceTreeModel
          A TreeModel that builds a hierarchy of TraversableSources.
 

Fields in org.apache.cocoon.forms.formmodel.tree declared as TreeModel
static TreeModel DefaultTreeModel.UNSPECIFIED_MODEL
          Default model that is used by a Tree when no model has been specified.
 

Methods in org.apache.cocoon.forms.formmodel.tree that return TreeModel
 TreeModel JavaTreeModelDefinition.createInstance()
           
 TreeModel SourceTreeModelDefinition.createInstance()
           
 TreeModel TreeModelDefinition.createInstance()
           
 TreeModel TreeDefinition.createModel()
           
 TreeModel Tree.getModel()
           
 TreeModel TreeModelEvent.getSourceModel()
           
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type TreeModel
 void Tree.setModel(TreeModel model)
           
 Object[] TreePath.getObjectPath(TreeModel model)
          Returns an ordered array of Objects containing the components of this TreePath.
 Object TreePath.getLastPathObject(TreeModel model)
          Returns the last component of this path.
 Object TreePath.getObject(TreeModel model)
           
 

Constructors in org.apache.cocoon.forms.formmodel.tree with parameters of type TreeModel
TreeModelHelper(TreeModel model)
           
TreeModelEvent(TreeModel model, TreePath path)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.