Package | Description |
---|---|
org.eclipse.jface.databinding.swt |
Provides classes that can be used to observe changes in SWT widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetValueProperty
Abstract value property implementation for
Widget properties. |
Modifier and Type | Method and Description |
---|---|
static IWidgetValueProperty |
WidgetProperties.background()
Returns a value property for observing the background color of a
Control . |
static IWidgetValueProperty |
WidgetProperties.bounds()
Returns a value property for observing the bounds of a
Control . |
static IWidgetValueProperty |
WidgetProperties.editable()
Returns a value property for observing the editable state of a
CCombo (since 1.6), StyledText (since 1.6), or
Text . |
static IWidgetValueProperty |
WidgetProperties.enabled()
|
static IWidgetValueProperty |
WidgetProperties.focused()
Returns a value property for observing the focus state of a
Control . |
static IWidgetValueProperty |
WidgetProperties.font()
Returns a value property for observing the font of a
Control . |
static IWidgetValueProperty |
WidgetProperties.foreground()
Returns a value property for observing the foreground color of a
Control . |
static IWidgetValueProperty |
WidgetProperties.image()
|
static IWidgetValueProperty |
WidgetProperties.location()
Returns a value property for observing the location of a
Control . |
static IWidgetValueProperty |
WidgetProperties.maximum()
|
static IWidgetValueProperty |
WidgetProperties.message()
|
static IWidgetValueProperty |
WidgetProperties.minimum()
|
static IWidgetValueProperty |
WidgetProperties.selection()
|
static IWidgetValueProperty |
WidgetProperties.singleSelectionIndex()
|
static IWidgetValueProperty |
WidgetProperties.size()
Returns a value property for observing the size of a
Control . |
static IWidgetValueProperty |
WidgetProperties.text()
|
static IWidgetValueProperty |
WidgetProperties.text(int event)
Returns a value property for observing the text of a
StyledText
or Text . |
static IWidgetValueProperty |
WidgetProperties.text(int[] events)
Returns a value property for observing the text of a
StyledText
or Text . |
static IWidgetValueProperty |
WidgetProperties.tooltipText()
Returns a value property for observing the tooltip text of a
CTabItem , Control , TabItem , TableColumn ,
ToolItem , TrayItem or TreeColumn . |
static IWidgetValueProperty |
WidgetProperties.visible()
Returns a value property for observing the visibility state of a
Control . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.