| Methods in
org.eclipse.jface.databinding.swt that return
IWidgetValueProperty
|
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
Text. |
static
IWidgetValueProperty
|
WidgetProperties.
enabled
()
Returns a value property for observing the enablement state of a
Control. |
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
()
Returns a value property for observing the image of a
Button,
CLabel,
Item or
Label. |
static
IWidgetValueProperty
|
WidgetProperties.
location
()
Returns a value property for observing the location of a
Control. |
static
IWidgetValueProperty
|
WidgetProperties.
maximum
()
Returns a value property for observing the maximum value of a
Scale or
Spinner. |
static
IWidgetValueProperty
|
WidgetProperties.
message
()
Returns a value property for observing the message of a
Text or
ToolTip. |
static
IWidgetValueProperty
|
WidgetProperties.
minimum
()
Returns a value property for observing the minimum value of a
Scale or
Spinner. |
static
IWidgetValueProperty
|
WidgetProperties.
selection
()
Returns a value property for observing the selection state of a
Button,
CCombo,
Combo,
DateTime,
List,
Scale or
Spinner. |
static
IWidgetValueProperty
|
WidgetProperties.
singleSelectionIndex
()
Returns a value property for observing the single selection index of a
CCombo,
Combo,
List or
Table. |
static
IWidgetValueProperty
|
WidgetProperties.
size
()
Returns a value property for observing the size of a
Control. |
static
IWidgetValueProperty
|
WidgetProperties.
text
()
Returns a value property for observing the text of a
Button,
CCombo,
CLabel,
Combo,
Item,
Label,
Link,
Shell,
StyledText or
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. |