Uses of Class
org.opencms.util.CmsTreeNode
Packages that use CmsTreeNode
Package
Description
Contains code for workplace context menu.
Utility functions for String manipulation and other often used tasks.
-
Uses of CmsTreeNode in org.opencms.util
Methods in org.opencms.util that return types with arguments of type CmsTreeNodeModifier and TypeMethodDescriptionList<CmsTreeNode<T>>
CmsTreeNode.getChildren()
Gets the (mutable) list of child nodes.Methods in org.opencms.util with parameters of type CmsTreeNodeModifier and TypeMethodDescriptionvoid
CmsTreeNode.addChild
(CmsTreeNode<T> cmsTreeNode) Adds a child node.