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.
static class DefaultTreeModel.Sample
          The classical Swing sample tree model, that can be used for demonstration purposes.
 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 TreeModelDefinition.createInstance()
           
 TreeModel SourceTreeModelDefinition.createInstance()
           
 TreeModel JavaTreeModelDefinition.createInstance()
           
 TreeModel TreeDefinition.createModel()
           
 TreeModel Tree.getModel()
           
 TreeModel TreeModelEvent.getSourceModel()
           
 

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

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



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