Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.search.core.text.TextSearchMatchAccess

Packages that use TextSearchMatchAccess
org.eclipse.search.core.text Classes giving access to the file (text) search functionality. 
org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.  
 

Uses of TextSearchMatchAccess in org.eclipse.search.core.text
 

Methods in org.eclipse.search.core.text with parameters of type TextSearchMatchAccess
 boolean TextSearchRequestor.acceptPatternMatch(TextSearchMatchAccess matchAccess)
          Accepts the given search match and decides if the search should continue for this file.
 

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

Methods in org.eclipse.search.ui.text with parameters of type TextSearchMatchAccess
abstract  SearchMatchInformationProvider.LineInformation SearchMatchInformationProvider.getLineInformation(TextSearchMatchAccess match)
          Returns information about the lines containing the given match.
 int SearchMatchInformationProvider.getLocationKind(TextSearchMatchAccess match)
          Returns the kind of location the given match starts in.
protected abstract  void AbstractSearchMatchInformationProvider.scanFile(TextSearchMatchAccess matchAccess)
          Called whenever information about a new file is requested.
 SearchMatchInformationProvider.LineInformation AbstractSearchMatchInformationProvider.getLineInformation(TextSearchMatchAccess match)
           
 int AbstractSearchMatchInformationProvider.getLocationKind(TextSearchMatchAccess match)
           
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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