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 TypeClassDescriptionclassManaged 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 TypeMethodDescriptionvoidMasterDetailsBlock.createContent(IManagedForm managedForm) Creates the content of the master/details block inside the managed form.voidMasterDetailsBlock.createContent(IManagedForm managedForm, Composite parent) Creates the content of the master/details block inside the parent composite.protected voidFormDialog.createFormContent(IManagedForm mform) Configures the dialog form and creates form content.protected abstract voidMasterDetailsBlock.createMasterPart(IManagedForm managedForm, Composite parent) Implement this method to create a master part in the provided parent.protected abstract voidMasterDetailsBlock.createToolBarActions(IManagedForm managedForm) Implement this method to create form tool bar actions and add them to the form tool bar if desired.voidAbstractFormPart.initialize(IManagedForm form) voidDetailsPart.initialize(IManagedForm form) voidIFormPart.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 voidFormPage.createFormContent(IManagedForm managedForm) Subclasses should override this method to create content in the form hosted in this page.protected voidSharedHeaderFormEditor.createHeaderContents(IManagedForm headerForm) Subclasses should extend this method to configure the form that owns the shared header.