Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.search.ui.text.Match

Packages that use Match
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
 

Uses of Match in org.eclipse.search.ui.text
 

Fields in org.eclipse.search.ui.text declared as Match
protected static Match[] AbstractTextSearchViewPage.EMPTY_MATCH_ARRAY
          An empty array.
 

Methods in org.eclipse.search.ui.text that return Match
 Match[] IEditorMatchAdapter.computeContainedMatches(AbstractTextSearchResult result, IEditorPart editor)
          Returns all matches that are contained in the element shown in the given editor.
 Match[] AbstractTextSearchResult.getMatches(Object element)
          Returns an array with all matches reported against the given element.
 Match[] IFileMatchAdapter.computeContainedMatches(AbstractTextSearchResult result, IFile file)
          Returns an array with all matches contained in the given file in the given search result.
 Match[] MatchEvent.getMatches()
          Returns the concerned matches.
 Match AbstractTextSearchViewPage.getCurrentMatch()
          Returns the currently selected match.
 Match[] AbstractTextSearchViewPage.getDisplayedMatches(Object element)
          Returns the matches that are currently displayed for the given element.
 

Methods in org.eclipse.search.ui.text with parameters of type Match
 boolean IEditorMatchAdapter.isShownInEditor(Match match, IEditorPart editor)
          Determines whether a match should be displayed in the given editor.
 void AbstractTextSearchResult.addMatch(Match match)
          Adds a Match to this search result.
 void AbstractTextSearchResult.addMatches(Match[] matches)
          Adds a number of Matches to this search result.
 void AbstractTextSearchResult.removeMatch(Match match)
          Removes the given match from this search result.
 void AbstractTextSearchResult.removeMatches(Match[] matches)
          Removes the given matches from this search result.
protected  void MatchEvent.setMatch(Match match)
          Sets the match for the change this event reports.
protected  void MatchEvent.setMatches(Match[] matches)
          Sets the matches for the change this event reports.
 IDocument ISearchEditorAccess.getDocument(Match match)
          Finds the document displaying the match.
 IAnnotationModel ISearchEditorAccess.getAnnotationModel(Match match)
          Finds the annotation model for the given match
protected  void AbstractTextSearchViewPage.showMatch(Match match, int currentOffset, int currentLength)
          Deprecated.  
protected  void AbstractTextSearchViewPage.showMatch(Match match, int currentOffset, int currentLength, boolean activate)
          Opens an editor on the given element and selects the given range of text.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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