javax.swing.plaf.basic
Class BasicComboPopup.ItemHandler

java.lang.Object
  extended by 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.


Constructor Summary
protected BasicComboPopup.ItemHandler()
          Creates a new ItemHandler object.
 
Method Summary
 void itemStateChanged(ItemEvent e)
          This method responds to the selection events occuring in the combo box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComboPopup.ItemHandler

protected BasicComboPopup.ItemHandler()
Creates a new ItemHandler object.

Method Detail

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