Uses of Class
com.jidesoft.converter.NumberConverter

Packages that use NumberConverter
com.jidesoft.converter The package contains all kinds of object converters for JIDE Common Layer. 
 

Uses of NumberConverter in com.jidesoft.converter
 

Subclasses of NumberConverter in com.jidesoft.converter
 class BigDecimalConverter
          Converter for BigDecimal.
 class ByteConverter
          Converter which converts Byte to String and converts it back.
 class CurrencyConverter
          Converter which converts currency to String and converts it back.
 class DoubleConverter
          Converter which converts Double to String and converts it back.
 class FloatConverter
          Converter which converts Float 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 NaturalNumberConverter
          Converter which converts Integer to String and converts it back.
 class NumberFormatConverter
          Converter which converts currency to String and converts it back.
 class PercentConverter
          Converter which converts percentage to String and converts it back.
 class ShortConverter
          Converter which converts Short to String and converts it back.
 



Copyright © 2013. All Rights Reserved.