Java org.eclipse.jface.databinding.swt SWTObservables fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.databinding.swt SWTObservables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.databinding.swt SWTObservables.

The text is from its open source code.

Method

RealmgetRealm(final Display display)
Returns the realm representing the UI thread for the given display.
ISWTObservableValueobserveBackground(Control control)
Returns an observable value tracking the background color of the given control
ISWTObservableValueobserveDelayedValue(int delay, ISWTObservableValue observable)
Returns an observable which delays notification of value change events from observable until delay milliseconds have elapsed since the last change event, or until a FocusOut event is received from the underlying widget (whichever happens first).
ISWTObservableValueobserveEditable(Control control)
Returns an observable observing the editable attribute of the provided control.
ISWTObservableValueobserveEnabled(Widget widget)
Returns an observable value tracking the enabled state of the given widget.
ISWTObservableValueobserveEnabled(Control control)
Returns an observable value tracking the enabled state of the given control
ISWTObservableValueobserveFont(Control control)
Returns an observable value tracking the font of the given control.
ISWTObservableValueobserveForeground(Control control)
Returns an observable value tracking the foreground color of the given control
ISWTObservableValueobserveImage(Widget widget)
Returns an observable observing the image attribute of the provided widget.
IObservableListobserveItems(Control control)
Returns an observable observing the items attribute of the provided control.
ISWTObservableValueobserveMax(Control control)
Returns an observable observing the maximum attribute of the provided control.
ISWTObservableValueobserveMin(Control control)
Returns an observable observing the minimum attribute of the provided control.
ISWTObservableValueobserveSelection(Widget widget)
Returns an observable observing the selection attribute of the provided control.
ISWTObservableValueobserveSelection(Control control)
Returns an observable observing the selection attribute of the provided control.
ISWTObservableValueobserveSingleSelectionIndex(Control control)
Returns an observable observing the single selection index attribute of the provided control.
ISWTObservableValueobserveSize(Control control)
Returns an observable value tracking the size of the given control.
ISWTObservableValueobserveText(Control control, int[] events)
Returns an observable observing the text attribute of the provided control.
ISWTObservableValueobserveText(Control control, int event)
Returns an observable observing the text attribute of the provided control.
ISWTObservableValueobserveText(Widget widget)
Returns an observable observing the text attribute of the provided widget.
ISWTObservableValueobserveText(Control control)
Returns an observable observing the text attribute of the provided control.
ISWTObservableValueobserveTooltipText(Widget widget)
Returns an observable tracking the tooltip text of the given item.
ISWTObservableValueobserveTooltipText(Control control)
Returns an observable value tracking the tooltip text of the given control
ISWTObservableValueobserveVisible(Control control)
Returns an observable value tracking the visible state of the given control