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 190962 2005-06-16 17:17:00Z sylvain $

Method Summary
 TreeModel createInstance()
           
 

Method Detail

createInstance

public TreeModel createInstance()


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