Uses of Class
org.jdesktop.beansbinding.Binding.ValueResult

Packages that use Binding.ValueResult
org.jdesktop.beansbinding Provides support for defining properties and creating bindings between sets of two properties. 
 

Uses of Binding.ValueResult in org.jdesktop.beansbinding
 

Methods in org.jdesktop.beansbinding that return Binding.ValueResult
 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.