ValueModel
s
to Swing model interfaces.See: Description
Class | Description |
---|---|
AbstractTableAdapter<E> |
An abstract implementation of the
TableModel
interface that converts a 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.
|
ValueModel
s
to Swing model interfaces.
These adapters are intended to replace
the Swing model convenience implementations.
com.jgoodies.binding
,
com.jgoodies.binding.beans
,
com.jgoodies.binding.formatter
,
com.jgoodies.binding.list
,
com.jgoodies.binding.value
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.