Example usage for Java org.eclipse.jface.databinding.swt WidgetProperties fields, constructors, methods, implement or subclass
The text is from its open source code.
IWidgetValueProperty | background() Returns a value property for observing the background color of a Control . |
IWidgetValueProperty | editable() Returns a value property for observing the editable state of a CCombo (since 1.6), StyledText (since 1.6), or Text . |
IWidgetValueProperty | enabled() 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). |
IWidgetValueProperty | font() Returns a value property for observing the font of a Control . |
IWidgetValueProperty | foreground() Returns a value property for observing the foreground color of a Control . |
IWidgetValueProperty | image() Returns a value property for observing the image of a Button , CLabel , Item or Label . |
IWidgetListProperty | items() Returns a list property for observing the items of a CCombo , Combo or List . |
IWidgetValueProperty | maximum() Returns a value property for observing the maximum value of a Scale , Slider (since 1.5) or Spinner . |
IWidgetValueProperty | selection() 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 . |
IWidgetValueProperty | singleSelectionIndex() Returns a value property for observing the single selection index of a CCombo , Combo , List or Table . |
IWidgetValueProperty | size() Returns a value property for observing the size of a Control . |
IWidgetValueProperty | text(final int event) Returns a value property for observing the text of a StyledText or Text . |
IWidgetValueProperty | text(int... events) Returns a value property for observing the text of a StyledText or Text . |
IWidgetValueProperty | text() Returns a value property for observing the text of a Button , CCombo , CLabel , Combo , Item , Label , Link , Shell , Group , StyledText or Text . |
IWidgetValueProperty | tooltipText() Returns a value property for observing the tooltip text of a CTabItem , Control , TabItem , TableColumn , ToolItem , TrayItem or TreeColumn . |
IWidgetValueProperty | visible() Returns a value property for observing the visibility state of a Control . |