Package edu.washington.cs.supple.beanlike

Class Summary
BeanlikeBindingUtils Utility methods for interfacing with "beanlike" objects using reflection (java.beans is not available for all target VMs).
BeanlikeEventDescriptor BeanlikeEventDescriptor represents information about an event provided by a given object.
BeanlikeInfo Class to aid in "beanlike" introspection.
BeanlikePropertyDescriptor BeanlikePropertyDescriptor encapsulates information about a property.
BeanlikeValue BeanlikeValue allows a Supple UI variable to be bound to a beanlike property.
BeanlikeValueDescriptor BeanlikeValueDescriptors hold information about how to map a beanlike object to a Supple ValueObject.
BeanlikeValueObject ValueObject that contains a beanlike inside it...