Package javax.beans.binding.ext

The classes in this package are primarily useful for developers needing to customize beans binding.

See:
          Description

Interface Summary
BindingTarget BindingTarget allows the target of a binding operation to control the binding.
BindingTargetProvider BindingTargetProvider may be implemented by the target (or property delegate) of a binding.
 

Class Summary
PropertyDelegateFactory PropertyDelegateFactory is a factory used to look up property delegates.
PropertyDelegateProvider PropertyDelegateProvider is responsible for providing a property delegate.
 

Package javax.beans.binding.ext Description

The classes in this package are primarily useful for developers needing to customize beans binding. Tool vendors and component authors may need to use the classes in this package.