|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for accessing working copies of ICompilationUnit objects. The original compilation unit is only given indirectly by means of an IEditorInput. The life cycle is as follows:
This interface is not intended to be implemented by clients.
Method Summary | |
void | connect(IEditorInput input)
Connects the given editor input to this manager. |
void | disconnect(IEditorInput input)
Disconnects the given editor input from this manager. |
ICompilationUnit | getWorkingCopy(IEditorInput input)
Returns the working copy remembered for the compilation unit encoded in the given editor input. |
void | shutdown()
Shuts down this working copy manager. |
Method Detail |
public void connect(IEditorInput input) throws CoreException
public void disconnect(IEditorInput input)
public ICompilationUnit getWorkingCopy(IEditorInput input)
public void shutdown()
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |