Package com.jidesoft.converter
package com.jidesoft.converter
The package contains all kinds of object converters for JIDE Common Layer.
-
ClassDescription
AbstractContext
is a generic context class.An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.Converter for BigDecimal.Converter which converts Boolean to String and converts it back.Converter which converts Byte to String and converts it back.CacheMap<T,K> Deprecated.please use the one at com.jidesoft.utils.CacheMap.Converter which converts Calendar to String and converts it back.Converter which converts Color to String and converts it back.The context object used by ObjectConverter.The interface indicates the class who extends it can support ConverterContext.Converter which converts currency to String and converts it back.Converter which converts Date to String and converts it back.Converts an array to a string and converts a string to an array.Default object converter.Converter which converts Dimension to String and converts it back.Converter which converts Double to String and converts it back.A typical way to define a constant is to use int as the value type.Converter which converts File to String and converts it back.Converter which converts Float to String and converts it back.Converter which converts Font to String and converts it back.Converter which converts Font Name String to String and converts it back.If alpha value is not included, converts Color to/from #xxxxxx format.Converter which converts Insets to String and converts it back.Converter which converts Integer to String and converts it back.Converter which converts Long to String and converts it back.Converter which converts Date to String and converts it back.Converter which converts int to month string and converts it back.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 is a special ArrayConverter that converts a string to/from array.Converter which converts Integer to String and converts it back.Converter which converts Number to String and converts it back.Converter which converts currency to String and converts it back.An interface that can convert a object to a String and convert from String to object.ObjectConverterManager
is a center place to register ObjectConverters with a data type and an optional ConverterContext.Converter which converts String to String and converts it back.Converter which converts percentage to String and converts it back.Converter which converts Point to String and converts it back.Converter which converts quarter to String and converts it back.An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.Converter which converts Rectangle to String and converts it back.Deprecated.please use the one at com.jidesoft.utils.RegistrationEvent.Deprecated.please use the one at com.jidesoft.utils.RegistrationListener.If alpha value is not included, converts Color to/from "XXX, XXX, XXX" format.Converter which converts Short to String and converts it back.Converter which converts String to String and converts it back.Converter which converts year to int and converts it back.