public class

BasicComboBoxUI.ItemHandler

extends Object
implements ItemListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxUI.ItemHandler

Class Overview

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.

Summary

Public Constructors
BasicComboBoxUI.ItemHandler()
Public Methods
void itemStateChanged(ItemEvent e)
Invoked when an item has been selected or deselected by the user.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ItemListener

Public Constructors

public BasicComboBoxUI.ItemHandler ()

Public Methods

public void itemStateChanged (ItemEvent e)

Invoked 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).