org.eclipse.ui.forms |
Package-level Javadoc
Forms-based controls for use in views, editors, and wizards.
|
Java Source File Name | Type | Comment |
AbstractFormPart.java | Class | AbstractFormPart implements IFormPart interface and can be used as a
convenient base class for concrete form parts. |
DetailsPart.java | Class | This managed form part handles the 'details' portion of the
'master/details' block. |
FormColors.java | Class | Manages colors that will be applied to forms and form widgets. |
FormDialog.java | Class | A general-purpose dialog that hosts a form. |
HyperlinkGroup.java | Class | Manages a group of hyperlinks. |
HyperlinkSettings.java | Class | Manages color and underline mode settings for a group of hyperlinks. |
IDetailsPage.java | Interface | This interface should be implemented by clients providing
pages to handle object types in DetailsPart. |
IDetailsPageProvider.java | Interface | The class that implements this interface provides for dynamic
computation of page key and the page itself based on the
input object. |
IFormColors.java | Interface | A place to hold all the color constants used in the forms package. |
IFormPart.java | Interface | Classes that implement this interface can be added to the managed form and
take part in the form life cycle. |
IManagedForm.java | Interface | Managed form wraps a form widget and adds life cycle methods for form parts.
A form part is a portion of the form that participates in form life cycle
events.
There is no 1/1 mapping between widgets and form parts. |
IMessage.java | Interface | This interface encapsulates a single message that can be shown in a form. |
IMessageManager.java | Interface | This interface provides for managing typed messages in a form. |
IMessagePrefixProvider.java | Interface | This interface computes the prefix of a message that is created in the
context of a control. |
IPartSelectionListener.java | Interface | Form parts can implement this interface if they want to be
notified when another part on the same form changes selection
state. |
ManagedForm.java | Class | Managed form wraps a form widget and adds life cycle methods for form parts.
A form part is a portion of the form that participates in form life cycle
events.
There is requirement for 1/1 mapping between widgets and form parts. |
MasterDetailsBlock.java | Class | This class implements the 'master/details' UI pattern suitable for inclusion
in a form. |
SectionPart.java | Class | Section part implements IFormPart interface based on the Section widget. |