|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.isi.powerloom.gui.components.ComboBoxValueTracker
Class to help detect whether the user has changed a value in a text component, and do an action if it has changed.
Constructor Summary | |
ComboBoxValueTracker(javax.swing.JComboBox comboBox,
javax.swing.Action action)
|
Method Summary | |
void |
itemStateChanged(java.awt.event.ItemEvent e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComboBoxValueTracker(javax.swing.JComboBox comboBox, javax.swing.Action action)
Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |