Package org.eclipse.ui
Interface IInPlaceEditor
- All Superinterfaces:
- IAdaptable,- IEditorPart,- ISaveablePart,- IWorkbenchPart
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:
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Field SummaryFields inherited from interface org.eclipse.ui.IEditorPartPROP_DIRTY, PROP_INPUTFields inherited from interface org.eclipse.ui.IWorkbenchPartPROP_TITLE
- 
Method SummaryModifier and TypeMethodDescriptionvoidsourceChanged(IInPlaceEditorInput input) Informs the in-place editor that the system file it is editing was moved or renamed by the application.voidInforms the in-place editor that the system file it is editing was deleted by the application.Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.ui.IEditorPartgetEditorInput, getEditorSite, initMethods inherited from interface org.eclipse.ui.ISaveablePartdoSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeededMethods inherited from interface org.eclipse.ui.IWorkbenchPartaddPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
- 
Method Details- 
sourceDeletedvoid sourceDeleted()Informs the in-place editor that the system file it is editing was deleted by the application.
- 
sourceChangedInforms 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
 
 
-