Uses of Package
org.jbeans

Packages that use org.jbeans
org.jbeans   
org.jbeans.converters   
 

Classes in org.jbeans used by org.jbeans
BaseBeanProperty
          This class is the base class for the BeanProperty and the NestedBeanProperty classes.
BaseEvent
          This class is the base event that all events will extends from.
BeanException
          This class is the basic exception that gets thrown from the beans pacakge
BeanProperty
          This class is used to describe, and manipulate JavaBean properties.
ConversionEvent
          This class is the event that is generated when a bean property is being set AND the value is being automatically converted.
ConversionListener
          This interface is the event listener interface for conversion events.
DynamicNestedBeanProperty
          This class is used to store information about and handle getting and setting of both nested and local properties.
IndexedBeanProperty
          This class is used to access an indexed JavaBean property.
JavaBean
          This class can be used to facilitate getting and setting of JavaBean properties.
JavaBeanTools.IndexHelper
          This class is a small helper class that is used in the beans pacakge for assisting with indexing operations.
JavaBeanTools.NameHelper
          This class is a small helper class that is used in the beans pacakge for assisting with property names
NestedBeanProperty
          This class is used to store information about and handle getting and setting of both nested and local properties.
PropertyEvent
          This class is the event that is generated when a bean property is retrieved or set.
PropertyListener
          This interface is an event listener for property events.
ReflectionException
          This class is a generic reflection exception that is to be used to wrap up any exceptions that are thrown from the java.lang.Class methods and java.lang.reflect.Method methods.
TypeConversionException
          This is the basic exception that gets thrown from the TypeConverter conversion methods.
TypeConverter
          TypeConverters are used to convert objects from one type to another, convert strings to objects and to convert from objects and strings to arrays of objects.
 

Classes in org.jbeans used by org.jbeans.converters
BaseTypeConverter
          This class is the base type converter for all the type converters it is also the type converter that handles strings and arrays of strings.
TypeConversionException
          This is the basic exception that gets thrown from the TypeConverter conversion methods.
TypeConverter
          TypeConverters are used to convert objects from one type to another, convert strings to objects and to convert from objects and strings to arrays of objects.