Eclipse Platform
Release 3.0

Package org.eclipse.search.ui.text

Provides the interface for a default search result page for textual searches.

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.
 

Class Summary
AbstractTextSearchResult An abstract base implementation for text-match based search results.
AbstractTextSearchViewPage An abstract base implementation for classes showing AbstractTextSearchResult instances.
Match A textual match in a given object.
MatchEvent An event object describing addition and removal of matches.
RemoveAllEvent An event indicating that all matches have been removed from a AbstractTextSearchResult.
 

Package org.eclipse.search.ui.text Description

Provides the interface for a default search result page for textual searches. Clients can configure a ITextSearchResult with the proper UI elements factories.

Package Specification

Clients create a ITextSearchResult and must configure it with proper IStructureProvider and ISearchElementPresentation for their search elements. The clients then add Matches or subclasses thereof to the ITextSearchResult.


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.