Uses of Interface
org.eclipse.ui.forms.events.IExpansionListener
Packages that use IExpansionListener
Package
Description
Events and listeners for forms-based parts.
Custom widgets and controls for forms-based parts.
-
Uses of IExpansionListener in org.eclipse.ui.forms.events
Classes in org.eclipse.ui.forms.events that implement IExpansionListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theExpansionListenerinterface.Methods in org.eclipse.ui.forms.events that return IExpansionListenerModifier and TypeMethodDescriptionstatic IExpansionListenerIExpansionListener.expansionStateChangedAdapter(Consumer<ExpansionEvent> consumer) Static helper method to create aIExpansionListenerfor theexpansionStateChanged(ExpansionEvent)method, given a lambda expression or a method reference.static IExpansionListenerIExpansionListener.expansionStateChangingAdapter(Consumer<ExpansionEvent> consumer) Static helper method to create aIExpansionListenerfor theexpansionStateChanging(ExpansionEvent)method, given a lambda expression or a method reference. -
Uses of IExpansionListener in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets with parameters of type IExpansionListenerModifier and TypeMethodDescriptionvoidExpandableComposite.addExpansionListener(IExpansionListener listener) Adds the listener that will be notified when the expansion state changes.voidExpandableComposite.removeExpansionListener(IExpansionListener listener) Removes the expansion listener.