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

Packages that use ActionObjectBinder
com.jgoodies.binding.binder   
 

Uses of ActionObjectBinder in com.jgoodies.binding.binder
 

Subinterfaces of ActionObjectBinder 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.
 

Classes in com.jgoodies.binding.binder that implement ActionObjectBinder
 class ActionBeanBinderImpl
          Adds binding capabilities for bean property names to its superclass that can bind Action names, ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
 class ActionObjectBinderImpl<T extends IActionObject>
          Adds binding capabilities for Action names, to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel.
 class ActionPresentationModelBinderImpl
          Adds binding capabilities for Action names to its superclass.
 

Methods in com.jgoodies.binding.binder that return ActionObjectBinder
static ActionObjectBinder Binders.binderFor(com.jgoodies.common.internal.IActionObject object)
          Creates and returns a binder that adds the capability to bind Actions that are looked up by an Action name to the general binder returned by Binders.binder().
 



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