Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.model.IProblemRequestor

Packages that use IProblemRequestor
org.eclipse.cdt.core.model   
 

Uses of IProblemRequestor in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model with parameters of type IProblemRequestor
 IWorkingCopy ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor, org.eclipse.cdt.internal.core.model.IBufferFactory factory, IProblemRequestor requestor)
          Deprecated. use ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IProblemRequestor), or CDTUITools.getWorkingCopyManager() instead.
 IWorkingCopy ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor, IProblemRequestor requestor)
          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.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.