Uses of Class
org.eclipse.ui.forms.events.ExpansionEvent
Packages that use ExpansionEvent
Package
Description
Events and listeners for forms-based parts.
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 ExpansionEventModifier and TypeMethodDescriptionvoidExpansionAdapter.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 ExpansionEventModifier and TypeMethodDescriptionstatic 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 ExpansionEventModifier and TypeMethodDescriptionSectionFactory.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.