Uses of Interface
org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
Package
Description
Provides classes that can be used to observe changes in SWT widgets.
-
Uses of ISideEffectFactory in org.eclipse.core.databinding.observable.sideeffect
Modifier and TypeMethodDescriptionstatic ISideEffectFactory
ISideEffectFactory.createFactory
(Consumer<ISideEffect> sideEffectConsumer) Creates a newISideEffectFactory
which will notify the givenConsumer
of everyISideEffect
that is constructed by the factory. -
Uses of ISideEffectFactory in org.eclipse.jface.databinding.swt
Modifier and TypeMethodDescriptionstatic ISideEffectFactory
WidgetSideEffects.createFactory
(Widget disposableWidget) Creates anISideEffectFactory
which will dispose all createdISideEffect
instances automatically in case the givenWidget
is disposed.