Class Summary |
AbstractPropertyData |
Abstract implementation of the PropertyData interface that
stores the owning node. |
CodedBeanPropertyData |
CodedBeanPropertyData uses reflection to access the get and set methods
declared on the bean. |
DefaultPropertyData |
Basic implementation of the PropertyData interface which stores
the data in instance variables and fires simple events. |
ModifiablePropertyData |
Derived property data implementation for modifiable data. |
PropertyListenerSupport |
Support for property value listeners |
UnmodifiablePropertyData |
Derived property data implementation which gets a piece
of unmodifiable data. |