Uses of Interface
info.joseluismartin.gui.bind.BinderFactory

Packages that use BinderFactory
info.joseluismartin.gui   
info.joseluismartin.gui.bind   
 

Uses of BinderFactory in info.joseluismartin.gui
 

Methods in info.joseluismartin.gui that return BinderFactory
 BinderFactory AbstractView.getBinderFactory()
          Gets the binder factory
 

Methods in info.joseluismartin.gui with parameters of type BinderFactory
 void AbstractView.setBinderFactory(BinderFactory binderFactory)
          Sets the binder factory, propagate it to composite binder.
 

Uses of BinderFactory in info.joseluismartin.gui.bind
 

Classes in info.joseluismartin.gui.bind that implement BinderFactory
 class ConfigurableBinderFactory
          Configurable Binder Factory that use a Map ComponentClass -> BinderClass to create Binders for Swing components
 class ControlAccessorBinderFactory
          Binder Factory that use a ControlAccessorFactory to create PropertyBinders.
 

Methods in info.joseluismartin.gui.bind that return BinderFactory
 BinderFactory CompositeBinder.getBinderFactory()
           
static BinderFactory ConfigurableBinderFactory.getDefaultFactory()
           
 

Methods in info.joseluismartin.gui.bind with parameters of type BinderFactory
 void CompositeBinder.setBinderFactory(BinderFactory binderFactory)
           
 



Copyright © 2013 JDAL. All Rights Reserved.