net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboBoxUI.ItemHandler

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.ItemHandler
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener
Enclosing class:
BasicComponentComboBoxUI

public class BasicComponentComboBoxUI.ItemHandler
extends java.lang.Object
implements java.awt.event.ItemListener

This listener watches for changes to the selection in the combo box.

This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.

See Also:
BasicComponentComboBoxUI.createItemListener()

Constructor Summary
BasicComponentComboBoxUI.ItemHandler()
           
 
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

BasicComponentComboBoxUI.ItemHandler

public BasicComponentComboBoxUI.ItemHandler()
Method Detail

itemStateChanged

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