Package | Description |
---|---|
org.opencms.ui.contextmenu |
Contains code for workplace context menu
|
org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
Modifier and Type | Method and Description |
---|---|
CmsTreeNode<I_CmsContextMenuItem> |
CmsContextMenuTreeBuilder.buildAll(java.util.List<I_CmsContextMenuItem> availableItems)
Builds the complete context menu from the given available items.
|
CmsTreeNode<I_CmsContextMenuItem> |
CmsContextMenuTreeBuilder.buildTree(java.util.List<I_CmsContextMenuItem> items)
Builds a tree from a list of available context menu items.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsContextMenuTreeBuilder.removeEmptySubtrees(CmsTreeNode<I_CmsContextMenuItem> root)
Recursively remove subtrees (destructively!)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CmsTreeNode<T>> |
CmsTreeNode.getChildren()
Gets the (mutable) list of child nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsTreeNode.addChild(CmsTreeNode<T> cmsTreeNode)
Adds a child node.
|