Uses of Package
javax.beans.binding

Packages that use javax.beans.binding
javax.beans.binding The classes in this package, and subpackages, provide a way to bind two properties of two objects together. 
javax.beans.binding.ext The classes in this package are primarily useful for developers needing to customize beans binding. 
javax.swing.binding   
 

Classes in javax.beans.binding used by javax.beans.binding
Binding
          Binding represents a binding between two properties of two objects.
Binding.Parameter
          Parameter is used to provide additional information to configure a specific binding.
Binding.UpdateStrategy
          Enumeration of the possible ways the source and target properties can be kept in sync.
Binding.ValueState
          Enumeration of the possible states the source and target may be in.
BindingContext
          BindingContext manages a set of bindings.
BindingConverter
          BindingConverter is used by Binding to convert values between the source and target.
BindingListener
          BindingListeners are notified when either conversion or validation fails on a Binding.
BindingValidator
          BindingValidator is responsible for validating the value from the target of a Binding.
ELPropertyResolver
           
ELPropertyResolver.Delegate
          A Delegate is notified once a PropertyResolver is bound and a value of an observable property changes.
ListCondenser
          ListCondenser is used to condense a list of values into a single value.
ValidationResult
          A ValidationResult is returned from a BindingValidator to indicate the value is invalid, and describe what action to take.
ValidationResult.Action
          An enumeration of the action the Binding should take.
 

Classes in javax.beans.binding used by javax.beans.binding.ext
Binding.BindingController
          BindingController is used by BindingTargets to control the binding.
 

Classes in javax.beans.binding used by javax.swing.binding
Binding.Parameter
          Parameter is used to provide additional information to configure a specific binding.