org.apache.cocoon.forms.formmodel.tree
Interface TreeModelDefinition

All Known Implementing Classes:
JavaTreeModelDefinition, SourceTreeModelDefinition

public interface TreeModelDefinition

Creates TreeModels. Note that the builder/definition/instance pattern is is necessary here as tree models are mutable things, and therefore a new instance must be created for each tree widget.

Version:
$Id: TreeModelDefinition.java 449149 2006-09-23 03:58:05Z crossley $

Method Summary
 TreeModel createInstance()
           
 

Method Detail

createInstance

TreeModel createInstance()


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.