Package org.apache.beehive.controls.api.properties

Interface Summary
PropertyMap The PropertyMap interface represents a collection of ControlBean properties.
 

Class Summary
AnnotatedElementMap The AnnotatedElementMap represents a read-only PropertyMap where property values are derived from JSR-175 annotations.
BaseMap The BaseMap class provide an abstract base PropertyMap class from which other concrete PropertyMap implementation can derive.
BeanPropertyMap The BeanPropertyMap class represents a collection of property values where properties are stored in a local HashMap.
PropertyKey The PropertyKey class represents a key that can be used to set a JSR-175 attribute member value within a PropertyMap.
 

Annotation Types Summary
PropertySet The PropertySet annotation type is used to mark an interface that defines a set of properties that are associated with a Java Control.