Converter classes are needed for placing the value of an property as text into the XML structure.
eva/3 provides the following Converter classes:
| Converter | Description |
|---|---|
| com.odc.eva3.rt.property.BooleanConverter | Converts an according String
representation into a Boolean
value and vice versa |
| com.odc.eva3.rt.property.BoundsConverter | Converts an according String
representation into a Rectangle
value for the Bounds propertie and vice versa |
| com.odc.eva3.rt.property.CharacterConverter | Konvertiert eine entsprechende String
Repräsentation in einen Character
Wert und umgekehrt |
| com.odc.eva3.rt.property.ClassConverter | Converts an according String
representation into a Class
Object vice versa |
| com.odc.eva3.rt.property.ColorConverter | Converts an according String
representation into a Color
value and vice versa |
| com.odc.eva3.rt.property.ConstraintsConverter | Converts an according String
representation into a GridBagConstraints
value and vice versa |
| com.odc.eva3.rt.property.DimensionConverter | Converts an according String
representation into a Dimension
value and vice versa |
| com.odc.eva3.rt.property.DoubleConverter | Converts an according String
representation into a Double
value and vice versa |
| com.odc.eva3.rt.property.FontConverter | Converts an according String
representation into a Font
value and vice versa |
| com.odc.eva3.rt.property.IconConverter | Converts an according String
representation of the url into a ImageIcon
and vice versa |
| com.odc.eva3.rt.property.InsetsConverter | Converts an according String
representation into a Insets
value and vice versa |
| com.odc.eva3.rt.property.IntegerConverter | Converts an according String
representation into a Integer
value and vice versa |
| com.odc.eva3.rt.property.ItemConverter | Converts an according representation of String
pairs into an Array of Strings and vice versa |
| com.odc.eva3.rt.property.LayoutConverter | Converts an according String
representation into Layout classes and vice versa |
| com.odc.eva3.rt.property.MacroParametersConverter | Convets a String
into an Array of Strings,
which represent macro parameters |
| com.odc.eva3.rt.property.PageFormatConverter | Converts an according String
representation into a PageFormat
classes and vice versa |
| com.odc.eva3.rt.property.StringArrayConverter | Convets a String
into an Array of Strings
|
| com.odc.eva3.rt.property.StringConverter | Converts an according String
representation into a String value and vice versa |