Package jfun.util.beans

Provides helper classes to handle java bean properties.

See:
          Description

Class Summary
Bean A wrapper class for Java Bean object.
BeanType Represents all the meta-information of a Java bean.
ClassEditor The PropertyEditor that converts between String and Class.
DateEditor The PropertyEditor that converts between String and java.util.Date using the current locale.
FileEditor The PropertyEditor that converts between String and File.
LocaleEditor The PropertyEditor that converts between String and Locale.
TimeZoneEditor The PropertyEditor that converts between String and TimeZone.
URIEditor The PropertyEditor that converts between String and java.net.URI.
URLEditor The PropertyEditor that converts between String and java.net.URL.
 

Exception Summary
BeanException Represents any bean related exception.
BeanPropertyException Represents an exception related to a property.
NoSuchPropertyException Represents an error when a property cannot be found.
PropertyNotReadableException Represents an exception when a property read fails.
PropertyNotWritableException Represents an exception when a property write fails.
 

Package jfun.util.beans Description

Provides helper classes to handle java bean properties.
A functional hash table creates a new object every time an update is applied.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: