com.arsdigita.bebop.tree
Interface TreeModelBuilder

All Superinterfaces:
Lockable

public interface TreeModelBuilder
extends Lockable

The interface builds a TreeModel for a Tree.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/tree/TreeModelBuilder.java#8 $
Author:
Stanislav Freidin

Field Summary
static String versionId
           
 
Method Summary
 TreeModel makeModel(Tree t, PageState s)
          Builds a TreeModel to be used in the current request
 
Methods inherited from interface com.arsdigita.util.Lockable
isLocked, lock
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

makeModel

public TreeModel makeModel(Tree t,
                           PageState s)
Builds a TreeModel to be used in the current request

Parameters:
t - The Tree that will use the model
s - The page state


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