Uses of Class
org.eclipse.ui.forms.editor.FormEditor
-
Uses of FormEditor in org.eclipse.ui.forms.editor
Modifier and TypeClassDescriptionclass
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched.Modifier and TypeMethodDescriptionFormPage.getEditor()
Returns the parent editor.IFormPage.getEditor()
Returns the editor this page belongs to.Modifier and TypeMethodDescriptionvoid
FormPage.initialize
(FormEditor editor) Primes the form page with the parent editor instance.void
IFormPage.initialize
(FormEditor editor) ModifierConstructorDescriptionFormPage
(FormEditor editor, String id, String title) A constructor that creates the page and initializes it with the editor.