Uses of Class
org.eclipse.search.ui.SearchResultEvent
Package
Description
Classes and interface required to contribute search dialog pages and search result view pages.
Provides the base classes to implement a search result view part for searches with textual matches.
-
Uses of SearchResultEvent in org.eclipse.search.ui
Modifier and TypeMethodDescriptionvoid
ISearchResultListener.searchResultChanged
(SearchResultEvent e) Called to notify listeners of changes in aISearchResult
. -
Uses of SearchResultEvent in org.eclipse.search.ui.text
Modifier and TypeClassDescriptionclass
An event object describing that the filter state of the givenmatches
has been updated ormatch filters
have been reconfigured.class
An event object describing addition and removal of matches.class
An event indicating that all matches have been removed from aAbstractTextSearchResult
.Modifier and TypeMethodDescriptionprotected void
AbstractTextSearchResult.fireChange
(SearchResultEvent e) Send the givenSearchResultEvent
to all registered search result listeners.protected void
AbstractTextSearchViewPage.handleSearchResultChanged
(SearchResultEvent e) Handles a search result event for the current search result.