| Interface | Description |
|---|---|
| BinderFactory |
Interface for Binder Factories
|
| BinderHolder |
Interface for classes that hold property binders.
|
| ControlAccessor |
Interface for generic access to ui controls
|
| ControlAccessorFactory |
A Factory for ControlAccessors
|
| ControlChangeListener |
A Listener for generic control changes.
|
| ControlInitializer |
Interface for control initializers.
|
| PropertyBinder |
Bind a component to a model property
|
| Class | Description |
|---|---|
| AbstractBinder |
Base class for Binders.
|
| AbstractControlAccessor |
Base class for ControlAccessors
|
| CollectionPersistentServiceBinder | |
| CompositeBinder<T> |
Composite Binder methods to a collection of
PropertyBinders that bind on the same model
|
| ConfigurableBinderFactory |
Configurable Binder Factory that use a Map ComponentClass -> BinderClass
to create Binders for Swing components
|
| ConfigurableControlAccessorFactory |
Implementation of ControlAccessorFactory using an asociative Map<Class, ControlAccessor>
|
| ControlAccessorBinderFactory |
Binder Factory that use a ControlAccessorFactory to create PropertyBinders.
|
| ControlBinder |
Generic
Binder that use a ControlAccessorFactory to get/set
control values. |
| ControlBindingErrorProcessor |
Add a a Error holding the control that has failed.
|
| ControlError |
FieldError for Swing controls
|
| ControlEvent |
ControlEvent Object
|
| ControlInitializerSupport |
Support class for ControlInitializers.
|
| DirectFieldAccessor |
PropertyAccessor implementation that directly accesses instance fields. |
| InitializationConfig |
Options to use when initializating controls.
|
| ViewAccessor |
Control Accessor for Views
|
| ViewBinder |
| Exception | Description |
|---|---|
| BindingException |
| Annotation Type | Description |
|---|---|
| Initializer |
Used to hint
org.jdal.ui.bind.ControlInitialzer |
| Property |
Used to bind a control to a model property
|
Copyright © 2014 JDAL. All Rights Reserved.