| Binding |
A bi-directional binding between one or more Swing GUI components and a
property in a value container.
|
| BindingContext |
A context used to bind Swing components to properties in a value container.
|
| BindingProblem |
Represents a problem of a Binding which may occur
when transferring data from a Swing component into the the bound
Property.
|
| BindingProblemListener |
A listener used to observe problems which may occur in a BindingContext,
e.g.
|
| ComponentAdapter |
A component adapter provides the GUI components used to edit a bound property value.
|
| Enablement |
An enablement.
|
| Enablement.Condition |
A condition used to determine the new enabled state of components.
|
| PropertyEditor |
A factory for editors that can edit values of a certain type
described by a PropertyDescriptor.
|
| PropertyEditorRegistry |
|