|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkingCopyManagerExtension
Extension interface for IWorkingCopyManager
.
Method Summary | |
---|---|
void |
removeWorkingCopy(org.eclipse.ui.IEditorInput input)
Removes the working copy set for the given editor input. |
void |
setWorkingCopy(org.eclipse.ui.IEditorInput input,
org.eclipse.cdt.core.model.IWorkingCopy workingCopy)
Sets the given working copy for the given editor input. |
Method Detail |
---|
void setWorkingCopy(org.eclipse.ui.IEditorInput input, org.eclipse.cdt.core.model.IWorkingCopy 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(org.eclipse.ui.IEditorInput input)
input
- the editor input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |