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 IWidgetValuePropertyDeprecated.Returns a value property for observing the background color of aControl.static IWidgetValuePropertybounds()Deprecated.Returns a value property for observing the bounds of aControl.static IWidgetValuePropertyeditable()Deprecated.Returns a value property for observing the editable state of aCCombo(since 1.6),StyledText(since 1.6), orText.static IWidgetValuePropertyenabled()Deprecated.static IWidgetValuePropertyfocused()Deprecated.Returns a value property for observing the focus state of aControl.static IWidgetValuePropertyfont()Deprecated.Returns a value property for observing the font of aControl.static IWidgetValuePropertyDeprecated.Returns a value property for observing the foreground color of aControl.static IWidgetValuePropertyimage()static IWidgetListPropertyitems()static IWidgetValuePropertylocation()Deprecated.Returns a value property for observing the location of aControl.static IWidgetValuePropertymaximum()Deprecated.static IWidgetValuePropertymessage()static IWidgetValuePropertyminimum()Deprecated.static IWidgetValuePropertyDeprecated.static IWidgetValuePropertyDeprecated.static IWidgetValuePropertysize()Deprecated.Returns a value property for observing the size of aControl.static IWidgetValuePropertytext()Deprecated.static IWidgetValuePropertytext(int event) Deprecated.Returns a value property for observing the text of aStyledTextorText.static IWidgetValuePropertytext(int... events) Deprecated.Returns a value property for observing the text of aStyledTextorText.static IWidgetValuePropertyDeprecated.Returns a value property for observing the tooltip text of aCTabItem,Control,TabItem,TableColumn,ToolItem,TrayItemorTreeColumn.static IWidgetValuePropertyvisible()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,ListorTable.- 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 aStyledTextorText.- Parameters:
event- the SWT event type to register for change events. May beSWT.None,SWT.Modify,SWT.FocusOutorSWT.DefaultSelection.- Returns:
- a value property for observing the text of a
StyledTextorText.
-
text
Deprecated.Returns a value property for observing the text of aStyledTextorText.- Parameters:
events- varags of SWT event types to register for change events. May includeSWT.None,SWT.Modify,SWT.FocusOutorSWT.DefaultSelection.- Returns:
- a value property for observing the text of a
StyledTextorText.
-
tooltipText
Deprecated.Returns a value property for observing the tooltip text of aCTabItem,Control,TabItem,TableColumn,ToolItem,TrayItemorTreeColumn.- Returns:
- a value property for observing the tooltip text of a
CTabItem,Control,TabItem,TableColumn,ToolItem,TrayItemorTreeColumn.
-
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.