|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMenuManager | |
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.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.search.ui | Provides classes and interfaces to run search queries and manage their results. |
org.eclipse.search.ui.text | Provides the interface for a default search result page for textual searches. |
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.editors.text | Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. |
org.eclipse.ui.forms.widgets | Custom widgets and controls for forms-based parts. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.presentations | |
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 | |
protected 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 |
Methods in org.eclipse.debug.ui that return IMenuManager | |
IMenuManager |
AbstractDebugView.getContextMenuManager()
Deprecated. @see AbstractDebugView.getContextMenuManagers() |
IMenuManager |
IDebugView.getContextMenuManager()
Deprecated. See AbstractDebugView#getContextMenuManagers() |
Methods in org.eclipse.debug.ui with parameters of type IMenuManager | |
protected abstract void |
AbstractDebugView.fillContextMenu(IMenuManager menu)
Subclasses must override this method to fill the context menu each time it is realized. |
void |
AbstractDebugView.addContextMenuManager(IMenuManager contextMenuManager)
Adds a context menu manager that is relevant to this view. |
Uses of IMenuManager in org.eclipse.jface.action |
Classes in org.eclipse.jface.action that implement IMenuManager | |
class |
MenuManager
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 |
SubMenuManager
A SubMenuManager is used to define a set of contribution
items within a parent manager. |
Methods in org.eclipse.jface.action that return IMenuManager | |
IMenuManager |
MenuManager.findMenuUsingPath(String path)
|
IMenuManager |
CoolBarManager.getContextMenuManager()
|
IMenuManager |
IMenuManager.findMenuUsingPath(String path)
Finds the manager for the menu at the given path. |
IMenuManager |
ICoolBarManager.getContextMenuManager()
Returns the context menu manager used by this cool bar manager. |
IMenuManager |
SubCoolBarManager.getContextMenuManager()
|
IMenuManager |
SubMenuManager.findMenuUsingPath(String path)
The menu returned is wrapped within a SubMenuManager to
monitor additions and removals. |
protected IMenuManager |
SubMenuManager.getParentMenuManager()
Returns the parent menu manager that this sub-manager contributes to. |
protected IMenuManager |
SubMenuManager.getWrapper(IMenuManager mgr)
Returns the menu wrapper for a menu manager. |
Methods in org.eclipse.jface.action with parameters of type IMenuManager | |
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 |
IMenuListener.menuAboutToShow(IMenuManager manager)
Notifies this listener that the menu is about to be shown by the given menu manager. |
void |
SubCoolBarManager.setContextMenuManager(IMenuManager menuManager)
|
protected IMenuManager |
SubMenuManager.getWrapper(IMenuManager mgr)
Returns the menu wrapper for a menu manager. |
protected SubMenuManager |
SubMenuManager.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 | |
SubMenuManager(IMenuManager mgr)
Constructs a new manager. |
Uses of IMenuManager in org.eclipse.search.ui |
Methods in org.eclipse.search.ui with parameters of type IMenuManager | |
void |
ISearchResultViewPart.fillContextMenu(IMenuManager menuManager)
Search result pages should call this method to have the search results view contribute to their context menus. |
void |
IContextMenuContributor.fill(IMenuManager menu,
IInputSelectionProvider inputProvider)
Deprecated. Contributes menu items to the given context menu appropriate for the given selection. |
Uses of IMenuManager in org.eclipse.search.ui.text |
Methods in org.eclipse.search.ui.text with parameters of type IMenuManager | |
protected void |
AbstractTextSearchViewPage.fillContextMenu(IMenuManager mgr)
Fills the context menu for this page. |
Uses of IMenuManager in org.eclipse.team.ui.synchronize |
Methods in org.eclipse.team.ui.synchronize with parameters of type IMenuManager | |
void |
SynchronizePageActionGroup.fillContextMenu(IMenuManager menu)
|
Uses of IMenuManager in org.eclipse.ui |
Methods in org.eclipse.ui that return IMenuManager | |
IMenuManager |
IActionBars.getMenuManager()
Returns the menu manager. |
IMenuManager |
SubActionBars.getMenuManager()
Returns the abstract menu manager. |
Methods in org.eclipse.ui with parameters of type IMenuManager | |
protected SubMenuManager |
SubActionBars.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 | |
void |
ActionGroup.fillContextMenu(IMenuManager menu)
Adds the applicable actions to a context menu, based on the state of the ActionContext .
|
Constructors in org.eclipse.ui.actions with parameters of type IMenuManager | |
OpenPerspectiveMenu(IMenuManager menuManager,
IWorkbenchWindow window)
Deprecated. Constructs a new menu. |
|
NewWizardMenu(IMenuManager innerMgr,
IWorkbenchWindow window,
boolean register)
Create a new wizard shortcut menu. |
Uses of IMenuManager in org.eclipse.ui.application |
Methods in org.eclipse.ui.application that return IMenuManager | |
IMenuManager |
IActionBarConfigurer.getMenuManager()
Returns the menu manager for the main menu bar of a workbench window. |
Uses of IMenuManager in org.eclipse.ui.editors.text |
Methods in org.eclipse.ui.editors.text with parameters of type IMenuManager | |
protected void |
TextEditor.editorContextMenuAboutToShow(IMenuManager menu)
|
Uses of IMenuManager in org.eclipse.ui.forms.widgets |
Methods in org.eclipse.ui.forms.widgets with parameters of type IMenuManager | |
protected void |
FormText.contextMenuAboutToShow(IMenuManager manager)
Context menu is about to show - override to add actions to the menu manager. |
Uses of IMenuManager in org.eclipse.ui.part |
Methods in org.eclipse.ui.part with parameters of type IMenuManager | |
void |
EditorActionBarContributor.contributeToMenu(IMenuManager menuManager)
Contributes to the given menu. |
void |
DrillDownAdapter.addNavigationActions(IMenuManager manager)
Adds actions for "go back", "go home", and "go into" to a menu manager. |
void |
Page.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager)
|
void |
EditorActionBarContributor.contributeToMenu(IMenuManager menuManager)
Contributes to the given menu. |
void |
DrillDownAdapter.addNavigationActions(IMenuManager manager)
Adds actions for "go back", "go home", and "go into" to a menu manager. |
void |
Page.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager)
|
Uses of IMenuManager in org.eclipse.ui.presentations |
Methods in org.eclipse.ui.presentations with parameters of type IMenuManager | |
void |
IStackPresentationSite.addSystemActions(IMenuManager menuManager)
Adds system actions to the given menu manager. |
Uses of IMenuManager in org.eclipse.ui.texteditor |
Methods in org.eclipse.ui.texteditor with parameters of type IMenuManager | |
protected void |
AbstractTextEditor.addAction(IMenuManager menu,
String actionId)
Convenience method to add the action installed under the given action id to the given menu. |
protected 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 void |
AbstractTextEditor.addGroup(IMenuManager menu,
String existingGroup,
String newGroup)
Convenience method to add a new group after the specified group. |
protected void |
AbstractTextEditor.rulerContextMenuAboutToShow(IMenuManager menu)
Sets up the ruler context menu before it is made visible. |
protected void |
AbstractTextEditor.editorContextMenuAboutToShow(IMenuManager menu)
Sets up this editor's context menu before it is made visible. |
void |
BasicTextEditorActionContributor.contributeToMenu(IMenuManager menu)
|
void |
AbstractRulerActionDelegate.menuAboutToShow(IMenuManager manager)
|
Uses of IMenuManager in org.eclipse.ui.views.navigator |
Methods in org.eclipse.ui.views.navigator with parameters of type IMenuManager | |
void |
WorkspaceActionGroup.fillContextMenu(IMenuManager menu)
Adds the build, open project, close project and refresh resource actions to the context menu. |
protected void |
ResourceNavigator.fillContextMenu(IMenuManager menu)
Called when the context menu is about to open. |
void |
RefactorActionGroup.fillContextMenu(IMenuManager menu)
|
void |
OpenActionGroup.fillContextMenu(IMenuManager menu)
|
void |
MainActionGroup.fillContextMenu(IMenuManager menu)
Fills the context menu with the actions contained in this group and its subgroups. |
void |
GotoActionGroup.fillContextMenu(IMenuManager menu)
|
Uses of IMenuManager in org.eclipse.ui.views.properties |
Methods in org.eclipse.ui.views.properties with parameters of type IMenuManager | |
void |
PropertySheetPage.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager)
|
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.