|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISearchResult | |
org.eclipse.search.ui | Provides classes and interfaces to run search queries and manage their results. |
org.eclipse.search.ui.text | Provides the interface for a default search result page for textual searches. |
Uses of ISearchResult in org.eclipse.search.ui |
Methods in org.eclipse.search.ui that return ISearchResult | |
ISearchResult |
ISearchQuery.getSearchResult()
Returns the search result associated with this query. |
ISearchResult |
SearchResultEvent.getSearchResult()
Gets the ISearchResult for this event. |
Methods in org.eclipse.search.ui with parameters of type ISearchResult | |
void |
ISearchResultPage.setInput(ISearchResult search,
Object uiState)
Sets the search result to be shown in this search results page. |
Constructors in org.eclipse.search.ui with parameters of type ISearchResult | |
SearchResultEvent(ISearchResult searchResult)
Creates a new search result event for the given search result. |
Uses of ISearchResult in org.eclipse.search.ui.text |
Classes in org.eclipse.search.ui.text that implement ISearchResult | |
class |
AbstractTextSearchResult
An abstract base implementation for text-match based search results. |
Methods in org.eclipse.search.ui.text with parameters of type ISearchResult | |
void |
AbstractTextSearchViewPage.setInput(ISearchResult search,
Object viewState)
Sets the search result to be shown in this search results page. Implementers should restore UI state (e.g. selection) from the previously saved uiState object. |
Constructors in org.eclipse.search.ui.text with parameters of type ISearchResult | |
MatchEvent(ISearchResult searchResult)
Constructs a new MatchEvent . |
|
RemoveAllEvent(ISearchResult searchResult)
A constructor |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.