Uses of Class
org.eclipse.jface.action.MenuManager
Packages that use 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
Methods in org.eclipse.compare with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidCompareEditorInput.registerContextMenu(MenuManager menu, ISelectionProvider selectionProvider) voidICompareContainer.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
Methods in org.eclipse.compare.internal with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidCompareContainer.registerContextMenu(MenuManager menu, ISelectionProvider selectionProvider) -
Uses of MenuManager in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory that return MenuManagerModifier and TypeMethodDescriptionprotected MenuManagerAbstractMemoryRendering.getPopupMenuManager()Returns the pop up menu manager for this rendering, ornullif none. -
Uses of MenuManager in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt that return MenuManagerModifier and TypeMethodDescriptionMenuManagerRenderer.getManager(MMenu model) ContributionRecord.getManagerForModel()Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidMenuManagerRenderer.clearModelToManager(MMenu model, MenuManager manager) MenuManagerRenderer.getMenuModel(MenuManager manager) voidMenuManagerRenderer.linkModelToManager(MMenu model, MenuManager manager) voidMenuManagerRenderer.reconcileManagerToModel(MenuManager menuManager, MMenu menuModel) voidMenuManagerRenderer.removeDynamicMenuContributions(MenuManager menuManager, MMenu menuModel) Remove all dynamic contribution items and their model for the MenuManager specified.voidMenuManagerRenderer.removeDynamicMenuContributions(MenuManager menuManager, MMenu menuModel, List<MMenuElement> dump) Clean dynamic menu contributions provided byMDynamicMenuContributionapplication model elementsstatic voidMenuManagerRendererFilter.updateElementVisibility(MMenu menuModel, MenuManagerRenderer renderer, MenuManager menuManager, IEclipseContext evalContext, int recurseLevel, boolean updateEnablement) static voidMenuManagerRenderer.updateVisibility(MenuManager menuManager, MMenuElement element, ExpressionContext evalContext) -
Uses of MenuManager in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return MenuManagerModifier and TypeMethodDescriptionToolBarManager.getContextMenuManager()Returns the context menu manager for this tool bar manager.Methods in org.eclipse.jface.action with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidToolBarManager.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
Methods in org.eclipse.jface.internal with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidMenuManagerEventHelper.hideEventPostHelper(MenuManager manager) Do hide post-processing.voidMenuManagerEventHelper.hideEventPreHelper(MenuManager manager) Do hide pre-processing.voidMenuManagerEventHelper.showEventPostHelper(MenuManager manager) Do show post-processing.voidMenuManagerEventHelper.showEventPreHelper(MenuManager manager) Do show pre-processing. -
Uses of MenuManager in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return MenuManagerModifier and TypeMethodDescriptionprotected MenuManagerApplicationWindow.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
Methods in org.eclipse.team.ui.synchronize with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidSaveableCompareEditorInput.registerContextMenu(MenuManager menu, ISelectionProvider selectionProvider) -
Uses of MenuManager in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidIEditorSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) Registers a pop-up menu with a particular id for extension.voidIEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) Registers a pop-up menu with the default id for extension.voidIWorkbenchPartSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with a particular id for extension.voidIWorkbenchPartSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with the default id for extension. -
Uses of MenuManager in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return MenuManagerModifier and TypeMethodDescriptionPopupMenuExtender.getManager()WorkbenchWindow.getMenuManager()Methods in org.eclipse.ui.internal with parameters of type MenuManagerModifier and TypeMethodDescriptionfinal booleanPopupMenuExtender.matches(MenuManager menuManager, ISelectionProvider selectionProvider, IWorkbenchPart part) Determines whether this extender would be the same as another extender created with the given values.final voidEditorSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) final voidEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) voidPartSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider) Register a popup menu for extension.static final voidPartSite.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.voidPartSite.registerContextMenu(MenuManager menuMgr, ISelectionProvider selProvider) Register a popup menu with the default id for extension.Constructors in org.eclipse.ui.internal with parameters of type MenuManagerModifierConstructorDescriptionPopupMenuExtender(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
Methods in org.eclipse.ui.part with parameters of type MenuManagerModifier and TypeMethodDescriptionvoidIPageSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider) Registers a pop-up menu with a particular id for extension.voidMultiPageEditorSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider) TheMultiPageEditorSiteimplementation of thisIWorkbenchPartSitemethod forwards to the multi-page editor for registration.final voidMultiPageEditorSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) voidMultiPageEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selProvider) TheMultiPageEditorSiteimplementation of thisIWorkbenchPartSitemethod forwards to the multi-page editor for registration.final voidMultiPageEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput) voidPageSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)