Class WidgetProperties
java.lang.Object
org.eclipse.jface.databinding.swt.WidgetProperties
Deprecated.
A factory for creating properties of SWT
widgets
.- Since:
- 1.3
- Restriction:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty
Deprecated.Returns a value property for observing the background color of aControl
.static IWidgetValueProperty
bounds()
Deprecated.Returns a value property for observing the bounds of aControl
.static IWidgetValueProperty
editable()
Deprecated.Returns a value property for observing the editable state of aCCombo
(since 1.6),StyledText
(since 1.6), orText
.static IWidgetValueProperty
enabled()
Deprecated.static IWidgetValueProperty
focused()
Deprecated.Returns a value property for observing the focus state of aControl
.static IWidgetValueProperty
font()
Deprecated.Returns a value property for observing the font of aControl
.static IWidgetValueProperty
Deprecated.Returns a value property for observing the foreground color of aControl
.static IWidgetValueProperty
image()
static IWidgetListProperty
items()
static IWidgetValueProperty
location()
Deprecated.Returns a value property for observing the location of aControl
.static IWidgetValueProperty
maximum()
Deprecated.static IWidgetValueProperty
message()
static IWidgetValueProperty
minimum()
Deprecated.static IWidgetValueProperty
Deprecated.static IWidgetValueProperty
Deprecated.static IWidgetValueProperty
size()
Deprecated.Returns a value property for observing the size of aControl
.static IWidgetValueProperty
text()
Deprecated.static IWidgetValueProperty
text
(int event) Deprecated.Returns a value property for observing the text of aStyledText
orText
.static IWidgetValueProperty
text
(int... events) Deprecated.Returns a value property for observing the text of aStyledText
orText
.static IWidgetValueProperty
Deprecated.Returns a value property for observing the tooltip text of aCTabItem
,Control
,TabItem
,TableColumn
,ToolItem
,TrayItem
orTreeColumn
.static IWidgetValueProperty
visible()
Deprecated.Returns a value property for observing the visibility state of aControl
.
-
Constructor Details
-
WidgetProperties
public WidgetProperties()Deprecated.
-
-
Method Details
-
background
Deprecated.Returns a value property for observing the background color of aControl
.- Returns:
- a value property for observing the background color of a
Control
.
-
bounds
Deprecated.Returns a value property for observing the bounds of aControl
.- Returns:
- a value property for observing the bounds of a
Control
.
-
editable
Deprecated.Returns a value property for observing the editable state of aCCombo
(since 1.6),StyledText
(since 1.6), orText
.- Returns:
- a value property for observing the editable state of a
CCombo
,StyledText
, orText
.
-
enabled
Deprecated. -
focused
Deprecated.Returns a value property for observing the focus state of aControl
.- Returns:
- a value property for observing the focus state of a
Control
.
-
font
Deprecated.Returns a value property for observing the font of aControl
.- Returns:
- a value property for observing the font of a
Control
.
-
foreground
Deprecated.Returns a value property for observing the foreground color of aControl
.- Returns:
- a value property for observing the foreground color of a
Control
.
-
image
Deprecated. -
items
Deprecated. -
location
Deprecated.Returns a value property for observing the location of aControl
.- Returns:
- a value property for observing the location of a
Control
.
-
maximum
Deprecated. -
message
Deprecated. -
minimum
Deprecated. -
selection
Deprecated. -
singleSelectionIndex
Deprecated.Returns a value property for observing the single selection index of aCCombo
,Combo
,List
orTable
.- Returns:
- a value property for the single selection index of a SWT Combo.
-
size
Deprecated.Returns a value property for observing the size of aControl
.- Returns:
- a value property for observing the size of a
Control
.
-
text
Deprecated. -
text
Deprecated.Returns a value property for observing the text of aStyledText
orText
.- Parameters:
event
- the SWT event type to register for change events. May beSWT.None
,SWT.Modify
,SWT.FocusOut
orSWT.DefaultSelection
.- Returns:
- a value property for observing the text of a
StyledText
orText
.
-
text
Deprecated.Returns a value property for observing the text of aStyledText
orText
.- Parameters:
events
- varags of SWT event types to register for change events. May includeSWT.None
,SWT.Modify
,SWT.FocusOut
orSWT.DefaultSelection
.- Returns:
- a value property for observing the text of a
StyledText
orText
.
-
tooltipText
Deprecated.Returns a value property for observing the tooltip text of aCTabItem
,Control
,TabItem
,TableColumn
,ToolItem
,TrayItem
orTreeColumn
.- Returns:
- a value property for observing the tooltip text of a
CTabItem
,Control
,TabItem
,TableColumn
,ToolItem
,TrayItem
orTreeColumn
.
-
visible
Deprecated.Returns a value property for observing the visibility state of aControl
.- Returns:
- a value property for observing the visibility state of a
Control
.
-
WidgetProperties
. That class creates typed property objects, while this class creates raw property objects.