| ActionConverter | The ActionConverter is a tagging class that is only used to regsiter the Action.class
with the ConverterLibrary
|
| BorderConverter | The BorderConverter class defines a converter that creates Border objects based on a provided String.
|
| ColorConverter | The ColorConverter class defines a Converter that turns the Strings into a Color object
|
| ComponentConverter | The ComponentConverter class defines a dummy converter
It's simply here to allow the registration of setter-methods excepting Components
|
| ConstraintsConverter | The ConstraintsConverter class defines a converter that returns Layout constants
based on layout type and input string.
|
| DimensionConverter | A Converter that turns a Strings in the form: width,height into Dimension objects.
|
| FontConverter | The FontConverter class defines / describes
|
| ImageConverter | A Converter that turns a Strings in the form of a filename into an Image objects.
|
| ImageIconConverter | A Converter that turns a Strings in the form of a filename into an ImageIcon objects.
|
| InsetsConverter | The InsetsConverter class defines a converter that creates Insets objects based on a provided String.
|
| KeyStrokeConverter | A Converter that turns a Strings in the form of a filename into an KeyStroke objects.
|
| LayoutConverter | The LayoutConverter class defines a converter that creates LayoutManager objects
based on a provided String.
|
| LocaleConverter | The LocaleConverter class defines / describes
|
| PointConverter | A Converter that turns a Strings into Point objects
|
| PrimitiveConverter | The PrimitiveConverter class defines a converter that creates primitive objects (wrapper),
based on a provided input Class and String.
|
| RectangleConverter | A Converter that turns a Strings in the form: width,height into Rectangle objects.
|
| StringConverter | The StringConverter class defines / describes
|
| Util | Util. |