Uses of Package
org.eclipse.search.ui
-
Packages that use org.eclipse.search.ui 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. -
Classes in org.eclipse.search.ui used by org.eclipse.search.ui Class Description IActionGroupFactory Deprecated, for removal: This API element is subject to removal in a future version.Part of the old ('classic') search result view.IContextMenuContributor Deprecated, for removal: This API element is subject to removal in a future version.Part of the old ('classic') search result view.IGroupByKeyComputer Deprecated, for removal: This API element is subject to removal in a future version.Part of the old ('classic') search result view.IQueryListener A listener for changes to the set of search queries.ISearchPageContainer Offers client access to the search dialog.ISearchQuery Represents a particular search query (in a Java example, a query might be "find all occurrences of 'foo' in workspace").ISearchResult Implementors of this interface represent the result of a search.ISearchResultListener Listener interface for changes to anISearchResult
.ISearchResultPage Interface to be implemented by contributors to the extension pointorg.eclipse.search.searchResultViewPages
.ISearchResultView Deprecated, for removal: This API element is subject to removal in a future version.Part of the old ('classic') search result view.ISearchResultViewPart Interface for the search result view.SearchResultEvent The common superclass of all events sent fromISearchResults
. -
Classes in org.eclipse.search.ui used by org.eclipse.search.ui.text Class Description ISearchQuery Represents a particular search query (in a Java example, a query might be "find all occurrences of 'foo' in workspace").ISearchResult Implementors of this interface represent the result of a search.ISearchResultListener Listener interface for changes to anISearchResult
.ISearchResultPage Interface to be implemented by contributors to the extension pointorg.eclipse.search.searchResultViewPages
.ISearchResultViewPart Interface for the search result view.SearchResultEvent The common superclass of all events sent fromISearchResults
.