Java org.eclipse.jface.databinding.swt WidgetProperties fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.databinding.swt WidgetProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.databinding.swt WidgetProperties.

The text is from its open source code.

Method

IWidgetValuePropertybackground()
Returns a value property for observing the background color of a Control .
IWidgetValuePropertyeditable()
Returns a value property for observing the editable state of a CCombo (since 1.6), StyledText (since 1.6), or Text .
IWidgetValuePropertyenabled()
Returns a value property for observing the enablement state of a Control , Menu (since 1.5), MenuItem (since 1.5), ScrollBar (since 1.5) or ToolItem (since 1.5).
IWidgetValuePropertyfont()
Returns a value property for observing the font of a Control .
IWidgetValuePropertyforeground()
Returns a value property for observing the foreground color of a Control .
IWidgetValuePropertyimage()
Returns a value property for observing the image of a Button , CLabel , Item or Label .
IWidgetListPropertyitems()
Returns a list property for observing the items of a CCombo , Combo or List .
IWidgetValuePropertymaximum()
Returns a value property for observing the maximum value of a Scale , Slider (since 1.5) or Spinner .
IWidgetValuePropertyselection()
Returns a value property for observing the selection state of a Button , CCombo , Combo , DateTime , List , MenuItem (since 1.5), Scale , Slider (since 1.5) or Spinner .
IWidgetValuePropertysingleSelectionIndex()
Returns a value property for observing the single selection index of a CCombo , Combo , List or Table .
IWidgetValuePropertysize()
Returns a value property for observing the size of a Control .
IWidgetValuePropertytext(final int event)
Returns a value property for observing the text of a StyledText or Text .
IWidgetValuePropertytext(int... events)
Returns a value property for observing the text of a StyledText or Text .
IWidgetValuePropertytext()
Returns a value property for observing the text of a Button , CCombo , CLabel , Combo , Item , Label , Link , Shell , Group , StyledText or Text .
IWidgetValuePropertytooltipText()
Returns a value property for observing the tooltip text of a CTabItem , Control , TabItem , TableColumn , ToolItem , TrayItem or TreeColumn .
IWidgetValuePropertyvisible()
Returns a value property for observing the visibility state of a Control .