| Package | Description |
|---|---|
| com.jidesoft.converter |
The package contains all kinds of object converters for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArrayConverter
Converts an array to a string and converts a string to an array.
|
class |
DimensionConverter
Converter which converts Dimension to String and converts it back.
|
class |
InsetsConverter
Converter which converts Insets to String and converts it back.
|
class |
MultipleEnumConverter
MultipleEnumConverter is a special ArrayConverter that converts a string to/from array.
|
class |
PointConverter
Converter which converts Point to String and converts it back.
|
class |
RectangleConverter
Converter which converts Rectangle to String and converts it back.
|