- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboPopup.ListSelectionHandler
-
- All Implemented Interfaces:
-
EventListener
,ListSelectionListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ListSelectionHandler extends Object implements ListSelectionListener
从Java 2平台v 1.4开始,这个类现在已经过时了,不做任何事情,只包含在后端的API兼容性中。 不要打电话或覆盖。
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
ListSelectionHandler()
-
-
-
方法详细信息
-
valueChanged
public void valueChanged(ListSelectionEvent e)
说明从界面复制:ListSelectionListener
每当选择的值更改时调用。- Specified by:
-
valueChanged
在接口ListSelectionListener
- 参数
-
e
- 表征变更的事件。
-
-