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 actions
|
org.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 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.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiffTreeViewer.fillContextMenu(IMenuManager manager)
This method is called to add actions to the viewer's context menu.
|
Modifier and Type | Method and Description |
---|---|
IMenuManager |
IDebugView.getContextMenuManager()
Deprecated.
See AbstractDebugView#getContextMenuManagers()
|
IMenuManager |
AbstractDebugView.getContextMenuManager()
Deprecated.
@see AbstractDebugView.getContextMenuManagers()
|
Modifier and Type | Method and Description |
---|---|
List<IMenuManager> |
AbstractDebugView.getContextMenuManagers()
Returns the context menu managers relevant to this view.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RulerBreakpointTypesActionDelegate.menuAboutToShow(IMenuManager manager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTableRendering.fillContextMenu(IMenuManager menu)
Fills the context menu for this rendering
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IMenuManager |
MenuManager.findMenuUsingPath(String path) |
IMenuManager |
SubMenuManager.findMenuUsingPath(String path)
The menu returned is wrapped within a
SubMenuManager to
monitor additions and removals. |
IMenuManager |
IMenuManager.findMenuUsingPath(String path)
Finds the manager for the menu at the given path.
|
IMenuManager |
SubCoolBarManager.getContextMenuManager() |
IMenuManager |
CoolBarManager.getContextMenuManager() |
IMenuManager |
ICoolBarManager.getContextMenuManager()
Returns the context menu manager used by this cool bar manager.
|
protected IMenuManager |
SubMenuManager.getParentMenuManager() |
protected IMenuManager |
SubMenuManager.getWrapper(IMenuManager mgr)
Returns the menu wrapper for a menu manager.
|
Modifier and Type | Method and Description |
---|---|
protected 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 |
SubCoolBarManager.setContextMenuManager(IMenuManager menuManager) |
void |
CoolBarManager.setContextMenuManager(IMenuManager contextMenuManager) |
void |
ICoolBarManager.setContextMenuManager(IMenuManager menuManager)
Sets the context menu of this cool bar manager to the given menu
manager.
|
protected SubMenuManager |
SubMenuManager.wrapMenu(IMenuManager menu)
Wraps a menu manager in a sub menu manager, and returns the new wrapper.
|
Constructor and Description |
---|
SubMenuManager(IMenuManager mgr)
Constructs a new manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PopupDialog.fillDialogMenu(IMenuManager dialogMenu)
Fill the dialog's menu.
|
Modifier and Type | Method and Description |
---|---|
void |
RefactoringSynchronizationActionProvider.fillContextMenu(IMenuManager menu)
Adds the applicable actions to a context menu,
based on the state of the
ActionContext . |
Modifier and Type | Method and Description |
---|---|
void |
IContextMenuContributor.fill(IMenuManager menu,
IInputSelectionProvider inputProvider)
Deprecated.
Contributes menu items to the given context menu appropriate for the
given selection.
|
void |
ISearchResultViewPart.fillContextMenu(IMenuManager menuManager)
Search result pages should call this method to have the search results view contribute to
their context menus.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSearchGroup.fillContextMenu(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextSearchViewPage.fillContextMenu(IMenuManager mgr)
Fills the context menu for this page.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationActionProvider.fillContextMenu(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModelSynchronizeParticipantActionGroup.addToContextMenu(String mergeActionId,
Action action,
IMenuManager manager)
Add the merge action to the context menu manager.
|
void |
SynchronizePageActionGroup.fillContextMenu(IMenuManager menu) |
void |
ModelSynchronizeParticipantActionGroup.fillContextMenu(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
IMenuManager |
IActionBars.getMenuManager()
Returns the menu manager.
|
IMenuManager |
SubActionBars.getMenuManager()
Returns the abstract menu manager.
|
Modifier and Type | Method and Description |
---|---|
protected SubMenuManager |
SubActionBars.createSubMenuManager(IMenuManager parent)
Returns a new sub menu manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionGroup.fillContextMenu(IMenuManager menu)
Adds the applicable actions to a context menu,
based on the state of the
ActionContext . |
void |
WorkingSetFilterActionGroup.fillContextMenu(IMenuManager menuManager) |
protected abstract void |
QuickMenuCreator.fillMenu(IMenuManager menu)
Create the contents of the context menu.
|
Constructor and Description |
---|
NewWizardMenu(IMenuManager innerMgr,
IWorkbenchWindow window,
boolean register)
Deprecated.
use NewWizardMenu(IWorkbenchWindow) instead
|
OpenPerspectiveMenu(IMenuManager menuManager,
IWorkbenchWindow window)
Deprecated.
Constructs a new menu.
|
Modifier and Type | Method and Description |
---|---|
IMenuManager |
IActionBarConfigurer.getMenuManager()
Returns the menu manager for the main menu bar of a workbench window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActionBarAdvisor.fillMenuBar(IMenuManager menuBar)
Fills the menu bar with the main menus for the window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextConsolePage.contextMenuAboutToShow(IMenuManager menuManager)
Fill the context menu
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
void |
TextEditorActionContributor.contributeToMenu(IMenuManager menu) |
protected void |
TextEditor.editorContextMenuAboutToShow(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
IMenuManager |
Form.getMenuManager()
Returns the menu manager that is used to manage title area drop-down menu
items.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommonNavigatorManager.fillContextMenu(IMenuManager aMenuManager)
Fills aMenuManager with menu contributions from the
NavigatorActionService . |
void |
NavigatorActionService.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.
|
void |
WizardActionGroup.fillContextMenu(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
void |
GoIntoActionProvider.fillContextMenu(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
BasicTextEditorActionContributor.contributeToMenu(IMenuManager menu) |
protected void |
AbstractTextEditor.editorContextMenuAboutToShow(IMenuManager menu)
Sets up this editor's context menu before it is made visible.
|
protected void |
AbstractDecoratedTextEditor.editorContextMenuAboutToShow(IMenuManager menu) |
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 |
AbstractTextEditor.rulerContextMenuAboutToShow(IMenuManager menu)
Sets up the ruler context menu before it is made visible.
|
protected void |
AbstractDecoratedTextEditor.rulerContextMenuAboutToShow(IMenuManager menu) |
Modifier and Type | Method and Description |
---|---|
void |
GotoActionGroup.fillContextMenu(IMenuManager menu)
Deprecated.
|
void |
MainActionGroup.fillContextMenu(IMenuManager menu)
Deprecated.
Fills the context menu with the actions contained in this group
and its subgroups.
|
void |
WorkspaceActionGroup.fillContextMenu(IMenuManager menu)
Deprecated.
Adds the build, open project, close project and refresh resource
actions to the context menu.
|
protected void |
ResourceNavigator.fillContextMenu(IMenuManager menu)
Deprecated.
Called when the context menu is about to open.
|
void |
RefactorActionGroup.fillContextMenu(IMenuManager menu)
Deprecated.
|
void |
OpenActionGroup.fillContextMenu(IMenuManager menu)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySheetPage.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.