public interface IInPlaceEditor extends IEditorPart
This interface is not intended to be implemented or extended by clients.
IEditorDescriptor.isOpenInPlace()
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
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.
|
getEditorInput, getEditorSite, init
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
void sourceDeleted()
void sourceChanged(IInPlaceEditorInput input)
input
- the new in-place editor input to use
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.