Uses of Class
org.eclipse.ui.forms.widgets.Section
-
Packages that use Section Package Description org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. -
-
Uses of Section in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return Section Modifier and Type Method Description Section
SectionPart. getSection()
Returns the section widget used in this part.Constructors in org.eclipse.ui.forms with parameters of type Section Constructor Description SectionPart(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 Section Modifier and Type Method Description Section
FormToolkit. createSection(Composite parent, int sectionStyle)
Creates a section as a part of the form.
-