Uses of Class
org.eclipse.ui.forms.widgets.Section
Packages that use Section
Package
Description
Forms-based controls for use in views, editors, and wizards.
Custom widgets and controls for forms-based parts.
-
Uses of Section in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return SectionModifier and TypeMethodDescriptionSectionPart.getSection()Returns the section widget used in this part.Constructors in org.eclipse.ui.forms with parameters of type SectionModifierConstructorDescriptionSectionPart(Section section) Creates a new section part based on the provided section. -
Uses of Section in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return SectionModifier and TypeMethodDescriptionFormToolkit.createSection(Composite parent, int sectionStyle) Creates a section as a part of the form.Method parameters in org.eclipse.ui.forms.widgets with type arguments of type SectionModifier and TypeMethodDescriptionSectionFactory.description(Function<Section, Control> controlFunction) Sets a function which must provide a description control for the given Section.