org.opencms.ade.galleries.shared
Interface I_CmsGalleryTreeEntry<T>

Type Parameters:
T - the node type
All Known Implementing Classes:
CmsSitemapEntryBean, CmsVfsEntryBean

public interface I_CmsGalleryTreeEntry<T>

Common interface for accessing sitemap/VFS entry beans as tree nodes.


Method Summary
 void addChild(T child)
          Adds a new child to the node.
 java.util.List<T> getChildren()
          Gets the children of this node.
 

Method Detail

addChild

void addChild(T child)
Adds a new child to the node.

Parameters:
child - the child to add

getChildren

java.util.List<T> getChildren()
Gets the children of this node.

Returns:
the children of this node