Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.jdt.core.search.SearchParticipant

Packages that use SearchParticipant
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description.  
 

Uses of SearchParticipant in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search that return SearchParticipant
 SearchParticipant SearchMatch.getParticipant()
          Returns the search participant which issued this search match.
 SearchParticipant SearchDocument.getParticipant()
          Returns the participant that created this document.
static SearchParticipant SearchEngine.getDefaultSearchParticipant()
          Returns a new default Java search participant.
 

Methods in org.eclipse.jdt.core.search with parameters of type SearchParticipant
 void SearchMatch.setParticipant(SearchParticipant participant)
          Sets the participant of this match.
 void SearchEngine.search(SearchPattern pattern, SearchParticipant[] participants, IJavaSearchScope scope, SearchRequestor requestor, org.eclipse.core.runtime.IProgressMonitor monitor)
          Searches for matches of a given search pattern.
 void SearchRequestor.enterParticipant(SearchParticipant participant)
          Intermediate notification sent when the given participant starts to contribute.
 void SearchRequestor.exitParticipant(SearchParticipant participant)
          Intermediate notification sent when the given participant is finished contributing.
 

Constructors in org.eclipse.jdt.core.search with parameters of type SearchParticipant
MethodDeclarationMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new method declaration match.
SearchMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new search match.
LocalVariableDeclarationMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new local variable declaration match.
MethodReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, boolean insideDocComment, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new method reference match.
TypeReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, boolean insideDocComment, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new type reference match.
FieldReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, boolean isReadAccess, boolean isWriteAccess, boolean insideDocComment, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new field reference match.
PackageDeclarationMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new package declaration match.
FieldDeclarationMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new field declaration match.
TypeDeclarationMatch(IJavaElement element, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new type declaration match.
SearchDocument(String documentPath, SearchParticipant participant)
          Creates a new search document.
PackageReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, boolean insideDocComment, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new package reference match.
LocalVariableReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, boolean isReadAccess, boolean isWriteAccess, boolean insideDocComment, SearchParticipant participant, org.eclipse.core.resources.IResource resource)
          Creates a new local variable reference match.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.