Eclipse Platform
Release 3.3

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

Packages that use ISWTObservableValue
org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets.  
 

Uses of ISWTObservableValue in org.eclipse.jface.databinding.swt
 

Methods in org.eclipse.jface.databinding.swt that return ISWTObservableValue
static ISWTObservableValue SWTObservables.observeEnabled(Control control)
           
static ISWTObservableValue SWTObservables.observeVisible(Control control)
           
static ISWTObservableValue SWTObservables.observeTooltipText(Control control)
           
static ISWTObservableValue SWTObservables.observeSelection(Control control)
          Returns an observable observing the selection attribute of the provided control.
static ISWTObservableValue SWTObservables.observeMin(Control control)
          Returns an observable observing the minimum attribute of the provided control.
static ISWTObservableValue SWTObservables.observeMax(Control control)
          Returns an observable observing the maximum attribute of the provided control.
static ISWTObservableValue SWTObservables.observeText(Control control, int event)
          Returns an observable observing the text attribute of the provided control.
static ISWTObservableValue SWTObservables.observeText(Control control)
          Returns an observable observing the text attribute of the provided control.
static ISWTObservableValue SWTObservables.observeSingleSelectionIndex(Control control)
          Returns an observable observing the single selection index attribute of the provided control.
static ISWTObservableValue SWTObservables.observeForeground(Control control)
           
static ISWTObservableValue SWTObservables.observeBackground(Control control)
           
static ISWTObservableValue SWTObservables.observeFont(Control control)
           
static ISWTObservableValue SWTObservables.observeEditable(Control control)
          Returns an observable observing the editable attribute of the provided control.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.