|
SWIXML 1.6 (#161) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Converter
General purpose data type converter that can be registered and used within the SwingEngine package to manage the conversion of objects from one type to another.
Method Summary | |
---|---|
Object |
convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given Attribute object into an output object of the
specified type. |
Class |
convertsTo()
A Converters conversTo method informs about the Class type the converter
is returning when its convert method is called |
Method Detail |
---|
Object convert(Class type, Attribute attr, Localizer localizer) throws Exception
Attribute
object into an output object of the
specified type.
type
- Class
Data type to which the Attribute's value should be convertedattr
- Attribute
the attribute, providing the value to be converted.
Exception
Class convertsTo()
Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
Class
- the Class the converter is returning when its convert method is called
|
SWIXML 1.6 (#161) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |