Package org.opencms.ui.contextmenu
Interface I_CmsContextMenuBuilder
- All Superinterfaces:
I_CmsContextMenuItemProvider
- All Known Implementing Classes:
CmsResourceContextMenuBuilder
Builds an explorer context menu based on the set of selected resources' IDs.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildContextMenu
(I_CmsDialogContext dialogContext, CmsContextMenu menu) Fills the given context menu with options appropriate for the selected resources.Methods inherited from interface org.opencms.ui.contextmenu.I_CmsContextMenuItemProvider
getMenuItems
-
Method Details