javax.swing.plaf.basic
protected class: BasicComboPopup.ItemHandler [javadoc |
source]
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup$ItemHandler
All Implemented Interfaces:
ItemListener
This listener watches for changes to the selection in the
combo box.
| Method from javax.swing.plaf.basic.BasicComboPopup$ItemHandler Summary: |
|---|
|
itemStateChanged |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.plaf.basic.BasicComboPopup$ItemHandler Detail: |
public void itemStateChanged(ItemEvent e) {
getHandler().itemStateChanged(e);
}
|