ValueModels
to Swing model interfaces.See: Description
| Interface | Description |
|---|---|
| ListModelBindable |
Describes object access to a ListModel.
|
| Class | Description |
|---|---|
| AbstractTableAdapter<E> |
An abstract implementation of the
TableModel
interface that converts a ListModel of row elements. |
| BasicComponentFactory | Deprecated
Replaced by the
JGComponentFactory from the
JGoodies Component library. |
| 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.
|
ValueModels
to Swing model interfaces.
These adapters are intended to replace
the Swing model convenience implementations.
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.