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 classSharedHeaderFormEditorA 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 FormEditorFormPage. getEditor()Returns the parent editor.FormEditorIFormPage. 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 voidFormPage. initialize(FormEditor editor)Primes the form page with the parent editor instance.voidIFormPage. 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.
-