}
protected BuildpathDetector createBuildpathDetector(IProgressMonitor monitor, IDLTKLanguageToolkit toolkit)
throws CoreException {
BuildpathDetector detector = new PHPBuildpathDetector(getProject(), toolkit);
detector.detectBuildpath(new SubProgressMonitor(monitor, 20));
return detector;
}
public void cancel() {
if (downloader != null) {