Package | Description |
---|---|
org.eclipse.search.ui |
Classes and interface required to contribute search dialog pages and search result view pages.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
Modifier and Type | Method and Description |
---|---|
ISearchResult |
ISearchQuery.getSearchResult()
Returns the search result associated with this query.
|
ISearchResult |
SearchResultEvent.getSearchResult()
Gets the
ISearchResult for this event. |
Modifier and Type | Method and Description |
---|---|
void |
ISearchResultPage.setInput(ISearchResult search,
Object uiState)
Sets the search result to be shown in this search results page.
|
Constructor and Description |
---|
SearchResultEvent(ISearchResult searchResult)
Creates a new search result event for the given search result.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextSearchResult
An abstract base implementation for text-match based search results.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextSearchViewPage.setInput(ISearchResult newSearch,
Object viewState)
Sets the search result to be shown in this search results page.
|
Constructor and Description |
---|
FilterUpdateEvent(ISearchResult searchResult,
Match[] matches,
MatchFilter[] filters)
Constructs a new
FilterUpdateEvent . |
MatchEvent(ISearchResult searchResult)
Constructs a new
MatchEvent . |
RemoveAllEvent(ISearchResult searchResult)
A constructor
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.