org.eclipse.ui
Interface IInPlaceEditor
- All Superinterfaces:
- IAdaptable, IEditorPart, ISaveablePart, IWorkbenchPart
- public interface IInPlaceEditor
- extends IEditorPart
Interface for editor parts that represent an in-place style editor.
This interface is not intended to be implemented or extended by clients.
- Since:
- 3.0
- See Also:
IEditorDescriptor.isOpenInPlace()
Method Summary |
void |
sourceChanged(IInPlaceEditorInput input)
Informs the in-place editor that the system file it is
editing was moved or renamed by the application. |
void |
sourceDeleted()
Informs the in-place editor that the system file it is
editing was deleted by the application. |
sourceDeleted
public void sourceDeleted()
- Informs the in-place editor that the system file it is
editing was deleted by the application.
sourceChanged
public void sourceChanged(IInPlaceEditorInput input)
- Informs the in-place editor that the system file it is
editing was moved or renamed by the application.
- Parameters:
input
- the new in-place editor input to use
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.