javax.swing.plaf.basic
类 BasicComboPopup.ListSelectionHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup.ListSelectionHandler
- 所有已实现的接口:
- EventListener, ListSelectionListener
- 正在封闭类:
- BasicComboPopup
protected class BasicComboPopup.ListSelectionHandler
- extends Object
- implements ListSelectionListener
从 Java 2 平台 v 1.4 开始,此类已废弃,不再执行任何操作,包括它只是为了具有向后 API 兼容性。不要调用或重写。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.ListSelectionHandler
protected BasicComboPopup.ListSelectionHandler()
valueChanged
public void valueChanged(ListSelectionEvent e)
- 从接口
ListSelectionListener
复制的描述
- 每当选择值发生更改时调用。
- 指定者:
- 接口
ListSelectionListener
中的 valueChanged
- 参数:
e
- 表现更改的特征的事件。
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。