| Interface | Description |
|---|---|
| InputEvent | |
| KeyEvent |
The KeyEvent Interface makes the KeyEvents available to the converter objects
|
| Class | Description |
|---|---|
| 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
|
| 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.
|
| 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.
|
Copyright © 2002 - 2013 - Wolf Paulus - wolfpaulus.com. All rights reserved.