|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IManagedForm | |
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. |
Uses of IManagedForm in org.eclipse.ui.forms |
Classes in org.eclipse.ui.forms that implement IManagedForm | |
class |
ManagedForm
Managed form wraps a form widget and adds life cycle methods for form parts. |
Methods in org.eclipse.ui.forms that return IManagedForm | |
IManagedForm |
AbstractFormPart.getManagedForm()
Returns the form that manages this part. |
Methods in org.eclipse.ui.forms with parameters of type IManagedForm | |
void |
IFormPart.initialize(IManagedForm form)
Initializes the part. |
void |
DetailsPart.initialize(IManagedForm form)
|
void |
MasterDetailsBlock.createContent(IManagedForm managedForm)
Creates the content of the master/details block inside the managed form. |
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)
|
Constructors in org.eclipse.ui.forms with parameters of type IManagedForm | |
DetailsPart(IManagedForm mform,
ScrolledPageBook pageBook)
Creates a details part by wrapping the provided page book. |
|
DetailsPart(IManagedForm mform,
Composite parent,
int style)
Creates a new details part in the provided form by creating the page book. |
Uses of IManagedForm in org.eclipse.ui.forms.editor |
Methods in org.eclipse.ui.forms.editor that return IManagedForm | |
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. |
Methods in org.eclipse.ui.forms.editor with parameters of type IManagedForm | |
protected void |
FormPage.createFormContent(IManagedForm managedForm)
Subclasses should override this method to create content in the form hosted in this page. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.