Uses of Interface
org.eclipse.jface.databinding.swt.ISWTObservableValue
Packages that use ISWTObservableValue
Package
Description
Provides classes that can be used to observe changes in SWT widgets.
-
Uses of ISWTObservableValue in org.eclipse.jface.databinding.swt
Methods in org.eclipse.jface.databinding.swt that return ISWTObservableValueModifier and TypeMethodDescriptionReturns anISWTObservableValue
observing this value property on the given widgetIWidgetValueProperty.observeDelayed
(int delay, S widget) Returns anISWTObservableValue
observing this value property on the given widget, which delays notification of value changes until at leastdelay
milliseconds have elapsed since that last change event, or until a FocusOut event is received from the widget (whichever happens first).WidgetValueProperty.observeDelayed
(int delay, S widget) protected ISWTObservableValue
<T> WidgetValueProperty.wrapObservable
(IObservableValue<T> observable, Widget widget)