edu.isi.powerloom.gui.components
Class ComboBoxValueTracker

java.lang.Object
  |
  +--edu.isi.powerloom.gui.components.ComboBoxValueTracker
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class ComboBoxValueTracker
extends java.lang.Object
implements java.awt.event.ItemListener

Class to help detect whether the user has changed a value in a text component, and do an action if it has changed.

Since:
Fri Oct 25 11:33:07 2002
Author:
Eric Melz

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

ComboBoxValueTracker

public ComboBoxValueTracker(javax.swing.JComboBox comboBox,
                            javax.swing.Action action)
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.