org.eclipse.ui.forms.editor |
Package-level Javadoc
Support for forms-based multi-page editors.
|
Java Source File Name | Type | Comment |
FormEditor.java | Class | This class forms a base of multi-page form editors that typically use one or
more pages with forms and one page for raw source of the editor input.
Pages are added 'lazily' i.e. |
FormPage.java | Class | A base class that all pages that should be added to FormEditor must subclass.
Form page has an instance of PageForm that extends managed form. |
IFormPage.java | Interface | Interface that all GUI pages need to implement in order
to be added to FormEditor part. |
SharedHeaderFormEditor.java | Class | A variation of
FormEditor , this editor has a stable header that does
not change when pages are switched. |