com.arsdigita.bebop.tree
Interface TreeNode

All Known Implementing Classes:
CategoryTreeNodeLite, DataQueryTreeNode, DefaultTreeNode

public interface TreeNode

The interface describes a node for a tree.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/tree/TreeNode.java#9 $
Author:
David Lutterkort, Stanislav Freidin, Tri Tran

Field Summary
static String versionId
           
 
Method Summary
 Object getElement()
          Get the element of the tree node.
 Object getKey()
          Obtain a unique ID representing the node
 

Field Detail

versionId

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

getKey

public Object getKey()
Obtain a unique ID representing the node


getElement

public Object getElement()
Get the element of the tree node. The concrete type of the object returned is specific to each implementation of the TreeModel and should be documented there.

Returns:
the element for the tree node


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