Uses of Interface
org.eclipse.search.ui.ISearchResultListener
-
Packages that use ISearchResultListener 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 ISearchResultListener in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type ISearchResultListener Modifier and Type Method Description void
ISearchResult. addListener(ISearchResultListener l)
Adds aISearchResultListener
.void
ISearchResult. removeListener(ISearchResultListener l)
Removes aISearchResultChangedListener
. -
Uses of ISearchResultListener in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type ISearchResultListener Modifier and Type Method Description void
AbstractTextSearchResult. addListener(ISearchResultListener l)
void
AbstractTextSearchResult. removeListener(ISearchResultListener l)
-