Prev Package | Next Package | Frames | No Frames |
ValueModel
s
to Swing model interfaces.Class Summary | |
AbstractTableAdapter | 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 | 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. |
ValueModel
s
to Swing model interfaces.
These adapters are intended to replace
the Swing model convenience implementations.
<!--