ISearchResultPage
), leaving it up to the page
how to create actions in context menus.public interface IContextMenuContributor
Modifier and Type | Method and Description |
---|---|
void |
fill(IMenuManager menu,
IInputSelectionProvider inputProvider)
Deprecated.
Contributes menu items to the given context menu appropriate for the
given selection.
|
void fill(IMenuManager menu, IInputSelectionProvider inputProvider)
menu
- the menu to which the items are addedinputProvider
- the selection and input providerGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.