Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
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.window |
Provides a general framework for creating and managing
windows.
|
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.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CompareEditorInput.registerContextMenu(MenuManager menu,
ISelectionProvider selectionProvider) |
Modifier and Type | Method and Description |
---|---|
protected MenuManager |
AbstractMemoryRendering.getPopupMenuManager()
Returns the pop up menu manager for this rendering, or
null
if none. |
Modifier and Type | Method and Description |
---|---|
MenuManager |
ToolBarManager.getContextMenuManager()
Returns the context menu manager for this tool bar manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ToolBarManager.setContextMenuManager(MenuManager contextMenuManager)
Sets the context menu manager for this tool bar manager to the given menu
manager.
|
Modifier and Type | Method and Description |
---|---|
protected MenuManager |
ApplicationWindow.createMenuManager()
Returns a new menu manager for the window.
|
MenuManager |
ApplicationWindow.getMenuBarManager()
Returns the menu bar manager for this window (if it has one).
|
Modifier and Type | Method and Description |
---|---|
void |
SaveableCompareEditorInput.registerContextMenu(MenuManager menu,
ISelectionProvider selectionProvider) |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchPartSite.registerContextMenu(MenuManager menuManager,
ISelectionProvider selectionProvider)
Registers a pop-up menu with the default 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 |
IEditorSite.registerContextMenu(String menuId,
MenuManager menuManager,
ISelectionProvider selectionProvider,
boolean includeEditorInput)
Registers a pop-up menu with a particular id for extension.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigatorActionService.prepareMenuForPlatformContributions(MenuManager menu,
ISelectionProvider aSelectionProvider,
boolean force)
Prepares the menu for object contributions, if the option is set in the extension.
|
void |
ICommonViewerWorkbenchSite.registerContextMenu(String menuId,
MenuManager menuManager,
ISelectionProvider selectionProvider)
Registers a pop-up menu with a particular id for extension.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPageEditorSite.registerContextMenu(MenuManager menuManager,
ISelectionProvider selProvider)
The
MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor for registration. |
void |
MultiPageEditorSite.registerContextMenu(MenuManager menuManager,
ISelectionProvider selectionProvider,
boolean includeEditorInput) |
void |
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)
The
MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor for registration. |
void |
PageSite.registerContextMenu(String menuID,
MenuManager menuMgr,
ISelectionProvider selProvider) |
void |
MultiPageEditorSite.registerContextMenu(String menuId,
MenuManager menuManager,
ISelectionProvider selectionProvider,
boolean includeEditorInput) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.