Package org.jfree.report.util.beans
Bean and property support classes.
-
Interface Summary Interface Description ValueConverter A value converter is an object that can transform an object into a string or vice versa. -
Class Summary Class Description ArrayValueConverter An ValueConverter that handles Arrays.BeanPropertyLookupParser BeanUtility The BeanUtility class enables access to bean properties using the reflection API.BigDecimalValueConverter A class that handles the conversion ofBigDecimal
attributes to and from theirString
representation.BigIntegerValueConverter A class that handles the conversion ofBigInteger
attributes to and from theirString
representation.BooleanValueConverter A class that handles the conversion ofBoolean
attributes to and from theirString
representation.ByteValueConverter A class that handles the conversion ofByte
attributes to and from theirString
representation.CharacterValueConverter A class that handles the conversion ofCharacter
attributes to and from theirString
representation.ClassValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.ColorValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.ConverterRegistry DoubleValueConverter A class that handles the conversion ofDouble
attributes to and from theirString
representation.FloatValueConverter A class that handles the conversion ofFloat
attributes to and from theirString
representation.GenericValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.IntegerValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.LocaleValueConverter Creation-Date: 24.01.2006, 19:19:03LongValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.ShortValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.StringValueConverter A class that handles the conversion ofInteger
attributes to and from theirString
representation.TimeZoneValueConverter Creation-Date: 24.01.2006, 19:19:03 -
Exception Summary Exception Description BeanException The BeanException class signals errors when setting or reading bean properties.