Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerObservableValue

Packages that use IViewerObservableValue
org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. 
 

Uses of IViewerObservableValue in org.eclipse.jface.databinding.viewers
 

Methods in org.eclipse.jface.databinding.viewers that return IViewerObservableValue
  IViewerObservableValue IViewerValueProperty. observe ( Viewer viewer)
          Returns an IViewerObservableValue observing this value property on the given viewer
  IViewerObservableValue ViewerValueProperty. observe ( Viewer viewer)
           
  IViewerObservableValue IViewerValueProperty. observeDelayed (int delay, Viewer viewer)
          Returns an IViewerObservableValue observing this value property on the given viewer, which delays notification of value changes until at least delay milliseconds have elapsed since that last change event, or until a FocusOut event is received from the viewer's control (whichever happens first).
  IViewerObservableValue ViewerValueProperty. observeDelayed (int delay, Viewer viewer)
           
static  IViewerObservableValue ViewersObservables. observeDelayedValue (int delay, IViewerObservableValue observable)
          Returns an observable which delays notification of value change events from observable until delay milliseconds have passed since the last change event, or until a FocusOut event is received from the underlying viewer control (whichever happens earlier).
static  IViewerObservableValue ViewersObservables. observeSingleSelection ( Viewer viewer)
          Returns an observable value that tracks the current selection of the given viewer.
 

Methods in org.eclipse.jface.databinding.viewers with parameters of type IViewerObservableValue
static  IViewerObservableValue ViewersObservables. observeDelayedValue (int delay, IViewerObservableValue observable)
          Returns an observable which delays notification of value change events from observable until delay milliseconds have passed since the last change event, or until a FocusOut event is received from the underlying viewer control (whichever happens earlier).
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire