Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.jface.databinding.swt.IWidgetValueProperty

Packages that use IWidgetValueProperty
org.eclipse.jface.databinding.swt 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 IWidgetValueProperty
 class WidgetValueProperty
          Abstract value property implementation for Widget properties.
 

Methods in org.eclipse.jface.databinding.swt that return IWidgetValueProperty
static IWidgetValueProperty WidgetProperties.background()
          Returns a value property for observing the background color of a Control.
static IWidgetValueProperty WidgetProperties.bounds()
          Returns a value property for observing the bounds of a Control.
static IWidgetValueProperty WidgetProperties.editable()
          Returns a value property for observing the editable state of a Text.
static IWidgetValueProperty WidgetProperties.enabled()
          Returns a value property for observing the enablement state of a Control.
static IWidgetValueProperty WidgetProperties.focused()
          Returns a value property for observing the focus state of a Control.
static IWidgetValueProperty WidgetProperties.font()
          Returns a value property for observing the font of a Control.
static IWidgetValueProperty WidgetProperties.foreground()
          Returns a value property for observing the foreground color of a Control.
static IWidgetValueProperty WidgetProperties.image()
          Returns a value property for observing the image of a Button, CLabel, Item or Label.
static IWidgetValueProperty WidgetProperties.location()
          Returns a value property for observing the location of a Control.
static IWidgetValueProperty WidgetProperties.maximum()
          Returns a value property for observing the maximum value of a Scale or Spinner.
static IWidgetValueProperty WidgetProperties.message()
          Returns a value property for observing the message of a Text or ToolTip.
static IWidgetValueProperty WidgetProperties.minimum()
          Returns a value property for observing the minimum value of a Scale or Spinner.
static IWidgetValueProperty WidgetProperties.selection()
          Returns a value property for observing the selection state of a Button, CCombo, Combo, DateTime, List, Scale or Spinner.
static IWidgetValueProperty WidgetProperties.singleSelectionIndex()
          Returns a value property for observing the single selection index of a CCombo, Combo, List or Table.
static IWidgetValueProperty WidgetProperties.size()
          Returns a value property for observing the size of a Control.
static IWidgetValueProperty WidgetProperties.text()
          Returns a value property for observing the text of a Button, CCombo, CLabel, Combo, Item, Label, Link, Shell, StyledText or Text.
static IWidgetValueProperty WidgetProperties.text(int event)
          Returns a value property for observing the text of a StyledText or Text.
static IWidgetValueProperty WidgetProperties.text(int[] events)
          Returns a value property for observing the text of a StyledText or Text.
static IWidgetValueProperty WidgetProperties.tooltipText()
          Returns a value property for observing the tooltip text of a CTabItem, Control, TabItem, TableColumn, ToolItem, TrayItem or TreeColumn.
static IWidgetValueProperty WidgetProperties.visible()
          Returns a value property for observing the visibility state of a Control.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.