Uses of Interface
org.eclipse.jdt.internal.core.IPathRequestor

Packages that use IPathRequestor
org.eclipse.jdt.internal.core.hierarchy   
 

Uses of IPathRequestor in org.eclipse.jdt.internal.core.hierarchy
 

Methods in org.eclipse.jdt.internal.core.hierarchy with parameters of type IPathRequestor
static void IndexBasedHierarchyBuilder.searchAllPossibleSubTypes(IType type, IJavaSearchScope scope, java.util.Map binariesFromIndexMatches, IPathRequestor pathRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
          Find the set of candidate subtypes of a given type.