Uses of Class
org.jdesktop.beansbinding.Binding
Packages that use Binding
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.
-
Uses of Binding in org.jdesktop.beansbinding
Subclasses of Binding in org.jdesktop.beansbindingModifier and TypeClassDescriptionclassAutoBinding<SS,SV, TS, TV> An implementation ofBindingthat automatically syncs the source and target by refreshing and saving according to one of three update strategies.Methods in org.jdesktop.beansbinding that return BindingModifier and TypeMethodDescriptionfinal BindingBindingGroup.getBinding(String name) Returns theBindingin this group with the given name, ornullif this group doesn't contain aBindingwith the given name.Methods in org.jdesktop.beansbinding that return types with arguments of type BindingModifier and TypeMethodDescriptionBindingGroup.getBindings()Returns a list of allBindingsin this group.Methods in org.jdesktop.beansbinding with parameters of type BindingModifier and TypeMethodDescriptionfinal voidBindingGroup.addBinding(Binding binding) Adds aBindingto this group.voidAbstractBindingListener.bindingBecameBound(Binding binding) Notification that aBindinghas been bound.voidBindingListener.bindingBecameBound(Binding binding) Notification that aBindinghas been bound.voidAbstractBindingListener.bindingBecameUnbound(Binding binding) Notification that aBindinghas been unbound.voidBindingListener.bindingBecameUnbound(Binding binding) Notification that aBindinghas been unbound.final voidBindingGroup.removeBinding(Binding binding) Removes aBindingfrom this group.voidAbstractBindingListener.sourceChanged(Binding binding, PropertyStateEvent event) Notification that the source property of aBindinghas fired aPropertyStateEventfor theBinding'ssource object.voidBindingListener.sourceChanged(Binding binding, PropertyStateEvent event) Notification that the source property of aBindinghas fired aPropertyStateEventfor theBinding'ssource object.voidAbstractBindingListener.sourceEdited(Binding binding) Deprecated.voidNotification that the source and target of aBindinghave been made in sync.voidNotification that the source and target of aBindinghave been made in sync.voidAbstractBindingListener.syncFailed(Binding binding, Binding.SyncFailure failure) Notification that theBindingattempted to sync the source and target, but the sync failed.voidBindingListener.syncFailed(Binding binding, Binding.SyncFailure failure) Notification that theBindingattempted to sync the source and target, but the sync failed.voidAbstractBindingListener.targetChanged(Binding binding, PropertyStateEvent event) Notification that the target property of aBindinghas fired aPropertyStateEventfor theBinding'starget object.voidBindingListener.targetChanged(Binding binding, PropertyStateEvent event) Notification that the target property of aBindinghas fired aPropertyStateEventfor theBinding'starget object.voidAbstractBindingListener.targetEdited(Binding binding) Deprecated.This method has been replaced byAbstractBindingListener.targetChanged(Binding, PropertyStateEvent)and it will go away soon. -
Uses of Binding in org.jdesktop.swingbinding
Subclasses of Binding in org.jdesktop.swingbindingModifier and TypeClassDescriptionfinal classJComboBoxBinding<E,SS, TS> Binds aListof objects to act as the items of aJComboBox.final classJListBinding<E,SS, TS> Binds aListof objects to act as the elements of aJList.final classDetailBindingrepresents a binding between a property of the elements in theJListBinding'ssourceList, and the values shown in theJList.final classJTableBinding<E,SS, TS> Binds aListof objects to act as the rows of aJTable.final classColumnBindingrepresents a binding between a property of the elements in theJTableBinding'ssourceList, and a column in the table. -
Uses of Binding in org.jdesktop.swingbinding.impl
Subclasses of Binding in org.jdesktop.swingbinding.impl
AbstractBindingListener.sourceChanged(Binding, PropertyStateEvent)and it will go away soon.