javax.swing.plaf.basic

Class BasicComboPopup.ItemHandler

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 ItemHandler()
Creates a new ItemHandler object.
Method Summary
voiditemStateChanged(ItemEvent e)
This method responds to the selection events occuring in the combo box.

Constructor Detail

ItemHandler

protected 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.

Parameters: e ItemEvent specifying the combo box's selection