|
Uses of Interface org.eclipse.jdt.core.search.ITypeNameRequestor
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)
Deprecated. Use
SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead
|
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
|
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|