javax.swing.plaf.basic
Class BasicComboPopup.ItemHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup.ItemHandler
- All Implemented Interfaces:
- ItemListener, EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ItemHandler
- extends Object
- implements ItemListener
ItemHandler is an item listener that listens to selection events occuring
in the combo box. FIXME: should specify here what it does when item is
selected or deselected in the combo box list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.ItemHandler
protected BasicComboPopup.ItemHandler()
- Creates a new ItemHandler object.
itemStateChanged
public void itemStateChanged(ItemEvent e)
- This method responds to the selection events occuring in the combo box.
- Specified by:
itemStateChanged
in interface ItemListener
- Parameters:
e
- ItemEvent specifying the combo box's selection