Package org.eclipse.search.ui.text
package org.eclipse.search.ui.text
Provides the base classes to implement a search result view part for searches with textual matches.
Package Specification
AbstractTextSearchResult
implements a ISearchResult
and holds result entries of type Match
. A match represents a range of text in
a parent resource.
AbstractTextSearchViewPage
implements a ISearchResultPage
capable of showing an AbstractTextSearchResult
.
It uses IEditorMatchAdapter
, IFileMatchAdapter
to adapt matches to editor, resp. files.
Editors that don't use standard text annotation models can implement ISearchEditorAccess
to allow textual searches
to be shown.
-
ClassDescriptionAn abstract base implementation for text-match based search results.An abstract base implementation for classes showing
AbstractTextSearchResult
instances.A text search scope used by the file search dialog.An event object describing that the filter state of the givenmatches
has been updated ormatch filters
have been reconfigured.This interface serves as an adapter between matches and editors.This interface serves to map matches toIFile
instances.This interface allows editors to provide customized access to editor internals for the search implementation to highlight matches.A textual match in a given object.An event object describing addition and removal of matches.A match filter is used to evaluate the filter state of a match (Match.isFiltered()
.An event indicating that all matches have been removed from aAbstractTextSearchResult
.Abstract base class for text search query providers supplied via theorg.eclipse.search.textSearchQueryProvider
extension point.Specified the input for a search query.