Uses of Class
org.eclipse.ui.forms.events.ExpansionEvent
-
Packages that use ExpansionEvent Package Description org.eclipse.ui.forms.events Events and listeners for forms-based parts.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. -
-
Uses of ExpansionEvent in org.eclipse.ui.forms.events
Methods in org.eclipse.ui.forms.events with parameters of type ExpansionEvent Modifier and Type Method Description voidExpansionAdapter. expansionStateChanged(ExpansionEvent e)Sent when the link is exited.voidIExpansionListener. expansionStateChanged(ExpansionEvent e)Notifies the listener after the expandable control has changed its expansion state.voidExpansionAdapter. expansionStateChanging(ExpansionEvent e)Sent when the link is entered.voidIExpansionListener. expansionStateChanging(ExpansionEvent e)Notifies the listener that the expandable control is about to change its expansion state.Method parameters in org.eclipse.ui.forms.events with type arguments of type ExpansionEvent Modifier and Type Method Description static IExpansionListenerIExpansionListener. expansionStateChangedAdapter(Consumer<ExpansionEvent> consumer)Static helper method to create aIExpansionListenerfor theIExpansionListener.expansionStateChanged(ExpansionEvent)method, given a lambda expression or a method reference.static IExpansionListenerIExpansionListener. expansionStateChangingAdapter(Consumer<ExpansionEvent> consumer)Static helper method to create aIExpansionListenerfor theIExpansionListener.expansionStateChanging(ExpansionEvent)method, given a lambda expression or a method reference. -
Uses of ExpansionEvent in org.eclipse.ui.forms.widgets
Method parameters in org.eclipse.ui.forms.widgets with type arguments of type ExpansionEvent Modifier and Type Method Description SectionFactorySectionFactory. onExpanded(Consumer<ExpansionEvent> consumer)Creates anIExpansionListenerand registers it for the expansionStateChanged event.SectionFactorySectionFactory. onExpanding(Consumer<ExpansionEvent> consumer)Creates anIExpansionListenerand registers it for the expansionStateChanging event.
-