|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectConverter | |
|---|---|
| com.jidesoft.converter | The package contains all kinds of object converters for JIDE Common Layer. |
| Uses of ObjectConverter in com.jidesoft.converter |
|---|
| Classes in com.jidesoft.converter that implement ObjectConverter | |
|---|---|
class |
ArrayConverter
An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3. |
class |
BigDecimalConverter
Converter for BigDecimal. |
class |
BooleanConverter
Converter which converts Boolean to String and converts it back. |
class |
ByteConverter
Converter which converts Byte to String and converts it back. |
class |
CalendarConverter
Converter which converts Calendar to String and converts it back. |
class |
ColorConverter
Converter which converts Color to String and converts it back. |
class |
CurrencyConverter
Converter which converts currency to String and converts it back. |
class |
DateConverter
Converter which converts Date to String and converts it back. |
class |
DefaultArrayConverter
Converts an array to a string and converts a string to an array. |
class |
DefaultObjectConverter
Default object converter. |
class |
DimensionConverter
Converter which converts Dimension to String and converts it back. |
class |
DoubleConverter
Converter which converts Double to String and converts it back. |
class |
EnumConverter
A typical way to define a constant is to use int as the value type. |
class |
FileConverter
Converter which converts File to String and converts it back. |
class |
FloatConverter
Converter which converts Float to String and converts it back. |
class |
FontConverter
Converter which converts Font to String and converts it back. |
class |
FontNameConverter
Converter which converts Font Name String to String and converts it back. |
class |
HexColorConverter
If alpha value is not included, converts Color to/from #xxxxxx format. |
class |
InsetsConverter
Converter which converts Insets to String and converts it back. |
class |
IntegerConverter
Converter which converts Integer to String and converts it back. |
class |
LongConverter
Converter which converts Long to String and converts it back. |
class |
MonthConverter
Converter which converts Date to String and converts it back. |
class |
MonthNameConverter
Converter which converts int to month string and converts it back. |
class |
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. |
class |
MultipleEnumConverter
MultipleEnumConverter is a special ArrayConverter that converts a string to/from array. |
class |
NaturalNumberConverter
Converter which converts Integer to String and converts it back. |
class |
NumberConverter
Converter which converts Number to String and converts it back. |
class |
NumberFormatConverter
Converter which converts currency to String and converts it back. |
class |
PasswordConverter
Converter which converts String to String and converts it back. |
class |
PercentConverter
Converter which converts percentage to String and converts it back. |
class |
PointConverter
Converter which converts Point to String and converts it back. |
class |
QuarterNameConverter
Converter which converts quarter to String and converts it back. |
class |
RectangleConverter
Converter which converts Rectangle to String and converts it back. |
class |
RgbColorConverter
If alpha value is not included, converts Color to/from "XXX, XXX, XXX" format. |
class |
ShortConverter
Converter which converts Short to String and converts it back. |
class |
StringArrayConverter
|
class |
StringConverter
Converter which converts String to String and converts it back. |
class |
YearNameConverter
Converter which converts year to int and converts it back. |
| Methods in com.jidesoft.converter that return ObjectConverter | |
|---|---|
static ObjectConverter |
ObjectConverterManager.getConverter(Class<?> clazz)
Gets the converter associated with the type. |
static ObjectConverter |
ObjectConverterManager.getConverter(Class<?> clazz,
ConverterContext context)
Gets the registered converter associated with class and context. |
| Methods in com.jidesoft.converter with parameters of type ObjectConverter | |
|---|---|
static void |
ObjectConverterManager.registerConverter(Class<?> clazz,
ObjectConverter converter)
Registers as the default converter with type specified as clazz. |
static void |
ObjectConverterManager.registerConverter(Class<?> clazz,
ObjectConverter converter,
ConverterContext context)
Registers a converter with the type specified as class and a converter context specified as context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||