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.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateValidationStatus
This class can be used to aggregate status values from a data binding context
into a single status value.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVetoableValue
This class is thread safe.
|
class |
ComputedValue
A Lazily calculated value that automatically computes and registers listeners
on its dependencies as long as all of its dependencies are
IObservable objects. |
class |
DateAndTimeObservableValue
An
IObservableValue < Date > which supports
scenarios where the date and time are presented as separate elements in the
user interface. |
class |
DuplexingObservableValue |
class |
SelectObservableValue
An observable value which behaves similarly to the <select> and
<option> HTML tags.
|
class |
WritableValue
Mutable (writable) implementation of
IObservableValue that will maintain a value and fire
change events when the value changes. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.