Uses of Class
org.eclipse.search.ui.SearchResultEvent
-
Packages that use SearchResultEvent 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. -
-
Uses of SearchResultEvent in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type SearchResultEvent Modifier and Type Method Description voidISearchResultListener. searchResultChanged(SearchResultEvent e)Called to notify listeners of changes in aISearchResult. -
Uses of SearchResultEvent in org.eclipse.search.ui.text
Subclasses of SearchResultEvent in org.eclipse.search.ui.text Modifier and Type Class Description classFilterUpdateEventAn event object describing that the filter state of the givenmatcheshas been updated ormatch filtershave been reconfigured.classMatchEventAn event object describing addition and removal of matches.classRemoveAllEventAn event indicating that all matches have been removed from aAbstractTextSearchResult.Methods in org.eclipse.search.ui.text with parameters of type SearchResultEvent Modifier and Type Method Description protected voidAbstractTextSearchResult. fireChange(SearchResultEvent e)Send the givenSearchResultEventto all registered search result listeners.protected voidAbstractTextSearchViewPage. handleSearchResultChanged(SearchResultEvent e)Handles a search result event for the current search result.
-