public interface IReusableEditor extends IEditorPart
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
void |
setInput(IEditorInput input)
Sets the input to this editor.
|
getEditorInput, getEditorSite, init
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
void setInput(IEditorInput input)
Note: Clients must fire the IEditorPart.PROP_INPUT
property change within their implementation of
setInput()
.
input
- the editor input
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.