Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method | Description |
---|---|---|
Binding.ValueResult<TV> |
Binding.getSourceValueForTarget() |
Fetches the value of the source property for the source object and
returns a
ValueResult representing that value in terms that
can be set on the target property for the target object. |
Binding.ValueResult<SV> |
Binding.getTargetValueForSource() |
Fetches the value of the target property for the target object and
returns a
ValueResult representing that value in terms that
can be set on the source property for the source object. |