Uses of Class
org.eclipse.ui.forms.widgets.SectionFactory
Packages that use SectionFactory
-
Uses of SectionFactory in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return SectionFactoryModifier and TypeMethodDescriptionSectionFactory.description(String description) Sets the description text.SectionFactory.description(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.SectionFactory.onExpanded(Consumer<ExpansionEvent> consumer) Creates anIExpansionListenerand registers it for the expansionStateChanged event.SectionFactory.onExpanding(Consumer<ExpansionEvent> consumer) Creates anIExpansionListenerand registers it for the expansionStateChanging event.Sets the title of the section.