public interface IWorkingCopyManagerExtension
IWorkingCopyManager
.
Introduces API to set and remove the working copy for a given editor input.
Modifier and Type | Method and Description |
---|---|
void |
removeWorkingCopy(IEditorInput input)
Removes the working copy set for the given editor input.
|
void |
setWorkingCopy(IEditorInput input,
ICompilationUnit workingCopy)
Sets the given working copy for the given editor input.
|
void setWorkingCopy(IEditorInput input, ICompilationUnit workingCopy)
This working copy manager does not assume the ownership of this working copy, i.e., the given working copy is not automatically be freed when this manager is shut down.
input
- the editor inputworkingCopy
- the working copyvoid removeWorkingCopy(IEditorInput input)
input
- the editor input
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.