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

Packages that use PresentationModelBinder
com.jgoodies.binding.binder   
 

Uses of PresentationModelBinder in com.jgoodies.binding.binder
 

Subinterfaces of PresentationModelBinder in com.jgoodies.binding.binder
 interface ActionPresentationModelBinder
          Adds binding capabilities for Action names to its super interface PresentationModelBinder.
 

Classes in com.jgoodies.binding.binder that implement PresentationModelBinder
 class ActionPresentationModelBinderImpl
          Adds binding capabilities for Action names to its superclass.
 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 PresentationModelBinder
static PresentationModelBinder Binders.binderFor(IPresentationModel<?> model)
          Creates and returns a binder for presentation models that can bind bean properties, (synthetic) properties of the presentation model, as well as the object bindings: Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists.
 



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