Package | Description |
---|---|
org.eclipse.jface.databinding.swt |
Provides classes that can be used to observe changes in SWT widgets.
|
Modifier and Type | Method and Description |
---|---|
ISWTObservableValue |
IWidgetValueProperty.observe(Widget widget)
Returns an
ISWTObservableValue observing this value property on
the given widget |
ISWTObservableValue |
WidgetValueProperty.observe(Widget widget) |
static ISWTObservableValue |
SWTObservables.observeBackground(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeBounds(Control control)
Deprecated.
use
WidgetProperties instead |
ISWTObservableValue |
IWidgetValueProperty.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). |
ISWTObservableValue |
WidgetValueProperty.observeDelayed(int delay,
Widget widget) |
static ISWTObservableValue |
SWTObservables.observeDelayedValue(int delay,
ISWTObservableValue observable)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeEditable(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeEnabled(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeEnabled(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeFocus(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeFont(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeForeground(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeImage(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeLocation(Control control)
Deprecated.
Returns an observable value tracking the location of the given control.
|
static ISWTObservableValue |
SWTObservables.observeMax(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeMessage(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeMin(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeSelection(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeSelection(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeSingleSelectionIndex(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeSize(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeText(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeText(Control control,
int event)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeText(Control control,
int[] events)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeText(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeTooltipText(Control control)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeTooltipText(Widget widget)
Deprecated.
use
WidgetProperties instead |
static ISWTObservableValue |
SWTObservables.observeVisible(Control control)
Deprecated.
use
WidgetProperties instead |
protected ISWTObservableValue |
WidgetValueProperty.wrapObservable(IObservableValue observable,
Widget widget) |
Modifier and Type | Method and Description |
---|---|
static ISWTObservableValue |
SWTObservables.observeDelayedValue(int delay,
ISWTObservableValue observable)
Deprecated.
use
WidgetProperties instead |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.