Package org.eclipse.search.ui
Interface IContextMenuContributor
-
@Deprecated public interface IContextMenuContributor
Deprecated.Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to create actions in context menus.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
fill(IMenuManager menu, IInputSelectionProvider inputProvider)
Deprecated.Contributes menu items to the given context menu appropriate for the given selection.
-
-
-
Method Detail
-
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 addedinputProvider
- the selection and input provider
-
-