Package com.jgoodies.binding.binder

Interface Summary
ActionBeanBinder Adds binding capabilities for Action names and bean property names to the ObjectBinder capabilities.
ActionBindingBuilder Describes a binding builder that holds an Action that can be bound to buttons and text fields.
ActionObjectBinder Adds binding capabilities for Action names to its super interface that can already bind Action instances.
ActionPresentationModelBinder Adds binding capabilities for Action names to its super interface PresentationModelBinder.
BeanBinder Describes a binder that adds bindings for bound bean properties to the general object bindings.
ListBindingBuilder Describes a binding builder that holds a ListModel and ListSelectionModel that can be bound to tables and lists.
ObjectBinder Describes a binder that can build action bindings from Actions, data bindings from ValueModels, and list bindings from ListModel/ListSelectionModel or a SelectionInList.
PresentationModelBinder Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
SelectionInListBindingBuilder Describes a binding builder that holds a SelectionInList that can be bound to combo boxes, lists, and tables.
ValueModelBindingBuilder Describes a binding builder that holds a ValueModel that can be bound to a variety of components.
 

Class Summary
ActionBindingBuilderImpl Holds an Action that can be bound to buttons and text fields.
BasicBinders Creates binders for Objects, AbstractBeans, and PresentationModels.
BeanBinderImpl<B> Creates Bindables that can be bound to components.
ListBindingBuilderImpl Holds a ListModel and ListSelectionModel that can be bound to a list or table.
ObjectBinderImpl A binder that can build action bindings from Actions, data bindings from ValueModels, and list bindings from ListModel/ListSelectionModel or a SelectionInList.
PresentationModelBinderImpl<PM extends PresentationModel<?>> Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
SelectionInListBindingBuilderImpl A binding builder that holds a SelectionInList that can be bound to combo boxes, lists, and tables.
ValueModelBindingBuilderImpl A binding builder that holds a ValueModel that can be bound to a variety of components.
 

Enum Summary
ValueModelBindingBuilder.Commit Describes the commit types used for text field and text area bindings.
 



Copyright © 2002-2011 JGoodies Karsten Lentzsch. All Rights Reserved.