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 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.debug.ui.memory
Methods in org.eclipse.debug.ui.memory that return MenuManagerModifier and TypeMethodDescriptionprotected MenuManager
AbstractMemoryRendering.getPopupMenuManager()
Returns the pop up menu manager for this rendering, ornull
if none. -
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 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.window
Methods in org.eclipse.jface.window that return MenuManagerModifier 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
Methods in org.eclipse.team.ui.synchronize with parameters of type MenuManagerModifier and TypeMethodDescriptionvoid
SaveableCompareEditorInput.registerContextMenu
(MenuManager menu, ISelectionProvider selectionProvider) -
Uses of MenuManager in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type MenuManagerModifier 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.part
Methods in org.eclipse.ui.part with parameters of type MenuManagerModifier 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)