Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.core.IProblemRequestor

Packages that use IProblemRequestor
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
 

Uses of IProblemRequestor in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type IProblemRequestor
 IJavaElement IWorkingCopy.getSharedWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Returns a shared working copy on this element using the given factory to create the buffer, or this element if this element is already a working copy.
 IJavaElement IWorkingCopy.getWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Returns a new working copy of this element using the given factory to create the buffer, or this element if this element is already a working copy.
 


Eclipse JDT
2.1

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