所有类


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 兼容性。不要调用或重写。


构造方法摘要
protected BasicComboPopup.ListSelectionHandler()
           
 
方法摘要
 voidvalueChanged(ListSelectionEvent e)
          每当选择值发生更改时调用。
 
从类 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 - 表现更改的特征的事件。

所有类