所有类
javax.swing.plaf.basic
类 BasicComboPopup.ItemHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup.ItemHandler
- 所有已实现的接口:
- ItemListener, EventListener
- 正在封闭类:
- BasicComboPopup
-
protected class BasicComboPopup.ItemHandler
- extends Object
- implements ItemListener
此侦听器观察组合框中选择的更改。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.ItemHandler
protected BasicComboPopup.ItemHandler()
itemStateChanged
public void itemStateChanged(ItemEvent e)
- 从接口
ItemListener
复制的描述
-
在用户已选定或取消选定某项时调用。为此方法编写的代码将执行需要在已选定(或已取消选定)项时发生的操作。
-
- 指定者:
-
接口
ItemListener
中的 itemStateChanged
-
所有类