Uses of Interface
org.eclipse.jface.action.IMenuManager
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
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 support for dialogs.
Application programming interface to provide model integration for refactoring histories.
Classes and interface required to contribute search dialog pages and search result view pages.
Search actions
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for working with resource mappings.
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.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Custom widgets and controls for forms-based parts.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IMenuManager in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionvoid
CompareEditorContributor.contributeToMenu
(IMenuManager menuManager) void
MergeSourceViewer.menuAboutToShow
(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.compare.structuremergeviewer
Modifier and TypeMethodDescriptionprotected void
DiffTreeViewer.fillContextMenu
(IMenuManager manager) This method is called to add actions to the viewer's context menu. -
Uses of IMenuManager in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionAbstractDebugView.getContextMenuManager()
Deprecated.IDebugView.getContextMenuManager()
Deprecated.See AbstractDebugView#getContextMenuManagers()Modifier and TypeMethodDescriptionAbstractDebugView.getContextMenuManagers()
Returns the context menu managers relevant to this view.Modifier and TypeMethodDescriptionvoid
AbstractDebugView.addContextMenuManager
(IMenuManager contextMenuManager) Adds a context menu manager that is relevant to this view.protected abstract void
AbstractDebugView.fillContextMenu
(IMenuManager menu) Subclasses must override this method to fill the context menu each time it is realized. -
Uses of IMenuManager in org.eclipse.debug.ui.actions
Modifier and TypeMethodDescriptionvoid
RulerBreakpointTypesActionDelegate.menuAboutToShow
(IMenuManager manager) Deprecated. -
Uses of IMenuManager in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionprotected void
AbstractTableRendering.fillContextMenu
(IMenuManager menu) Fills the context menu for this rendering -
Uses of IMenuManager in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionvoid
MenuManagerHideProcessor.menuAboutToHide
(IMenuManager manager) void
MenuManagerShowProcessor.menuAboutToHide
(IMenuManager manager) void
MenuManagerHideProcessor.menuAboutToShow
(IMenuManager manager) void
MenuManagerShowProcessor.menuAboutToShow
(IMenuManager manager) -
Uses of IMenuManager in org.eclipse.jface.action
Modifier and TypeClassDescriptionclass
A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.class
ASubMenuManager
is used to define a set of contribution items within a parent manager.Modifier and TypeMethodDescriptionIMenuManager.findMenuUsingPath
(String path) Finds the manager for the menu at the given path.MenuManager.findMenuUsingPath
(String path) SubMenuManager.findMenuUsingPath
(String path) The menu returned is wrapped within aSubMenuManager
to monitor additions and removals.CoolBarManager.getContextMenuManager()
ICoolBarManager.getContextMenuManager()
Returns the context menu manager used by this cool bar manager.SubCoolBarManager.getContextMenuManager()
protected final IMenuManager
SubMenuManager.getParentMenuManager()
protected IMenuManager
SubMenuManager.getWrapper
(IMenuManager mgr) Returns the menu wrapper for a menu manager.Modifier and TypeMethodDescriptionprotected IMenuManager
SubMenuManager.getWrapper
(IMenuManager mgr) Returns the menu wrapper for a menu manager.void
IMenuListener2.menuAboutToHide
(IMenuManager manager) Notifies this listener that the menu is about to be hidden by the given menu manager.void
IMenuListener.menuAboutToShow
(IMenuManager manager) Notifies this listener that the menu is about to be shown by the given menu manager.void
CoolBarManager.setContextMenuManager
(IMenuManager contextMenuManager) void
ICoolBarManager.setContextMenuManager
(IMenuManager menuManager) Sets the context menu of this cool bar manager to the given menu manager.void
SubCoolBarManager.setContextMenuManager
(IMenuManager menuManager) protected SubMenuManager
SubMenuManager.wrapMenu
(IMenuManager menu) Wraps a menu manager in a sub menu manager, and returns the new wrapper. -
Uses of IMenuManager in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionprotected void
PopupDialog.fillDialogMenu
(IMenuManager dialogMenu) Fill the dialog's menu. -
Uses of IMenuManager in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeMethodDescriptionvoid
RefactoringSynchronizationActionProvider.fillContextMenu
(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.search.ui
Modifier and TypeMethodDescriptionvoid
ISearchResultViewPart.fillContextMenu
(IMenuManager menuManager) Search result pages should call this method to have the search results view contribute to their context menus. -
Uses of IMenuManager in org.eclipse.search.ui.actions
-
Uses of IMenuManager in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected void
AbstractTextSearchViewPage.fillContextMenu
(IMenuManager mgr) Fills the context menu for this page. -
Uses of IMenuManager in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionvoid
SynchronizationActionProvider.fillContextMenu
(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected void
ModelSynchronizeParticipantActionGroup.addToContextMenu
(String mergeActionId, Action action, IMenuManager manager) Add the merge action to the context menu manager.void
ModelSynchronizeParticipantActionGroup.fillContextMenu
(IMenuManager menu) void
SynchronizePageActionGroup.fillContextMenu
(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui
Modifier and TypeMethodDescriptionIActionBars.getMenuManager()
Returns the menu manager.SubActionBars.getMenuManager()
Returns the abstract menu manager.Modifier and TypeMethodDescriptionprotected SubMenuManager
SubActionBars.createSubMenuManager
(IMenuManager parent) Returns a new sub menu manager. -
Uses of IMenuManager in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
ActionGroup.fillContextMenu
(IMenuManager menu) Adds the applicable actions to a context menu, based on the state of theActionContext
.void
WorkingSetFilterActionGroup.fillContextMenu
(IMenuManager menuManager) protected abstract void
QuickMenuCreator.fillMenu
(IMenuManager menu) Create the contents of the context menu.ModifierConstructorDescriptionNewWizardMenu
(IMenuManager innerMgr, IWorkbenchWindow window, boolean register) Deprecated.use NewWizardMenu(IWorkbenchWindow) insteadOpenPerspectiveMenu
(IMenuManager menuManager, IWorkbenchWindow window) Deprecated.Constructs a new menu. -
Uses of IMenuManager in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIActionBarConfigurer.getMenuManager()
Returns the menu manager for the main menu bar of a workbench window.Modifier and TypeMethodDescriptionprotected void
ActionBarAdvisor.fillMenuBar
(IMenuManager menuBar) Fills the menu bar with the main menus for the window. -
Uses of IMenuManager in org.eclipse.ui.console
Modifier and TypeMethodDescriptionprotected void
TextConsolePage.contextMenuAboutToShow
(IMenuManager menuManager) Fill the context menu -
Uses of IMenuManager in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionprotected void
FilteredItemsSelectionDialog.fillContextMenu
(IMenuManager menuManager) Hook that allows to add actions to the context menu.protected void
FilteredItemsSelectionDialog.fillViewMenu
(IMenuManager menuManager) Fills the menu of the dialog.protected void
FilteredResourcesSelectionDialog.fillViewMenu
(IMenuManager menuManager) -
Uses of IMenuManager in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionvoid
TextEditorActionContributor.contributeToMenu
(IMenuManager menu) protected void
TextEditor.editorContextMenuAboutToShow
(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionForm.getMenuManager()
Returns the menu manager that is used to manage title area drop-down menu items. -
Uses of IMenuManager in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
AnEditorMenuManager
is used to sort the contributions made by an editor so that they always appear after the action sets.class
AnEditorMenuManager
is used to sort the contributions made by an editor so that they always appear after the action sets.Modifier and TypeMethodDescriptionCoolBarToTrimManager.getContextMenuManager()
WorkbenchWindow.getMenuBarManager()
WWinActionBars.getMenuManager()
Returns the menu manager.Modifier and TypeMethodDescriptionvoid
PluginActionBuilder.BasicContribution.contribute
(IMenuManager menu, boolean menuAppendIfMissing, IToolBarManager toolbar, boolean toolAppendIfMissing) Contributes submenus and/or actions into the provided menu and tool bar managers.final void
PluginActionBuilder.contribute
(IMenuManager menu, IToolBarManager toolbar, boolean appendIfMissing) Contributes submenus and/or actions into the provided menu and tool bar managers.protected void
PluginActionBuilder.BasicContribution.contributeGroupMarker
(IMenuManager menu, IConfigurationElement element) Creates a named menu group marker from the information in the configuration element.protected void
PluginActionBuilder.BasicContribution.contributeMenu
(IConfigurationElement menuElement, IMenuManager mng, boolean appendIfMissing) Creates a menu from the information in the menu configuration element and adds it into the provided menu manager.protected void
PluginActionBuilder.BasicContribution.contributeMenuAction
(ActionDescriptor ad, IMenuManager menu, boolean appendIfMissing) Contributes action from action descriptor into the provided menu manager.boolean
IObjectActionContributor.contributeObjectActions
(IWorkbenchPart part, IMenuManager menu, ISelectionProvider selProv, List actionIdOverrides) Implement this method to add actions that deal with the currently selected object or objects.boolean
ObjectActionContributor.contributeObjectActions
(IWorkbenchPart part, IMenuManager menu, ISelectionProvider selProv, List actionIdOverrides) Contributes actions applicable for the current selection.boolean
ObjectActionContributorManager.contributeObjectActions
(IWorkbenchPart part, IMenuManager popupMenu, ISelectionProvider selProv, Set<IObjectActionContributor> alreadyContributed) Contributes submenus and/or actions applicable to the selection in the provided viewer into the provided popup menu.boolean
IObjectActionContributor.contributeObjectMenus
(IMenuManager menu, ISelectionProvider selProv) Implement this method to add menus that deal with the currently selected object or objects.boolean
ObjectActionContributor.contributeObjectMenus
(IMenuManager menu, ISelectionProvider selProv) Contributes menus applicable for the current selection.protected void
PluginActionBuilder.BasicContribution.contributeSeparator
(IMenuManager menu, IConfigurationElement element) Creates a named menu separator from the information in the configuration element.protected SubMenuManager
ActionSetActionBars.createSubMenuManager
(IMenuManager parent) protected SubMenuManager
EditorActionBars.createSubMenuManager
(IMenuManager parent) protected void
PluginActionBuilder.BasicContribution.insertMenuGroup
(IMenuManager menu, AbstractGroupMarker marker) Inserts the separator or group marker into the menu.final void
PopupMenuExtender.menuAboutToHide
(IMenuManager mgr) Notifies the listener that the menu is about to be hidden.void
PopupMenuExtender.menuAboutToShow
(IMenuManager mgr) Notifies the listener that the menu is about to be shown.void
CoolBarToTrimManager.setContextMenuManager
(IMenuManager menuManager) protected SubMenuManager
ActionSetMenuManager.wrapMenu
(IMenuManager menu) protected SubMenuManager
EditorMenuManager.wrapMenu
(IMenuManager menu) ModifierConstructorDescriptionActionSetMenuManager
(IMenuManager mgr, String actionSetId) Constructs a new editor manager.Constructs a new editor manager. -
Uses of IMenuManager in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
DrillDownAdapter.addNavigationActions
(IMenuManager manager) Adds actions for "go back", "go home", and "go into" to a menu manager.void
EditorActionBarContributor.contributeToMenu
(IMenuManager menuManager) Contributes to the given menu.void
Page.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager) This method exists for backward compatibility. -
Uses of IMenuManager in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected final void
AbstractTextEditor.addAction
(IMenuManager menu, String actionId) Convenience method to add the action installed under the given action id to the given menu.protected final void
AbstractTextEditor.addAction
(IMenuManager menu, String group, String actionId) Convenience method to add the action installed under the given action id to the specified group of the menu.protected final void
AbstractTextEditor.addGroup
(IMenuManager menu, String existingGroup, String newGroup) Convenience method to add a new group after the specified group.void
BasicTextEditorActionContributor.contributeToMenu
(IMenuManager menu) protected void
AbstractDecoratedTextEditor.editorContextMenuAboutToShow
(IMenuManager menu) protected void
AbstractTextEditor.editorContextMenuAboutToShow
(IMenuManager menu) Sets up this editor's context menu before it is made visible.void
AbstractRulerActionDelegate.menuAboutToShow
(IMenuManager manager) protected void
AbstractDecoratedTextEditor.overviewRulerContextMenuAboutToShow
(IMenuManager menu) Sets up the overview ruler context menu before it is made visible.protected void
AbstractDecoratedTextEditor.rulerContextMenuAboutToShow
(IMenuManager menu) protected void
AbstractTextEditor.rulerContextMenuAboutToShow
(IMenuManager menu) Sets up the ruler context menu before it is made visible. -
Uses of IMenuManager in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheetPage.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)