public interface ISearchResultViewPart extends IViewPart
Interface for the search result view. The search result view is responsible
for managing the set of search result and delegates display of search results
to the appropriate ISearchResultPage
. Clients may access the
search result view via the NewSearchUI
facade class.
This interface is not intended to be implemented by clients
NewSearchUI.activateSearchResultView()
,
NewSearchUI.getSearchResultView()
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
void |
fillContextMenu(IMenuManager menuManager)
Search result pages should call this method to have the search results view contribute to
their context menus.
|
ISearchResultPage |
getActivePage()
Returns the
ISearchResultPage currently shown in this
search view. |
void |
updateLabel()
Requests that the search view updates the label it is showing for search result
pages.
|
getViewSite, init, init, saveState
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
void fillContextMenu(IMenuManager menuManager)
menuManager
- the menu manager the search result view should contribute toISearchResultPage getActivePage()
ISearchResultPage
currently shown in this
search view. Returns null
if no page is currently shown.ISearchResultPage
or null
void updateLabel()
ISearchResultPage.getLabel()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.