Package org.eclipse.search.ui.text
Provides the base classes to implement a search result view part for searches with textual matches.
See:
Description
Interface Summary
|
IEditorMatchAdapter
|
This interface serves as an adapter between matches and editors. |
IFileMatchAdapter
|
This interface serves to map matches to IFile instances. |
ISearchEditorAccess
|
This interface allows editors to provide customized access to editor internals for the
search implementation to highlight matches. |
Package org.eclipse.search.ui.text Description
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.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.