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 ISideEffectFactoryISideEffectFactory.createFactory(Consumer<ISideEffect> sideEffectConsumer) Creates a newISideEffectFactorywhich will notify the givenConsumerof everyISideEffectthat 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 ISideEffectFactoryWidgetSideEffects.createFactory(Widget disposableWidget) Creates anISideEffectFactorywhich will dispose all createdISideEffectinstances automatically in case the givenWidgetis disposed.