public abstract class AbstractEditorPage extends FormPage
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Constructor and Description |
---|
AbstractEditorPage(FormEditor editor,
java.lang.String id,
java.lang.String title)
Create the form page.
|
AbstractEditorPage(java.lang.String id,
java.lang.String title)
Create the form page.
|
Modifier and Type | Method and Description |
---|---|
TestSuiteEditor |
getEditor() |
IEditorInput |
getEditorInput() |
canLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndex
getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEditorSite
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener
getAdapter
isSaveOnCloseNeeded
public AbstractEditorPage(java.lang.String id, java.lang.String title)
id
- title
- public AbstractEditorPage(FormEditor editor, java.lang.String id, java.lang.String title)
editor
- id
- title
- public TestSuiteEditor getEditor()
public IEditorInput getEditorInput()
getEditorInput
in interface IEditorPart
getEditorInput
in class EditorPart