Package | Description |
---|---|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.