Package org.jdesktop.swingbinding.adapters

Private implementation details for Swing binding.

See:
          Description

Class Summary
AbstractButtonAdapterProvider  
AbstractButtonAdapterProvider.Adapter  
BeanAdapterBase  
JComboBoxAdapterProvider  
JComboBoxAdapterProvider.Adapter  
JListAdapterProvider  
JSliderAdapterProvider  
JSliderAdapterProvider.Adapter  
JSpinnerAdapterProvider  
JSpinnerAdapterProvider.Adapter  
JTableAdapterProvider  
JTextComponentAdapterProvider  
 

Package org.jdesktop.swingbinding.adapters Description

Private implementation details for Swing binding. Contains adapters for certain Swing classes to adapt existing properties of interest to the Beans specification, and provide additional synthetic properties. These classes are public as required to enable the properties to be inspected at runtime. Nonetheless, they are an implementation detail of the Swing binding support. Do not access them directly as they may change or go away at any time.

For the public list of interesting Swing properties, see the swingbinding package level documentation.