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

Provides the core APIs for observing changes in objects.

See:
           Description

Interface Summary
IChangeListener Listener for generic change events.
IDecoratingObservable Interface for observables which decorate other observables.
IDiff Marker interface for objects which describe a difference in state.
IDisposeListener Listener for dispose events.
IObservable An object with state that allows to listen for state changes.
IObservableCollection Interface for observable collections.
IObservablesListener Marker interface for all listener types in the observables framework.
IObserving Mixin interface for IObservables that observe other objects.
IStaleListener Listener for staleness events.
 

Class Summary
AbstractObservable  
ChangeEvent Generic change event denoting that the state of an IObservable object has changed.
ChangeSupport  
DecoratingObservable An observable which decorates another observable
DecoratingObservableCollection An observable collection which decorates another observable collection
Diffs  
DisposeEvent Event denoting that an IObservable object was disposed.
ObservableEvent Abstract event object for events fired by IObservable objects.
Observables Contains static methods to operate on or return Observables.
ObservableTracker This class makes it possible to monitor whenever an IObservable is read from.
Realm A realm defines a context from which objects implementing IObservable must be accessed, and on which these objects will notify their listeners.
StaleEvent Generic event denoting that the state of an IObservable object is about to change.
 

Package org.eclipse.core.databinding.observable Description

Provides the core APIs for observing changes in objects.

Package Specification

This package provides the core APIs for observing changes in objects.


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