public abstract class AbstractEditorPage
extends org.eclipse.ui.forms.editor.FormPage
| Constructor and Description |
|---|
AbstractEditorPage(org.eclipse.ui.forms.editor.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() |
org.eclipse.ui.IEditorInput |
getEditorInput() |
canLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndexgetEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationDataaddPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractEditorPage(java.lang.String id,
java.lang.String title)
id - title - public AbstractEditorPage(org.eclipse.ui.forms.editor.FormEditor editor,
java.lang.String id,
java.lang.String title)
editor - id - title - public TestSuiteEditor getEditor()
getEditor in interface org.eclipse.ui.forms.editor.IFormPagegetEditor in class org.eclipse.ui.forms.editor.FormPagepublic org.eclipse.ui.IEditorInput getEditorInput()
getEditorInput in interface org.eclipse.ui.IEditorPartgetEditorInput in class org.eclipse.ui.part.EditorPart