Package com.bc.ceres.swing.binding
package com.bc.ceres.swing.binding
Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.- Since:
- Ceres 0.6
-
ClassDescriptionA bi-directional binding between one or more Swing GUI components and a property in a value container.A context used to bind Swing components to properties in a value container.A listener used to observe problems which may occur in a
BindingContext
, e.g.A component adapter provides the GUI components used to edit a bound property value.An enablement.A condition used to determine the newenabled
state of components.A factory for editors that can edit values of a certain type described by aPropertyDescriptor
.A registry forPropertyEditor
.A utility class used to create aJPanel
containing default Swing components and their corresponding bindings for thePropertyContainer
given by theBindingContext
.