Package | Description |
---|---|
org.eclipse.ui.forms |
Forms-based controls for use in views, editors, and wizards.
|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedForm
Managed form wraps a form widget and adds life cycle methods for form parts.
|
Modifier and Type | Method and Description |
---|---|
IManagedForm |
AbstractFormPart.getManagedForm()
Returns the form that manages this part.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterDetailsBlock.createContent(IManagedForm managedForm)
Creates the content of the master/details block inside the managed form.
|
void |
MasterDetailsBlock.createContent(IManagedForm managedForm,
Composite parent)
Creates the content of the master/details block inside the parent composite.
|
protected void |
FormDialog.createFormContent(IManagedForm mform)
Configures the dialog form and creates form content.
|
protected abstract void |
MasterDetailsBlock.createMasterPart(IManagedForm managedForm,
Composite parent)
Implement this method to create a master part in the provided parent.
|
protected abstract void |
MasterDetailsBlock.createToolBarActions(IManagedForm managedForm)
Implement this method to create form tool bar actions and add them to the
form tool bar if desired.
|
void |
IFormPart.initialize(IManagedForm form)
Initializes the part.
|
void |
AbstractFormPart.initialize(IManagedForm form) |
void |
DetailsPart.initialize(IManagedForm form) |
Constructor and Description |
---|
DetailsPart(IManagedForm mform,
Composite parent,
int style)
Creates a new details part in the provided form by creating
the page book.
|
DetailsPart(IManagedForm mform,
ScrolledPageBook pageBook)
Creates a details part by wrapping the provided page book.
|
Modifier and Type | Method and Description |
---|---|
IManagedForm |
SharedHeaderFormEditor.getHeaderForm()
Returns the form that owns the shared header.
|
IManagedForm |
IFormPage.getManagedForm()
Returns the managed form of this page, unless this is a source page.
|
IManagedForm |
FormPage.getManagedForm()
Returns the managed form owned by this page.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FormPage.createFormContent(IManagedForm managedForm)
Subclasses should override this method to create content in the form
hosted in this page.
|
protected void |
SharedHeaderFormEditor.createHeaderContents(IManagedForm headerForm)
Subclasses should extend this method to configure the form that owns the
shared header.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.