info.joseluismartin.gui.bind
Class TextComponentBinder

java.lang.Object
  extended by info.joseluismartin.gui.bind.AbstractBinder
      extended by info.joseluismartin.gui.bind.TextComponentBinder
All Implemented Interfaces:
PropertyBinder, Binder<Object>, ModelHolder<Object>

public class TextComponentBinder
extends AbstractBinder

Binder for JComponentText

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

Field Summary
 
Fields inherited from class info.joseluismartin.gui.bind.AbstractBinder
component, oldValue, propertyName, readOnly
 
Constructor Summary
TextComponentBinder()
           
 
Method Summary
 void doRefresh()
          
 void doUpdate()
          
 
Methods inherited from class info.joseluismartin.gui.bind.AbstractBinder
bind, bind, createBindingResult, doBind, getBindingResult, getComponent, getModel, getOldValue, getPropertyName, getValue, refresh, setComponent, setModel, setOldValue, setPropertyName, setValue, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextComponentBinder

public TextComponentBinder()
Method Detail

doRefresh

public void doRefresh()

Specified by:
doRefresh in class AbstractBinder

doUpdate

public void doUpdate()

Specified by:
doUpdate in class AbstractBinder


Copyright © 2013 JDAL. All Rights Reserved.