| Package | Description |
|---|---|
| org.eclipse.cdt.core.model |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
use
ITranslationUnit.findSharedWorkingCopy(),
or CDTUITools.getWorkingCopyManager() instead. |
IWorkingCopy |
ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor,
org.eclipse.cdt.internal.core.model.IBufferFactory factory)
Deprecated.
use
ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IProblemRequestor),
or CDTUITools.getWorkingCopyManager() instead. |
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.
|
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)
Deprecated.
use
ITranslationUnit.getWorkingCopy(IProgressMonitor),
or CDTUITools.getWorkingCopyManager() instead. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.