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 TypeClassDescriptionclassWidgetValueProperty<S extends Widget,T> Abstract value property implementation forWidgetproperties.Methods in org.eclipse.jface.databinding.swt that return IWidgetValuePropertyModifier and TypeMethodDescriptionstatic IWidgetValuePropertyWidgetProperties.background()Deprecated.Returns a value property for observing the background color of aControl.static IWidgetValuePropertyWidgetProperties.bounds()Deprecated.Returns a value property for observing the bounds of aControl.static IWidgetValuePropertyWidgetProperties.editable()Deprecated.Returns a value property for observing the editable state of aCCombo(since 1.6),StyledText(since 1.6), orText.static IWidgetValuePropertyWidgetProperties.enabled()Deprecated.static IWidgetValuePropertyWidgetProperties.focused()Deprecated.Returns a value property for observing the focus state of aControl.static IWidgetValuePropertyWidgetProperties.font()Deprecated.Returns a value property for observing the font of aControl.static IWidgetValuePropertyWidgetProperties.foreground()Deprecated.Returns a value property for observing the foreground color of aControl.static IWidgetValuePropertyWidgetProperties.image()static IWidgetValuePropertyWidgetProperties.location()Deprecated.Returns a value property for observing the location of aControl.static IWidgetValuePropertyWidgetProperties.maximum()Deprecated.static IWidgetValuePropertyWidgetProperties.message()static IWidgetValuePropertyWidgetProperties.minimum()Deprecated.static IWidgetValuePropertyWidgetProperties.selection()Deprecated.static IWidgetValuePropertyWidgetProperties.singleSelectionIndex()Deprecated.static IWidgetValuePropertyWidgetProperties.size()Deprecated.Returns a value property for observing the size of aControl.static IWidgetValuePropertyWidgetProperties.text()Deprecated.static IWidgetValuePropertyWidgetProperties.text(int event) Deprecated.Returns a value property for observing the text of aStyledTextorText.static IWidgetValuePropertyWidgetProperties.text(int... events) Deprecated.Returns a value property for observing the text of aStyledTextorText.static IWidgetValuePropertyWidgetProperties.tooltipText()Deprecated.Returns a value property for observing the tooltip text of aCTabItem,Control,TabItem,TableColumn,ToolItem,TrayItemorTreeColumn.static IWidgetValuePropertyWidgetProperties.visible()Deprecated.Returns a value property for observing the visibility state of aControl.