Eclipse JDT
Release 3.0

Uses of Interface
org.eclipse.jdt.core.search.ITypeNameRequestor

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

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

Methods in org.eclipse.jdt.core.search with parameters of type ITypeNameRequestor
 void SearchEngine.searchAllTypeNames(char[] packageName, char[] typeName, int matchRule, int searchFor, IJavaSearchScope scope, ITypeNameRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
          Searches for all top-level types and member types in the given scope.
 void SearchEngine.searchAllTypeNames(IWorkspace workspace, char[] packageName, char[] typeName, int matchMode, boolean isCaseSensitive, int searchFor, IJavaSearchScope scope, ITypeNameRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
          Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) instead
 


Eclipse JDT
Release 3.0

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