public interface IWidgetValueProperty extends IValueProperty
IValueProperty
for observing an SWT WidgetModifier and Type | Method and Description |
---|---|
ISWTObservableValue |
observe(Widget widget)
Returns an
ISWTObservableValue observing this value property on
the given widget |
ISWTObservableValue |
observeDelayed(int delay,
Widget widget)
Returns an
ISWTObservableValue observing this value property on
the given widget, which delays notification of value changes until at
least delay milliseconds have elapsed since that last change
event, or until a FocusOut event is received from the widget (whichever
happens first). |
getValue, getValueType, list, map, observe, observe, observeDetail, observeDetail, observeDetail, observeDetail, set, setValue, value, valueFactory, valueFactory
ISWTObservableValue observe(Widget widget)
ISWTObservableValue
observing this value property on
the given widgetwidget
- the source widgetISWTObservableValue observeDelayed(int delay, Widget widget)
ISWTObservableValue
observing this value property on
the given widget, which delays notification of value changes until at
least delay
milliseconds have elapsed since that last change
event, or until a FocusOut event is received from the widget (whichever
happens first).
This method is equivalent to
SWTObservables.observeDelayedValue(delay, observe(widget))
.
delay
- the delay in milliseconds.widget
- the source widgetdelay
milliseconds.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.