|
 |
|
|
org.eclipse.search.ui
Interface IContextMenuContributor
Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see
ISearchResultPage ), leaving it up to the page
how to create actions in context menus.
-
public interface IContextMenuContributor
Specify how clients can add menu items
to the context menu of the search result view.
A class that contributes context menu items
must implement this interface and pass an
instance of itself to the search result view.
-
See Also:
-
ISearchResultView.searchStarted(IActionGroupFactory, String, String, ImageDescriptor, String, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress)
fill
void fill(
IMenuManager menu,
IInputSelectionProvider inputProvider)
-
Deprecated.
- Contributes menu items to the given context menu appropriate for the
given selection.
-
-
Parameters:
-
menu - the menu to which the items are added -
inputProvider - the selection and input provider
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|