Uses of Interface
org.eclipse.jdt.internal.codeassist.ISearchRequestor

Packages that use ISearchRequestor
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.core   
 

Uses of ISearchRequestor in org.eclipse.jdt.internal.codeassist
 

Classes in org.eclipse.jdt.internal.codeassist that implement ISearchRequestor
 class CompletionEngine
          This class is the entry point for source completions.
 class SelectionEngine
          The selection engine is intended to infer the nature of a selected name in some source code.
 

Uses of ISearchRequestor in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core with parameters of type ISearchRequestor
 void SearchableEnvironment.findExactTypes(char[] name, boolean findMembers, int searchFor, ISearchRequestor storage)
          Find the top-level types that are defined in the current environment and whose simple name matches the given name.
 void CancelableNameEnvironment.findPackages(char[] prefix, ISearchRequestor requestor)
           
 void SearchableEnvironment.findPackages(char[] prefix, ISearchRequestor requestor)
          Find the packages that start with the given prefix.
 void CancelableNameEnvironment.findTypes(char[] prefix, boolean findMembers, boolean camelCaseMatch, int searchFor, ISearchRequestor storage)
           
 void SearchableEnvironment.findTypes(char[] prefix, boolean findMembers, boolean camelCaseMatch, int searchFor, ISearchRequestor storage)
          Find the top-level types that are defined in the current environment and whose name starts with the given prefix.