Uses of Class
org.eclipse.ui.forms.widgets.Form
-
Packages that use Form Package Description org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. -
-
Uses of Form in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return Form Modifier and Type Method Description Form
FormToolkit. createForm(Composite parent)
Creates a form widget in the provided parent.Form
ScrolledForm. getForm()
Returns the instance of the form owned by the scrolled form.Methods in org.eclipse.ui.forms.widgets with parameters of type Form Modifier and Type Method Description void
FormToolkit. decorateFormHeading(Form form)
Takes advantage of the gradients and other capabilities to decorate the form heading using colors computed based on the current skin and operating system.
-