Eclipse CDT
Pre-release 3.0

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

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

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

Methods in org.eclipse.cdt.core.model that return IWorkingCopy
 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.
 

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

Methods in org.eclipse.cdt.core.search with parameters of type IWorkingCopy
 void IMatchLocator.locateMatches(String[] paths, IWorkspace workspace, IWorkingCopy[] workingCopies)
           
 

Constructors in org.eclipse.cdt.core.search with parameters of type IWorkingCopy
SearchEngine(IWorkingCopy[] workingCopies)
           
 


Eclipse CDT
Pre-release 3.0

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