SWIXML 1.5 (#144) | |
Frames | No Frames |
Methods with parameter type org.swixml.Converter | |
void | Registers a Converter with the ConverterLibrary
|
Methods with return type org.swixml.Converter | |
Converter | ConverterLibrary.getConverter(Class template) Returns a Converter instance, able to produce obejcts of the given class
|
Classes implementing org.swixml.Converter | |
class | The ActionConverter is a tagging class that is only used to regsiter the Action.class
with the ConverterLibrary
|
class | The BorderConverter class defines a converter that creates Border objects based on a provided String.
|
class | The ColorConverter class defines a Converter that turns the Strings into a Color object
|
class | The ComponentConverter class defines a dummy converter
It's simply here to allow the registration of setter-methods excepting Components
|
class | A Converter that turns a Strings in the form: width,height into Dimension objects.
|
class | The FontConverter class defines / describes
|
class | A Converter that turns a Strings in the form of a filename into an Image objects.
|
class | A Converter that turns a Strings in the form of a filename into an ImageIcon objects.
|
class | The InsetsConverter class defines a converter that creates Insets objects based on a provided String.
|
class | A Converter that turns a Strings in the form of a filename into an KeyStroke objects.
|
class | The LayoutConverter class defines a converter that creates LayoutManager objects
based on a provided String.
|
class | The LocaleConverter class defines / describes
|
class | A Converter that turns a Strings into Point objects
|
class | The PrimitiveConverter class defines a converter that creates primitive objects (wrapper),
based on a provided input Class and String.
|
class | A Converter that turns a Strings in the form: width,height into Rectangle objects.
|
class | The StringConverter class defines / describes
|