info.joseluismartin.gui.bind
Class SwingBinder<T>

java.lang.Object
  extended by info.joseluismartin.gui.bind.AutoBinder<T>
      extended by info.joseluismartin.gui.bind.SwingBinder<T>
All Implemented Interfaces:
Binder<T>, ModelHolder<T>

public class SwingBinder<T>
extends AutoBinder<T>

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
SwingBinder(ModelHolder<T> view)
           
 
Method Summary
 void bind(String field, String PropertyName)
           
 
Methods inherited from class info.joseluismartin.gui.bind.AutoBinder
getBindingResult, getControlAccessorFactory, getIgnoredProperties, getModel, ignoreProperties, ignoreProperty, refresh, setControlAccessorFactory, setIgnoredProperties, setModel, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingBinder

public SwingBinder(ModelHolder<T> view)
Parameters:
view -
Method Detail

bind

public void bind(String field,
                 String PropertyName)
Overrides:
bind in class AutoBinder<T>


Copyright © 2013 JDAL. All Rights Reserved.