info.joseluismartin.gui.action
Class ComboLinker
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboLinker
public ComboLinker(JComboBox primary,
JComboBox dependent,
String propertyName)
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.