info.joseluismartin.gui.bind
Class SelectorBinder
java.lang.Object
info.joseluismartin.gui.bind.AbstractBinder
info.joseluismartin.gui.bind.SelectorBinder
- All Implemented Interfaces:
- PropertyBinder, Binder<Object>, ModelHolder<Object>, ActionListener, EventListener
public class SelectorBinder
- extends AbstractBinder
- implements ActionListener
Binder for Selector
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
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 |
SelectorBinder
public SelectorBinder()
doBind
protected void doBind(Object component)
actionPerformed
public void actionPerformed(ActionEvent e)
-
- Specified by:
actionPerformed
in interface ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
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.