Eclipse CDT
Pre-release 3.0

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

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

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

Methods in org.eclipse.cdt.core.model that return IWorkingCopy
 IWorkingCopy ITranslationUnit.findSharedWorkingCopy()
          Returns the shared working copy for this element, using the default IBuffer factory, or null, if no working copy has been created for this element.
 IWorkingCopy ITranslationUnit.findSharedWorkingCopy(org.eclipse.cdt.internal.core.model.IBufferFactory bufferFactory)
          Finds the shared working copy for this element, given a IBuffer factory.
 IWorkingCopy ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor, org.eclipse.cdt.internal.core.model.IBufferFactory factory)
          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.
 IWorkingCopy ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor, org.eclipse.cdt.internal.core.model.IBufferFactory factory, 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.
 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.
 IWorkingCopy[] IWorkingCopyProvider.getWorkingCopies()
           
 IWorkingCopy ITranslationUnit.getWorkingCopy()
          Returns a new working copy for the Translation Unit.
 IWorkingCopy ITranslationUnit.getWorkingCopy(IProgressMonitor monitor)
          Returns a new working copy for the Translation Unit.
 IWorkingCopy ITranslationUnit.getWorkingCopy(IProgressMonitor monitor, org.eclipse.cdt.internal.core.model.IBufferFactory factory)
          Returns a new working copy for the Translation Unit.
 


Eclipse CDT
Pre-release 3.0

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