| Interface | Description |
|---|---|
| IFormColors |
A place to hold all the color constants used in the forms package.
|
| IFormPart |
Classes that implement this interface can be added to the managed form and
take part in the form life cycle.
|
| IManagedForm |
Managed form wraps a form widget and adds life cycle methods for form parts.
|
| IPartSelectionListener |
Form parts can implement this interface if they want to be
notified when another part on the same form changes selection
state.
|
| Class | Description |
|---|---|
| AbstractFormPart |
AbstractFormPart implements IFormPart interface and can be used as a
convenient base class for concrete form parts.
|
| FormColors |
Manages colors that will be applied to forms and form widgets.
|
| FormFonts | |
| FormToolkit |
The toolkit is responsible for creating SWT controls adapted to work in
Eclipse forms.
|
| FormUtil | |
| ManagedForm |
Managed form wraps a form widget and adds life cycle methods for form parts.
|
Copyright © 2007–2020. All rights reserved.