Class CmsAppCategoryNode

java.lang.Object
org.opencms.ui.apps.CmsAppCategoryNode
All Implemented Interfaces:
I_CmsHasOrder

public class CmsAppCategoryNode extends Object implements I_CmsHasOrder
Tree node representing an app category.

Contains a list of child nodes and a list of apps, which are the leaves of the tree. Note that the list of children is not initialized after construction, it has to be filled manually.