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 ofBigDecimalattributes to and from theirStringrepresentation.BigIntegerValueConverter A class that handles the conversion ofBigIntegerattributes to and from theirStringrepresentation.BooleanValueConverter A class that handles the conversion ofBooleanattributes to and from theirStringrepresentation.ByteValueConverter A class that handles the conversion ofByteattributes to and from theirStringrepresentation.CharacterValueConverter A class that handles the conversion ofCharacterattributes to and from theirStringrepresentation.ClassValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.ColorValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.ConverterRegistry DoubleValueConverter A class that handles the conversion ofDoubleattributes to and from theirStringrepresentation.FloatValueConverter A class that handles the conversion ofFloatattributes to and from theirStringrepresentation.GenericValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.IntegerValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.LocaleValueConverter Creation-Date: 24.01.2006, 19:19:03LongValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.ShortValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.StringValueConverter A class that handles the conversion ofIntegerattributes to and from theirStringrepresentation.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.