See: Description
| Interface | Description |
|---|---|
| ConverterContextSupport |
The interface indicates the class who extends it can support ConverterContext.
|
| ObjectConverter |
An interface that can convert a object to a String and convert from
String to object.
|
| RegistrationListener | Deprecated
please use the one at com.jidesoft.utils.RegistrationListener.
|
| Class | Description |
|---|---|
| AbstractContext |
AbstractContext is a generic context class. |
| ArrayConverter |
An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.
|
| BigDecimalConverter |
Converter for BigDecimal.
|
| BooleanConverter |
Converter which converts Boolean to String and converts it back.
|
| ByteConverter |
Converter which converts Byte to String and converts it back.
|
| CacheMap<T,K> | Deprecated
please use the one at com.jidesoft.utils.CacheMap.
|
| CalendarConverter |
Converter which converts Calendar to String and converts it back.
|
| ColorConverter |
Converter which converts Color to String and converts it back.
|
| ConverterContext |
The context object used by ObjectConverter.
|
| CurrencyConverter |
Converter which converts currency to String and converts it back.
|
| DateConverter |
Converter which converts Date to String and converts it back.
|
| DefaultArrayConverter |
Converts an array to a string and converts a string to an array.
|
| DefaultObjectConverter |
Default object converter.
|
| DimensionConverter |
Converter which converts Dimension to String and converts it back.
|
| DoubleConverter |
Converter which converts Double to String and converts it back.
|
| EnumConverter |
A typical way to define a constant is to use int as the value type.
|
| FileConverter |
Converter which converts File to String and converts it back.
|
| FloatConverter |
Converter which converts Float to String and converts it back.
|
| FontConverter |
Converter which converts Font to String and converts it back.
|
| FontNameConverter |
Converter which converts Font Name String to String and converts it back.
|
| HexColorConverter |
If alpha value is not included, converts Color to/from #xxxxxx format.
|
| InsetsConverter |
Converter which converts Insets to String and converts it back.
|
| IntegerConverter |
Converter which converts Integer to String and converts it back.
|
| LongConverter |
Converter which converts Long to String and converts it back.
|
| MonthConverter |
Converter which converts Date to String and converts it back.
|
| MonthNameConverter |
Converter which converts int to month string and converts it back.
|
| MultilineStringConverter |
Converter which converts a String with new lines to String and convert the new lines to "\n" so that it can be
displayed in the UI.
|
| MultipleEnumConverter |
MultipleEnumConverter is a special ArrayConverter that converts a string to/from array.
|
| NaturalNumberConverter |
Converter which converts Integer to String and converts it back.
|
| NumberConverter |
Converter which converts Number to String and converts it back.
|
| NumberFormatConverter |
Converter which converts currency to String and converts it back.
|
| ObjectConverterManager |
ObjectConverterManager is a center place to register ObjectConverters with a data type and an optional
ConverterContext. |
| PasswordConverter |
Converter which converts String to String and converts it back.
|
| PercentConverter |
Converter which converts percentage to String and converts it back.
|
| PointConverter |
Converter which converts Point to String and converts it back.
|
| QuarterNameConverter |
Converter which converts quarter to String and converts it back.
|
| RangeConverter |
An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.
|
| RectangleConverter |
Converter which converts Rectangle to String and converts it back.
|
| RegistrationEvent | Deprecated
please use the one at com.jidesoft.utils.RegistrationEvent.
|
| RgbColorConverter |
If alpha value is not included, converts Color to/from "XXX, XXX, XXX" format.
|
| ShortConverter |
Converter which converts Short to String and converts it back.
|
| StringArrayConverter | |
| StringConverter |
Converter which converts String to String and converts it back.
|
| XmlUtils | |
| YearNameConverter |
Converter which converts year to int and converts it back.
|