Uses of Class
org.eclipse.ui.forms.editor.FormEditor
-
Packages that use FormEditor Package Description org.eclipse.ui.forms.editor Support for forms-based multi-page editors. -
-
Uses of FormEditor in org.eclipse.ui.forms.editor
Subclasses of FormEditor in org.eclipse.ui.forms.editor Modifier and Type Class Description class
SharedHeaderFormEditor
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched.Methods in org.eclipse.ui.forms.editor that return FormEditor Modifier and Type Method Description FormEditor
FormPage. getEditor()
Returns the parent editor.FormEditor
IFormPage. getEditor()
Returns the editor this page belongs to.Methods in org.eclipse.ui.forms.editor with parameters of type FormEditor Modifier and Type Method Description void
FormPage. initialize(FormEditor editor)
Primes the form page with the parent editor instance.void
IFormPage. initialize(FormEditor editor)
Constructors in org.eclipse.ui.forms.editor with parameters of type FormEditor Constructor Description FormPage(FormEditor editor, String id, String title)
A constructor that creates the page and initializes it with the editor.
-