Uses of Class
org.eclipse.ui.forms.widgets.SectionFactory
-
Packages that use SectionFactory Package Description org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. -
-
Uses of SectionFactory in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return SectionFactory Modifier and Type Method Description SectionFactorySectionFactory. description(java.lang.String description)Sets the description text.SectionFactorySectionFactory. description(java.util.function.Function<Section,Control> controlFunction)Sets a function which must provide a description control for the given Section.static SectionFactorySectionFactory. newSection(int style)Creates a new SectionFactory with the given style.SectionFactorySectionFactory. onExpanded(java.util.function.Consumer<ExpansionEvent> consumer)Creates anIExpansionListenerand registers it for the expansionStateChanged event.SectionFactorySectionFactory. onExpanding(java.util.function.Consumer<ExpansionEvent> consumer)Creates anIExpansionListenerand registers it for the expansionStateChanging event.SectionFactorySectionFactory. title(java.lang.String title)Sets the title of the section.
-