| Interface | Description |
|---|---|
| PropertyChangeListener |
The listener interface for receiving changes to a property value.
|
| PropertyValueHandler |
Sets and gets property values to and from value objects.
|
| Class | Description |
|---|---|
| AbstractProperty |
An abstract base class for properties.
|
| PropertyPath |
A path to a property.
|
| ValueHandlerProperty |
Base class for properties that use a
PropertyValueHandler. |