Interface IDecoratingObservable
- All Superinterfaces:
IObservable
- All Known Implementing Classes:
BidiObservableMap
,DecoratingObservable
,DecoratingObservableCollection
,DecoratingObservableList
,DecoratingObservableMap
,DecoratingObservableSet
,DecoratingObservableValue
,DecoratingVetoableValue
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
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener
-
Method Details
-
getDecorated
IObservable getDecorated()- Returns:
- the observable that this observable decorates.
-