Package com.jgoodies.binding.adapter

Contains adapters that convert ValueModels to Swing model interfaces.

Class Summary

AbstractTableAdapter<E> An abstract implementation of the javax.swing.table.TableModel interface that converts a javax.swing.ListModel of row elements.
BasicComponentFactory Consists only of static methods that create and vend frequently used Swing components that are then bound to a given ValueModel.
Bindings Consists only of static methods that bind Swing components to ValueModels.
BoundedRangeAdapter Converts a ValueModel to the BoundedRangeModel interface.
ColorSelectionAdapter Converts ValueModels to the ColorSelectionModel interface.
ComboBoxAdapter<E> A ComboBoxModel implementation that holds the choice list and a selection.
PreferencesAdapter A ValueModel implementation that reads and writes values from/to a key of a given Preferences node under a specified key.
RadioButtonAdapter Converts ValueModels to the ToggleButtonModel interface.
SingleListSelectionAdapter A ListSelectionModel implementation that has the list index bound to a ValueModel.
SpinnerAdapterFactory A factory that vends SpinnerModel implementations that are bound to a ValueModel.
SpinnerToValueModelConnector Synchronizes a SpinnerModel with a ValueModel.
TextComponentConnector Connects a String typed ValueModel and a JTextField or JTextArea.
ToggleButtonAdapter Converts ValueModels to the ToggleButtonModel interface.
Contains adapters that convert ValueModels to Swing model interfaces. These adapters are intended to replace the Swing model convenience implementations. <!--

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### -->

Related Documentation

For more information see: <!-- Put @see and @since tags down here. -->

Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.