Uses of Package
org.jdesktop.beansbinding
Packages that use org.jdesktop.beansbinding
Package
Description
Provides support for defining properties and creating bindings between
sets of two properties.
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
Private implementation details for Swing binding.
-
Classes in org.jdesktop.beansbinding used by org.jdesktop.beansbindingClassDescriptionAn implementation of
Bindingthat automatically syncs the source and target by refreshing and saving according to one of three update strategies.An enumeration representing the possible update strategies of anAutoBinding.An implementation ofPropertythat uses a simple dot-separated path syntax to address Java Beans properties of source objects.Bindingis an abstract class that represents the concept of a binding between two properties, typically of two objects, and contains methods for explicitly syncing the values of the two properties.SyncFailurerepresents a failure to sync (saveorrefresh) aBinding.An enumeration representing the reasons a sync (saveorrefresh) can fail on aBinding.Encapsulates the result from callingBinding.getSourceValueForTarget()orBinding.getTargetValueForSource(), which can either be a successful value or a failure.BindingListenersare registered onBindingsorBindingGroupsto listen for changes to the state ofBindingsConverteris responsible for converting a value from one type to another.An implementation ofPropertythat allows Java Beans properties of source objects to be addressed using a simple dot-separated path syntax within an EL expression.An immutable, read-only,Propertyimplementation whosegetValuemethod returns the source object that it is given.Propertydefines a uniform way to access the value of a property.An abstract subclass ofPropertythat helps with the management ofPropertyStateListenersby implementing the methods for adding, removing, and getting listeners.An event characterizing a change in aProperty'sstate for a particular source object.PropertyStateListenersare registerd onPropertyinstances, to be notified when the state of the property changes.Validatoris responsible for validating the value from the target of aBinding.An instance ofResultis returned from aValidator'svalidatemethod to indicate an invalid value. -
Classes in org.jdesktop.beansbinding used by org.jdesktop.swingbindingClassDescriptionAn implementation of
Bindingthat automatically syncs the source and target by refreshing and saving according to one of three update strategies.An enumeration representing the possible update strategies of anAutoBinding.Bindingis an abstract class that represents the concept of a binding between two properties, typically of two objects, and contains methods for explicitly syncing the values of the two properties.Propertydefines a uniform way to access the value of a property. -
Classes in org.jdesktop.beansbinding used by org.jdesktop.swingbinding.impl