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.
|
Class and Description |
---|
IActionGroupFactory
Deprecated.
Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see
ISearchResultPage ), leaving it up to the page
how to create actions. |
IContextMenuContributor
Deprecated.
Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see
ISearchResultPage ), leaving it up to the page
how to create actions in context menus. |
IGroupByKeyComputer
Deprecated.
Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see
ISearchResultPage ), leaving it up to the page
how to group search results. |
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 an
ISearchResult . |
ISearchResultPage
Interface to be implemented by contributors to the extension point
org.eclipse.search.searchResultViewPages . |
ISearchResultView
Deprecated.
Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages.
To access the parent view,
ISearchResultViewPart is used instead. |
ISearchResultViewPart
Interface for the search result view.
|
SearchResultEvent
The common superclass of all events sent from
ISearchResults . |
Class and 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 an
ISearchResult . |
ISearchResultPage
Interface to be implemented by contributors to the extension point
org.eclipse.search.searchResultViewPages . |
ISearchResultViewPart
Interface for the search result view.
|
SearchResultEvent
The common superclass of all events sent from
ISearchResults . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.