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

Packages that use PropertyBinder
info.joseluismartin.gui.bind   
 

Uses of PropertyBinder in info.joseluismartin.gui.bind
 

Classes in info.joseluismartin.gui.bind that implement PropertyBinder
 class AbstractBinder
          Base class for Binders.
 class ComboBinder
          Binder for JComboBox
 class ControlBinder
          Generic ControlBinder that use a ControlAccessorFactory to get/set control values
 class LabelBinder
           
 class ListBinder
          Binder for JList
 class SelectorBinder
          Binder for Selector
 class TextComponentBinder
          Binder for JComponentText
 class ToggleButtonBinder
          Property binder for ToggleButtons
 class ViewBinder
           
 

Methods in info.joseluismartin.gui.bind that return PropertyBinder
 PropertyBinder BinderFactory.getBinder(Class<?> clazz)
          Try to find a binder for a control Class, use super Class if none is configured.
 PropertyBinder ConfigurableBinderFactory.getBinder(Class<?> clazz)
          Try to find a binder for a Class, use super Class if none is configured.
 PropertyBinder ControlAccessorBinderFactory.getBinder(Class<?> clazz)
          Try to find a binder for a control Class, use super Class if none is configured.
 

Methods in info.joseluismartin.gui.bind that return types with arguments of type PropertyBinder
 Map<Class<?>,Class<PropertyBinder>> ConfigurableBinderFactory.getBinders()
           
 

Method parameters in info.joseluismartin.gui.bind with type arguments of type PropertyBinder
 void ConfigurableBinderFactory.setBinders(Map<Class<?>,Class<PropertyBinder>> binders)
           
 



Copyright © 2012 JDAL. All Rights Reserved.