Uses of Interface
org.eclipse.ui.forms.IManagedForm
Packages that use IManagedForm
Package
Description
Forms-based controls for use in views, editors, and wizards.
Support for forms-based multi-page editors.
-
Uses of IManagedForm in org.eclipse.ui.forms
Classes in org.eclipse.ui.forms that implement IManagedFormModifier and TypeClassDescriptionclass
Managed form wraps a form widget and adds life cycle methods for form parts.Methods in org.eclipse.ui.forms that return IManagedFormModifier and TypeMethodDescriptionAbstractFormPart.getManagedForm()
Returns the form that manages this part.Methods in org.eclipse.ui.forms with parameters of type IManagedFormModifier and TypeMethodDescriptionvoid
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
AbstractFormPart.initialize
(IManagedForm form) void
DetailsPart.initialize
(IManagedForm form) void
IFormPart.initialize
(IManagedForm form) Initializes the part.Constructors in org.eclipse.ui.forms with parameters of type IManagedFormModifierConstructorDescriptionDetailsPart
(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. -
Uses of IManagedForm in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that return IManagedFormModifier and TypeMethodDescriptionSharedHeaderFormEditor.getHeaderForm()
Returns the form that owns the shared header.FormPage.getManagedForm()
Returns the managed form owned by this page.IFormPage.getManagedForm()
Returns the managed form of this page, unless this is a source page.Methods in org.eclipse.ui.forms.editor with parameters of type IManagedFormModifier and TypeMethodDescriptionprotected 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.