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. -
Uses of IWidgetValueProperty in org.eclipse.jface.databinding.swt.typed
Methods in org.eclipse.jface.databinding.swt.typed that return IWidgetValuePropertyModifier and TypeMethodDescriptionstatic <S extends Control>
IWidgetValueProperty<S, Color> WidgetProperties.background()Returns a value property for observing the background color of aControl.static <S extends Control>
IWidgetValueProperty<S, Rectangle> WidgetProperties.bounds()Returns a value property for observing the bounds of aControl.static IWidgetValueProperty<Button, Boolean> WidgetProperties.buttonSelection()Returns a value property for observing the selection state of aButton.static IWidgetValueProperty<CCombo, String> WidgetProperties.ccomboSelection()Returns a value property for observing the selection state of aCCombo.static IWidgetValueProperty<Combo, String> WidgetProperties.comboSelection()Returns a value property for observing the selection state of aCombo.static IWidgetValueProperty<DateTime, Date> WidgetProperties.dateTimeSelection()Returns a value property for observing the selection state of aDateTime.static <S extends Control>
IWidgetValueProperty<S, Boolean> WidgetProperties.editable()Returns a value property for observing the editable state of aCCombo(since 1.6),StyledText(since 1.6), orText.static <S extends Widget>
IWidgetValueProperty<S, Boolean> WidgetProperties.enabled()static <S extends Control>
IWidgetValueProperty<S, Boolean> WidgetProperties.focused()Returns a value property for observing the focus state of aControl.static <S extends Control>
IWidgetValueProperty<S, Font> WidgetProperties.font()Returns a value property for observing the font of aControl.static <S extends Control>
IWidgetValueProperty<S, Color> WidgetProperties.foreground()Returns a value property for observing the foreground color of aControl.static <S extends Widget>
IWidgetValueProperty<S, Image> WidgetProperties.image()static IWidgetValueProperty<List, String> WidgetProperties.listSelection()Returns a value property for observing the selection state of aList.static IWidgetValueProperty<DateTime, LocalDate> WidgetProperties.localDateSelection()Returns a value property for observing the selection state of aDateTimewith theSWT.DATEorSWT.CALENDARstyle.static IWidgetValueProperty<DateTime, LocalTime> WidgetProperties.localTimeSelection()static <S extends Control>
IWidgetValueProperty<S, Point> WidgetProperties.location()Returns a value property for observing the location of aControl.static <S extends Control>
IWidgetValueProperty<S, Integer> WidgetProperties.maximum()static IWidgetValueProperty<MenuItem, Boolean> WidgetProperties.menuItemSelection()Returns a value property for observing the selection state of aMenuItem.static <S extends Widget>
IWidgetValueProperty<S, String> WidgetProperties.message()static <S extends Control>
IWidgetValueProperty<S, Integer> WidgetProperties.minimum()static IWidgetValueProperty<Scale, Integer> WidgetProperties.scaleSelection()Returns a value property for observing the selection state of aScale.static <S extends Control>
IWidgetValueProperty<S, Integer> WidgetProperties.singleSelectionIndex()static <S extends Control>
IWidgetValueProperty<S, Point> WidgetProperties.size()Returns a value property for observing the size of aControl.static IWidgetValueProperty<Slider, Integer> WidgetProperties.sliderSelection()Returns a value property for observing the selection state of aSlider.static IWidgetValueProperty<Spinner, Integer> WidgetProperties.spinnerSelection()Returns a value property for observing the selection state of aSpinner.static <S extends Widget>
IWidgetValueProperty<S, String> WidgetProperties.text()static <S extends Widget>
IWidgetValueProperty<S, String> WidgetProperties.text(int event) Returns a value property for observing the text of aStyledTextorText.static <S extends Widget>
IWidgetValueProperty<S, String> WidgetProperties.text(int... events) Returns a value property for observing the text of aStyledTextorText.static <S extends Widget>
IWidgetValueProperty<S, String> WidgetProperties.tooltipText()Returns a value property for observing the tooltip text of aCTabItem,Control,TabItem,TableColumn,ToolItem,TrayItemorTreeColumn.static <S extends Widget>
IWidgetValueProperty<S, Boolean> WidgetProperties.visible()static <S extends Widget,T>
IWidgetValueProperty<S, T> WidgetProperties.widgetSelection()