Package | Description |
---|---|
org.swixml | |
org.swixml.converters |
Modifier and Type | Method and Description |
---|---|
Localizer |
SwingEngine.getLocalizer() |
Modifier and Type | Method and Description |
---|---|
Object |
Converter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Modifier and Type | Method and Description |
---|---|
static Object |
PrimitiveConverter.conv(Class type,
Attribute attr,
Localizer localizer)
Converts String into java primitive type
|
static Object |
KeyStrokeConverter.conv(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an KeyStroke.
|
static Object |
ImageIconConverter.conv(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an ImageIcon through a Resource lookup
|
static Object |
ImageConverter.conv(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an ImageIcon through a Resource lookup
|
Object |
StringConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Object |
RectangleConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into a Rectangle object
|
Object |
PrimitiveConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts String into java primitive type
|
Object |
PointConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an Point object
|
Object |
LocaleConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Object |
KeyStrokeConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an KeyStroke through a Resource lookup
|
Object |
InsetsConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a Strings into an Insets object
|
Object |
ImageIconConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an ImageIcon through a Resource lookup
|
Object |
ImageConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an ImageIcon through a Resource lookup
|
Object |
FontConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Object |
DimensionConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Converts a String into an Dimension object
|
Object |
ComponentConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Object |
ColorConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Returns a
java.awt.Color runtime object |
Object |
BorderConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Returns a
javax.swing Border |
Object |
ActionConverter.convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Copyright (c) 2002 - 2014 - Wolf Paulus - wolfpaulus.com. All rights reserved.