Uses of Class
org.eclipse.core.databinding.observable.AbstractObservable
Packages that use AbstractObservable
Package
Description
Provides classes for binding observable objects, for example UI widgets and model objects.
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 AbstractObservable in org.eclipse.core.databinding
Subclasses of AbstractObservable in org.eclipse.core.databindingModifier and TypeClassDescriptionfinal classThis class can be used to aggregate status values from a data binding context into a single status value. -
Uses of AbstractObservable in org.eclipse.core.databinding.observable
Subclasses of AbstractObservable in org.eclipse.core.databinding.observableModifier and TypeClassDescriptionclassAn observable which decorates another observableclassAn observable collection which decorates another observable collection -
Uses of AbstractObservable in org.eclipse.core.databinding.observable.list
Subclasses of AbstractObservable in org.eclipse.core.databinding.observable.listModifier and TypeClassDescriptionclassAn observable list which decorates another observable list.classAbstract implementation ofIObservableList, based on an underlying regular list.classWritableList<E>Mutable observable list backed by an ArrayList. -
Uses of AbstractObservable in org.eclipse.core.databinding.observable.map
Subclasses of AbstractObservable in org.eclipse.core.databinding.observable.mapModifier and TypeClassDescriptionclassBidiObservableMap<K,V> AnclassBidirectionalMap<K,V> Deprecated.classCompositeMap<K,I, V> A read-only observable map formed by the composition of two observable maps.classAn observable map which decorates another observable map.classObservableMap<K,V> This class is thread safe.classWritableMap<K,V> This class is thread safe. -
Uses of AbstractObservable in org.eclipse.core.databinding.observable.set
Subclasses of AbstractObservable in org.eclipse.core.databinding.observable.setModifier and TypeClassDescriptionclassAbstract implementation ofIObservableSet.classComputedSet<E>A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservableobjects.classAn observable set which decorates another observable set.classObservable set backed by an observable list.classDeprecated.This class is deprecated.classAbstract implementation ofIObservableSet.final classUnionSet<E>Represents a set consisting of the union of elements from one or more other sets.classWritableSet<E>Mutable (writable) implementation ofIObservableSet. -
Uses of AbstractObservable in org.eclipse.core.databinding.observable.value
Subclasses of AbstractObservable in org.eclipse.core.databinding.observable.valueModifier and TypeClassDescriptionclassThis class is thread safe.classThis class is thread safe.classA Lazily calculated value that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservableobjects.classAnIObservableValue<Date> which supports scenarios where the date and time are presented as separate elements in the user interface.classAn observable value which decorates another observable value.classAnIVetoableValuedecorator for an observable value.classA class to reduce an observable list to a single value in an implementation specific way.final classAnIObservableValue<LocalDateTime> which supports scenarios where the date and time are presented as separate elements in the user interface.classAn observable value which behaves similarly to the <select> and <option> HTML tags.classMutable (writable) implementation ofIObservableValuethat will maintain a value and fire change events when the value changes.
BidiObservableMapinstead.