Uses of Class
org.eclipse.core.databinding.observable.value.AbstractObservableValue
-
Packages that use AbstractObservableValue Package Description org.eclipse.core.databinding Provides classes for binding observable objects, for example UI widgets and model objects.org.eclipse.core.databinding.observable.value 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.databinding Modifier and Type Class Description classAggregateValidationStatusThis 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.value Modifier and Type Class Description classAbstractVetoableValue<T>This class is thread safe.classComputedValue<T>A Lazily calculated value that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservableobjects.classDateAndTimeObservableValueAnIObservableValue<Date> which supports scenarios where the date and time are presented as separate elements in the user interface.classDuplexingObservableValue<T>A class to reduce an observable list to a single value in an implementation specific way.classLocalDateTimeObservableValueAnIObservableValue<LocalDateTime> which supports scenarios where the date and time are presented as separate elements in the user interface.classSelectObservableValue<T>An observable value which behaves similarly to the <select> and <option> HTML tags.classWritableValue<T>Mutable (writable) implementation ofIObservableValuethat will maintain a value and fire change events when the value changes.
-