info.joseluismartin.gui.action
Class ComboLinker

java.lang.Object
  extended by info.joseluismartin.gui.action.ComboLinker
All Implemented Interfaces:
ActionListener, EventListener

public class ComboLinker
extends Object
implements ActionListener

Links two combos by a property name

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

Constructor Summary
ComboLinker(JComboBox primary, JComboBox dependent, String propertyName)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboLinker

public ComboLinker(JComboBox primary,
                   JComboBox dependent,
                   String propertyName)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Specified by:
actionPerformed in interface ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2013 JDAL. All Rights Reserved.