Uses of Class
org.eclipse.core.databinding.observable.value.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
Modifier and TypeClassDescriptionfinal class
This 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
Modifier and TypeClassDescriptionclass
This class is thread safe.class
A Lazily calculated value that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservable
objects.class
AnIObservableValue
<Date
> which supports scenarios where the date and time are presented as separate elements in the user interface.class
A class to reduce an observable list to a single value in an implementation specific way.final class
AnIObservableValue
<LocalDateTime
> which supports scenarios where the date and time are presented as separate elements in the user interface.class
An observable value which behaves similarly to the <select> and <option> HTML tags.class
Mutable (writable) implementation ofIObservableValue
that will maintain a value and fire change events when the value changes.