Uses of Interface
com.jgoodies.binding.binder.BeanBinder

Packages that use BeanBinder
com.jgoodies.binding.binder   
 

Uses of BeanBinder in com.jgoodies.binding.binder
 

Subinterfaces of BeanBinder in com.jgoodies.binding.binder
 interface ActionBeanBinder
          Adds binding capabilities for Action names and bean property names to the ObjectBinder capabilities.
 interface ActionPresentationModelBinder
          Adds binding capabilities for Action names to its super interface PresentationModelBinder.
 interface PresentationModelBinder
          Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
 

Classes in com.jgoodies.binding.binder that implement BeanBinder
 class ActionBeanBinderImpl
          Adds binding capabilities for bean property names to its superclass that can bind Action names, ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
 class ActionPresentationModelBinderImpl
          Adds binding capabilities for Action names to its superclass.
 class BeanBinderImpl<B>
          Creates Bindables that can be bound to components.
 class PresentationModelBinderImpl<PM extends IPresentationModel>
          Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
 

Methods in com.jgoodies.binding.binder that return BeanBinder
static BeanBinder Binders.binderFor(Object bean)
          Creates and returns a binder for beans that can bind bean properties as well as the object bindings: Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.