Package org.eclipse.jface.databinding.swt
Provides classes that can be used to observe changes in SWT widgets.
Package Specification
This package provides classes that can be used to observe changes in SWT widgets.
-
Interface Summary Interface Description ISWTObservable IObservable
observing an SWT widget.ISWTObservableList<E> IObservableList
observing an SWT widget.ISWTObservableValue<T> IObservableValue
observing an SWT widget.IWidgetListProperty<S extends Widget,E> IListProperty
for observing an SWT WidgetIWidgetValueProperty<S extends Widget,T> IValueProperty
for observing an SWT Widget -
Class Summary Class Description DisplayRealm SWTObservables Deprecated. This class will be removed in a future release.WidgetListProperty<S extends Widget,E> Abstract list property implementation forWidget
properties.WidgetProperties Deprecated. This class will be removed in a future release.WidgetSideEffects A factory for the creation of anISideEffectFactory
, which internally manages the created ISideEffects in anCompositeSideEffect
.WidgetValueProperty<S extends Widget,T> Abstract value property implementation forWidget
properties.