Uses of Interface
org.eclipse.core.databinding.observable.IDecoratingObservable
Package
Description
Provides the core APIs for observing changes in objects.
Provides classes for observing changes in lists.
Provides classes that can be used to observe changes in maps.
Provides classes that can be used to observe changes in sets.
Provides classes that can be used to observe changes in discrete values.
-
Uses of IDecoratingObservable in org.eclipse.core.databinding.observable
Modifier and TypeClassDescriptionclass
An observable which decorates another observableclass
An observable collection which decorates another observable collection -
Uses of IDecoratingObservable in org.eclipse.core.databinding.observable.list
Modifier and TypeClassDescriptionclass
An observable list which decorates another observable list. -
Uses of IDecoratingObservable in org.eclipse.core.databinding.observable.map
Modifier and TypeClassDescriptionclass
BidiObservableMap<K,
V> Anclass
An observable map which decorates another observable map. -
Uses of IDecoratingObservable in org.eclipse.core.databinding.observable.set
Modifier and TypeClassDescriptionclass
An observable set which decorates another observable set. -
Uses of IDecoratingObservable in org.eclipse.core.databinding.observable.value
Modifier and TypeClassDescriptionclass
An observable value which decorates another observable value.class
AnIVetoableValue
decorator for an observable value.