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 |
---|---|
void |
ISearchResultListener.searchResultChanged(SearchResultEvent e)
Called to notify listeners of changes in a
ISearchResult . |
Modifier and Type | Class and Description |
---|---|
class |
FilterUpdateEvent
An event object describing that the filter state of the given
matches has been updated or
match filters have been reconfigured. |
class |
MatchEvent
An event object describing addition and removal of matches.
|
class |
RemoveAllEvent
An event indicating that all matches have been removed from a
AbstractTextSearchResult . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextSearchResult.fireChange(SearchResultEvent e)
Send the given
SearchResultEvent to all registered search
result listeners. |
protected void |
AbstractTextSearchViewPage.handleSearchResultChanged(SearchResultEvent e)
Handles a search result event for the current search result.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.