Uses of Class
org.eclipse.core.databinding.observable.value.AbstractObservableValue
Packages that use AbstractObservableValue
Package
Description
Provides classes for binding observable objects, for example UI widgets and model objects.
Provides classes that can be used to observe changes in discrete values.
-
Uses of AbstractObservableValue in org.eclipse.core.databinding
Subclasses of AbstractObservableValue 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 AbstractObservableValue in org.eclipse.core.databinding.observable.value
Subclasses of AbstractObservableValue in org.eclipse.core.databinding.observable.valueModifier and TypeClassDescriptionclassThis 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.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.