Uses of Interface
org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
Packages that use 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
Methods in org.eclipse.core.databinding.observable.sideeffect that return ISideEffectFactoryModifier 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
Methods in org.eclipse.jface.databinding.swt that return ISideEffectFactoryModifier and TypeMethodDescriptionstatic ISideEffectFactory
WidgetSideEffects.createFactory
(Widget disposableWidget) Creates anISideEffectFactory
which will dispose all createdISideEffect
instances automatically in case the givenWidget
is disposed.