|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface for IWorkingCopyManager.
Method Summary | |
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. |
Method Detail |
public 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.
public void removeWorkingCopy(IEditorInput input)
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |