Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

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.
 

Class Summary
AbstractTextSearchResult An abstract base implementation for text-match based search results.
AbstractTextSearchViewPage An abstract base implementation for classes showing AbstractTextSearchResult instances.
FileTextSearchScope A text search scope used by the file search dialog.
FilterUpdateEvent An event object describing that the filter state of the given matches has been updated or match filters have been reconfigured.
Match A textual match in a given object.
MatchEvent An event object describing addition and removal of matches.
MatchFilter A match filter is used to evaluate the filter state of a match ( Match.isFiltered().
RemoveAllEvent An event indicating that all matches have been removed from a AbstractTextSearchResult.
TextSearchQueryProvider Abstract base class for text search query providers supplied via the org.eclipse.search.textSearchQueryProvider extension point.
TextSearchQueryProvider.TextSearchInput Specified the input for a search query.
 

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.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire