Uses of Class
org.jdesktop.beansbinding.Binding
-
Packages that use Binding Package Description org.jdesktop.beansbinding org.jdesktop.swingbinding org.jdesktop.swingbinding.impl -
-
Uses of Binding in org.jdesktop.beansbinding
Subclasses of Binding in org.jdesktop.beansbinding Modifier and Type Class Description classAutoBinding<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 Binding Modifier and Type Method Description 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 Binding Modifier and Type Method Description List<Binding>BindingGroup. getBindings()Returns a list of allBindingsin this group.Methods in org.jdesktop.beansbinding with parameters of type Binding Modifier and Type Method Description 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.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.This method has been replaced byAbstractBindingListener.sourceChanged(org.jdesktop.beansbinding.Binding, org.jdesktop.beansbinding.PropertyStateEvent)and it will go away soon.voidAbstractBindingListener. synced(Binding binding)Notification that the source and target of aBindinghave been made in sync.voidBindingListener. synced(Binding binding)Notification 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. syncWarning(Binding binding, Binding.SyncFailure failure)voidBindingListener. syncWarning(Binding binding, Binding.SyncFailure failure)A warning occurred while validating.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(org.jdesktop.beansbinding.Binding, org.jdesktop.beansbinding.PropertyStateEvent)and it will go away soon. -
Uses of Binding in org.jdesktop.swingbinding
Subclasses of Binding in org.jdesktop.swingbinding Modifier and Type Class Description classJComboBoxBinding<E,SS,TS>Binds aListof objects to act as the items of aJComboBox.classJListBinding<E,SS,TS>Binds aListof objects to act as the elements of aJList.classJListBinding.DetailBindingDetailBindingrepresents a binding between a property of the elements in theJListBinding'ssourceList, and the values shown in theJList.classJTableBinding<E,SS,TS>Binds aListof objects to act as the rows of aJTable.classJTableBinding.ColumnBindingColumnBindingrepresents 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 Modifier and Type Class Description classAbstractColumnBinding
-