Uses of Interface
org.eclipse.jface.databinding.swt.IWidgetValueProperty
Packages that use IWidgetValueProperty
Package
Description
Provides classes that can be used to observe changes in SWT widgets.
-
Uses of IWidgetValueProperty in org.eclipse.jface.databinding.swt
Classes in org.eclipse.jface.databinding.swt that implement IWidgetValuePropertyModifier and TypeClassDescriptionclass
WidgetValueProperty<S extends Widget,
T> Abstract value property implementation forWidget
properties.Methods in org.eclipse.jface.databinding.swt that return IWidgetValuePropertyModifier and TypeMethodDescriptionstatic IWidgetValueProperty
WidgetProperties.background()
Deprecated.Returns a value property for observing the background color of aControl
.static IWidgetValueProperty
WidgetProperties.bounds()
Deprecated.Returns a value property for observing the bounds of aControl
.static IWidgetValueProperty
WidgetProperties.editable()
Deprecated.Returns a value property for observing the editable state of aCCombo
(since 1.6),StyledText
(since 1.6), orText
.static IWidgetValueProperty
WidgetProperties.enabled()
Deprecated.static IWidgetValueProperty
WidgetProperties.focused()
Deprecated.Returns a value property for observing the focus state of aControl
.static IWidgetValueProperty
WidgetProperties.font()
Deprecated.Returns a value property for observing the font of aControl
.static IWidgetValueProperty
WidgetProperties.foreground()
Deprecated.Returns a value property for observing the foreground color of aControl
.static IWidgetValueProperty
WidgetProperties.image()
static IWidgetValueProperty
WidgetProperties.location()
Deprecated.Returns a value property for observing the location of aControl
.static IWidgetValueProperty
WidgetProperties.maximum()
Deprecated.static IWidgetValueProperty
WidgetProperties.message()
static IWidgetValueProperty
WidgetProperties.minimum()
Deprecated.static IWidgetValueProperty
WidgetProperties.selection()
Deprecated.static IWidgetValueProperty
WidgetProperties.singleSelectionIndex()
Deprecated.static IWidgetValueProperty
WidgetProperties.size()
Deprecated.Returns a value property for observing the size of aControl
.static IWidgetValueProperty
WidgetProperties.text()
Deprecated.static IWidgetValueProperty
WidgetProperties.text
(int event) Deprecated.Returns a value property for observing the text of aStyledText
orText
.static IWidgetValueProperty
WidgetProperties.text
(int... events) Deprecated.Returns a value property for observing the text of aStyledText
orText
.static IWidgetValueProperty
WidgetProperties.tooltipText()
Deprecated.Returns a value property for observing the tooltip text of aCTabItem
,Control
,TabItem
,TableColumn
,ToolItem
,TrayItem
orTreeColumn
.static IWidgetValueProperty
WidgetProperties.visible()
Deprecated.Returns a value property for observing the visibility state of aControl
.