Uses of Interface
org.eclipse.jface.action.IMenuManager
-
Packages that use IMenuManager Package Description org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.search.ui.actions Search actionsorg.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties 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.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type IMenuManager Modifier and Type Method Description protected voidDiffTreeViewer. fillContextMenu(IMenuManager manager)This method is called to add actions to the viewer's context menu. -
Uses of IMenuManager in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IMenuManager Modifier and Type Method Description IMenuManagerAbstractDebugView. getContextMenuManager()Deprecated.IMenuManagerIDebugView. getContextMenuManager()Deprecated.See AbstractDebugView#getContextMenuManagers()Methods in org.eclipse.debug.ui that return types with arguments of type IMenuManager Modifier and Type Method Description List<IMenuManager>AbstractDebugView. getContextMenuManagers()Returns the context menu managers relevant to this view.Methods in org.eclipse.debug.ui with parameters of type IMenuManager Modifier and Type Method Description voidAbstractDebugView. addContextMenuManager(IMenuManager contextMenuManager)Adds a context menu manager that is relevant to this view.protected abstract voidAbstractDebugView. 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
Methods in org.eclipse.debug.ui.actions with parameters of type IMenuManager Modifier and Type Method Description voidRulerBreakpointTypesActionDelegate. menuAboutToShow(IMenuManager manager)Deprecated. -
Uses of IMenuManager in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory with parameters of type IMenuManager Modifier and Type Method Description protected voidAbstractTableRendering. fillContextMenu(IMenuManager menu)Fills the context menu for this rendering -
Uses of IMenuManager in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement IMenuManager Modifier and Type Class Description classMenuManagerA 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.classSubMenuManagerASubMenuManageris used to define a set of contribution items within a parent manager.Methods in org.eclipse.jface.action that return IMenuManager Modifier and Type Method Description IMenuManagerIMenuManager. findMenuUsingPath(String path)Finds the manager for the menu at the given path.IMenuManagerMenuManager. findMenuUsingPath(String path)IMenuManagerSubMenuManager. findMenuUsingPath(String path)The menu returned is wrapped within aSubMenuManagerto monitor additions and removals.IMenuManagerCoolBarManager. getContextMenuManager()IMenuManagerICoolBarManager. getContextMenuManager()Returns the context menu manager used by this cool bar manager.IMenuManagerSubCoolBarManager. getContextMenuManager()protected IMenuManagerSubMenuManager. getParentMenuManager()protected IMenuManagerSubMenuManager. getWrapper(IMenuManager mgr)Returns the menu wrapper for a menu manager.Methods in org.eclipse.jface.action with parameters of type IMenuManager Modifier and Type Method Description protected IMenuManagerSubMenuManager. getWrapper(IMenuManager mgr)Returns the menu wrapper for a menu manager.voidIMenuListener2. menuAboutToHide(IMenuManager manager)Notifies this listener that the menu is about to be hidden by the given menu manager.voidIMenuListener. menuAboutToShow(IMenuManager manager)Notifies this listener that the menu is about to be shown by the given menu manager.voidCoolBarManager. setContextMenuManager(IMenuManager contextMenuManager)voidICoolBarManager. setContextMenuManager(IMenuManager menuManager)Sets the context menu of this cool bar manager to the given menu manager.voidSubCoolBarManager. setContextMenuManager(IMenuManager menuManager)protected SubMenuManagerSubMenuManager. wrapMenu(IMenuManager menu)Wraps a menu manager in a sub menu manager, and returns the new wrapper.Constructors in org.eclipse.jface.action with parameters of type IMenuManager Constructor Description SubMenuManager(IMenuManager mgr)Constructs a new manager. -
Uses of IMenuManager in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs with parameters of type IMenuManager Modifier and Type Method Description protected voidPopupDialog. fillDialogMenu(IMenuManager dialogMenu)Fill the dialog's menu. -
Uses of IMenuManager in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model with parameters of type IMenuManager Modifier and Type Method Description voidRefactoringSynchronizationActionProvider. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type IMenuManager Modifier and Type Method Description voidIContextMenuContributor. fill(IMenuManager menu, IInputSelectionProvider inputProvider)Deprecated.Contributes menu items to the given context menu appropriate for the given selection.voidISearchResultViewPart. 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
Methods in org.eclipse.search.ui.actions with parameters of type IMenuManager Modifier and Type Method Description voidTextSearchGroup. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IMenuManager Modifier and Type Method Description protected voidAbstractTextSearchViewPage. fillContextMenu(IMenuManager mgr)Fills the context menu for this page. -
Uses of IMenuManager in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IMenuManager Modifier and Type Method Description voidSynchronizationActionProvider. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IMenuManager Modifier and Type Method Description protected voidModelSynchronizeParticipantActionGroup. addToContextMenu(String mergeActionId, Action action, IMenuManager manager)Add the merge action to the context menu manager.voidModelSynchronizeParticipantActionGroup. fillContextMenu(IMenuManager menu)voidSynchronizePageActionGroup. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui
Methods in org.eclipse.ui that return IMenuManager Modifier and Type Method Description IMenuManagerIActionBars. getMenuManager()Returns the menu manager.IMenuManagerSubActionBars. getMenuManager()Returns the abstract menu manager.Methods in org.eclipse.ui with parameters of type IMenuManager Modifier and Type Method Description protected SubMenuManagerSubActionBars. createSubMenuManager(IMenuManager parent)Returns a new sub menu manager. -
Uses of IMenuManager in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IMenuManager Modifier and Type Method Description voidActionGroup. fillContextMenu(IMenuManager menu)Adds the applicable actions to a context menu, based on the state of theActionContext.voidWorkingSetFilterActionGroup. fillContextMenu(IMenuManager menuManager)protected abstract voidQuickMenuCreator. fillMenu(IMenuManager menu)Create the contents of the context menu.Constructors in org.eclipse.ui.actions with parameters of type IMenuManager Constructor Description NewWizardMenu(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
Methods in org.eclipse.ui.application that return IMenuManager Modifier and Type Method Description IMenuManagerIActionBarConfigurer. getMenuManager()Returns the menu manager for the main menu bar of a workbench window.Methods in org.eclipse.ui.application with parameters of type IMenuManager Modifier and Type Method Description protected voidActionBarAdvisor. fillMenuBar(IMenuManager menuBar)Fills the menu bar with the main menus for the window. -
Uses of IMenuManager in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type IMenuManager Modifier and Type Method Description protected voidTextConsolePage. contextMenuAboutToShow(IMenuManager menuManager)Fill the context menu -
Uses of IMenuManager in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type IMenuManager Modifier and Type Method Description protected voidFilteredItemsSelectionDialog. fillContextMenu(IMenuManager menuManager)Hook that allows to add actions to the context menu.protected voidFilteredItemsSelectionDialog. fillViewMenu(IMenuManager menuManager)Fills the menu of the dialog.protected voidFilteredResourcesSelectionDialog. fillViewMenu(IMenuManager menuManager) -
Uses of IMenuManager in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type IMenuManager Modifier and Type Method Description voidTextEditorActionContributor. contributeToMenu(IMenuManager menu)protected voidTextEditor. editorContextMenuAboutToShow(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return IMenuManager Modifier and Type Method Description IMenuManagerForm. getMenuManager()Returns the menu manager that is used to manage title area drop-down menu items. -
Uses of IMenuManager in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type IMenuManager Modifier and Type Method Description protected voidCommonNavigatorManager. fillContextMenu(IMenuManager aMenuManager)Fills aMenuManager with menu contributions from theNavigatorActionService.voidNavigatorActionService. fillContextMenu(IMenuManager aMenu)Requests that the service invoke extensions to fill the given menu with Action Providers that are interested in elements from the given selection.voidWizardActionGroup. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type IMenuManager Modifier and Type Method Description voidGoIntoActionProvider. fillContextMenu(IMenuManager menu) -
Uses of IMenuManager in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IMenuManager Modifier and Type Method Description voidDrillDownAdapter. addNavigationActions(IMenuManager manager)Adds actions for "go back", "go home", and "go into" to a menu manager.voidEditorActionBarContributor. contributeToMenu(IMenuManager menuManager)Contributes to the given menu.voidPage. makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)This method exists for backward compatibility. -
Uses of IMenuManager in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IMenuManager Modifier and Type Method Description protected voidAbstractTextEditor. addAction(IMenuManager menu, String actionId)Convenience method to add the action installed under the given action id to the given menu.protected voidAbstractTextEditor. 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 voidAbstractTextEditor. addGroup(IMenuManager menu, String existingGroup, String newGroup)Convenience method to add a new group after the specified group.voidBasicTextEditorActionContributor. contributeToMenu(IMenuManager menu)protected voidAbstractDecoratedTextEditor. editorContextMenuAboutToShow(IMenuManager menu)protected voidAbstractTextEditor. editorContextMenuAboutToShow(IMenuManager menu)Sets up this editor's context menu before it is made visible.voidAbstractRulerActionDelegate. menuAboutToShow(IMenuManager manager)protected voidAbstractDecoratedTextEditor. overviewRulerContextMenuAboutToShow(IMenuManager menu)Sets up the overview ruler context menu before it is made visible.protected voidAbstractDecoratedTextEditor. rulerContextMenuAboutToShow(IMenuManager menu)protected voidAbstractTextEditor. rulerContextMenuAboutToShow(IMenuManager menu)Sets up the ruler context menu before it is made visible. -
Uses of IMenuManager in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type IMenuManager Modifier and Type Method Description voidGotoActionGroup. fillContextMenu(IMenuManager menu)Deprecated.voidMainActionGroup. fillContextMenu(IMenuManager menu)Deprecated.Fills the context menu with the actions contained in this group and its subgroups.voidOpenActionGroup. fillContextMenu(IMenuManager menu)Deprecated.voidRefactorActionGroup. fillContextMenu(IMenuManager menu)Deprecated.protected voidResourceNavigator. fillContextMenu(IMenuManager menu)Deprecated.Called when the context menu is about to open.voidWorkspaceActionGroup. fillContextMenu(IMenuManager menu)Deprecated.Adds the build, open project, close project and refresh resource actions to the context menu. -
Uses of IMenuManager in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type IMenuManager Modifier and Type Method Description voidPropertySheetPage. makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)
-