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 Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.core.databinding.observable.value

Provides classes that can be used to observe changes in discrete values.

See:
           Description

Interface Summary
IObservableValue A value whose changes can be tracked by value change listeners.
IValueChangeListener Listener for changes to observable values.
IValueChangingListener Listener for pre-change events for observable values.
IVetoableValue An observable value whose changes can be vetoed by listeners.
 

Class Summary
AbstractObservableValue This class is thread safe.
AbstractVetoableValue This class is thread safe.
ComputedValue A Lazily calculated value that automatically computes and registers listeners on its dependencies as long as all of its dependencies are IObservable objects.
DateAndTimeObservableValue An IObservableValue < Date > which supports scenarios where the date and time are presented as separate elements in the user interface.
DecoratingObservableValue An observable value which decorates another observable value.
DecoratingVetoableValue An IVetoableValue decorator for an observable value.
DuplexingObservableValue  
SelectObservableValue An observable value which behaves similarly to the <select> and <option> HTML tags.
ValueChangeEvent Value change event describing a change of an IObservableValue object's current value.
ValueChangingEvent Value changing event describing a pending change of an IObservableValue object's current value.
ValueDiff  
WritableValue Mutable (writable) implementation of IObservableValue that will maintain a value and fire change events when the value changes.
 

Exception Summary
ChangeVetoException  
 

Package org.eclipse.core.databinding.observable.value Description

Provides classes that can be used to observe changes in discrete values.

Package Specification

This package provides classes that can be used to observe changes in discrete values.


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