java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ItemHandler
- All Implemented Interfaces:
- ItemListener,- EventListener
- Enclosing class:
- BasicComboBoxUI
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:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when an item has been selected or deselected by the user.
- 
Constructor Details- 
ItemHandlerpublic ItemHandler()Constructs aItemHandler.
 
- 
- 
Method Details- 
itemStateChangedDescription copied from interface:ItemListenerInvoked when an item has been selected or deselected by the user. The code written for this method performs the operations that need to occur when an item is selected (or deselected).- Specified by:
- itemStateChangedin interface- ItemListener
- Parameters:
- e- the event to be processed
 
 
-