Eclipse JDT
2.1

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(IWorkspace workspace, char[] packageName, char[] typeName, int matchMode, boolean isCaseSensitive, int searchFor, IJavaSearchScope scope, ITypeNameRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
          Searches for all top-level types and member types in the given scope.
 


Eclipse JDT
2.1

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