Eclipse Platform
Release 3.6

org.eclipse.core.databinding.observable
Interface IDecoratingObservable

All Superinterfaces:
IObservable
All Known Implementing Classes:
BidiObservableMap, DecoratingObservable, DecoratingObservableCollection, DecoratingObservableList, DecoratingObservableMap, DecoratingObservableSet, DecoratingObservableValue, DecoratingVetoableValue

public interface IDecoratingObservable
extends IObservable

Interface for observables which decorate other observables.

Since:
1.2
Restriction:
This interface is not intended to be implemented by clients. Clients should instead subclass one of the classes in the framework that implement this interface. Note that direct implementers of this interface outside of the framework will be broken in future releases when methods are added to this interface.

Method Summary
 IObservable getDecorated()
           
 
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener
 

Method Detail

getDecorated

IObservable getDecorated()
Returns:
the observable that this observable decorates.

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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