Package | Description |
---|---|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedHeaderFormEditor
A variation of
FormEditor , this editor has a stable header that does
not change when pages are switched. |
Modifier and Type | Method and Description |
---|---|
FormEditor |
IFormPage.getEditor()
Returns the editor this page belongs to.
|
FormEditor |
FormPage.getEditor()
Returns the parent editor.
|
Modifier and Type | Method and Description |
---|---|
void |
IFormPage.initialize(FormEditor editor) |
void |
FormPage.initialize(FormEditor editor)
Primes the form page with the parent editor instance.
|
Constructor and Description |
---|
FormPage(FormEditor editor,
String id,
String title)
A constructor that creates the page and initializes it with the editor.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.