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[] IWorkingCopyProvider.getWorkingCopies()
           
 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.getWorkingCopy()
          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.