Uses of Class
org.eclipse.jface.action.MenuManager
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides classes and interfaces to render memory blocks in the memory view.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a general framework for creating and managing
windows.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of MenuManager in org.eclipse.compare
Modifier and TypeMethodDescriptionvoid
CompareEditorInput.registerContextMenu
(MenuManager menu, ISelectionProvider selectionProvider) void
ICompareContainer.registerContextMenu
(MenuManager menu, ISelectionProvider selectionProvider) Register the content menu with the container to give the container a chance to add additional items to the context menu such as popup menu object contributions. -
Uses of MenuManager in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionvoid
CompareContainer.registerContextMenu
(MenuManager menu, ISelectionProvider selectionProvider) -
Uses of MenuManager in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionprotected MenuManager
AbstractMemoryRendering.getPopupMenuManager()
Returns the pop up menu manager for this rendering, ornull
if none. -
Uses of MenuManager in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionMenuManagerRenderer.getManager
(MMenu model) ContributionRecord.getManagerForModel()
Modifier and TypeMethodDescriptionvoid
MenuManagerRenderer.clearModelToManager
(MMenu model, MenuManager manager) MenuManagerRenderer.getMenuModel
(MenuManager manager) void
MenuManagerRenderer.linkModelToManager
(MMenu model, MenuManager manager) void
MenuManagerRenderer.reconcileManagerToModel
(MenuManager menuManager, MMenu menuModel) void
MenuManagerRenderer.removeDynamicMenuContributions
(MenuManager menuManager, MMenu menuModel) Remove all dynamic contribution items and their model for the MenuManager specified.void
MenuManagerRenderer.removeDynamicMenuContributions
(MenuManager menuManager, MMenu menuModel, List<MMenuElement> dump) Clean dynamic menu contributions provided byMDynamicMenuContribution
application model elementsstatic void
MenuManagerRendererFilter.updateElementVisibility
(MMenu menuModel, MenuManagerRenderer renderer, MenuManager menuManager, IEclipseContext evalContext, int recurseLevel, boolean updateEnablement) static void
MenuManagerRenderer.updateVisibility
(MenuManager menuManager, MMenuElement element, ExpressionContext evalContext) -
Uses of MenuManager in org.eclipse.jface.action
Modifier and TypeMethodDescriptionToolBarManager.getContextMenuManager()
Returns the context menu manager for this tool bar manager.Modifier and TypeMethodDescriptionvoid
ToolBarManager.setContextMenuManager
(MenuManager contextMenuManager) Sets the context menu manager for this tool bar manager to the given menu manager. -
Uses of MenuManager in org.eclipse.jface.internal
Modifier and TypeMethodDescriptionvoid
MenuManagerEventHelper.hideEventPostHelper
(MenuManager manager) Do hide post-processing.void
MenuManagerEventHelper.hideEventPreHelper
(MenuManager manager) Do hide pre-processing.void
MenuManagerEventHelper.showEventPostHelper
(MenuManager manager) Do show post-processing.void
MenuManagerEventHelper.showEventPreHelper
(MenuManager manager) Do show pre-processing. -
Uses of MenuManager in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected MenuManager
ApplicationWindow.createMenuManager()
Returns a new menu manager for the window.ApplicationWindow.getMenuBarManager()
Returns the menu bar manager for this window (if it has one). -
Uses of MenuManager in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionvoid
SaveableCompareEditorInput.registerContextMenu
(MenuManager menu, ISelectionProvider selectionProvider) -
Uses of MenuManager in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
IEditorSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) Registers a pop-up menu with a particular id for extension.void
IEditorSite.registerContextMenu
(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) Registers a pop-up menu with the default id for extension.void
IWorkbenchPartSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with a particular id for extension.void
IWorkbenchPartSite.registerContextMenu
(MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with the default id for extension. -
Uses of MenuManager in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionPopupMenuExtender.getManager()
WorkbenchWindow.getMenuManager()
Modifier and TypeMethodDescriptionfinal boolean
PopupMenuExtender.matches
(MenuManager menuManager, ISelectionProvider selectionProvider, IWorkbenchPart part) Determines whether this extender would be the same as another extender created with the given values.final void
EditorSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) final void
EditorSite.registerContextMenu
(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) void
PartSite.registerContextMenu
(String menuID, MenuManager menuMgr, ISelectionProvider selProvider) Register a popup menu for extension.static final void
PartSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput, IWorkbenchPart part, IEclipseContext context, Collection<PopupMenuExtender> menuExtenders) This is a helper method for the register context menu functionality.void
PartSite.registerContextMenu
(MenuManager menuMgr, ISelectionProvider selProvider) Register a popup menu with the default id for extension.ModifierConstructorDescriptionPopupMenuExtender
(String id, MenuManager menu, ISelectionProvider prov, IWorkbenchPart part, IEclipseContext context) Construct a new menu extender.PopupMenuExtender
(String id, MenuManager menu, ISelectionProvider prov, IWorkbenchPart part, IEclipseContext context, boolean includeEditorInput) Construct a new menu extender. -
Uses of MenuManager in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
IPageSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with a particular id for extension.void
MultiPageEditorSite.registerContextMenu
(String menuID, MenuManager menuMgr, ISelectionProvider selProvider) TheMultiPageEditorSite
implementation of thisIWorkbenchPartSite
method forwards to the multi-page editor for registration.final void
MultiPageEditorSite.registerContextMenu
(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) void
MultiPageEditorSite.registerContextMenu
(MenuManager menuManager, ISelectionProvider selProvider) TheMultiPageEditorSite
implementation of thisIWorkbenchPartSite
method forwards to the multi-page editor for registration.final void
MultiPageEditorSite.registerContextMenu
(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) void
PageSite.registerContextMenu
(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)