JavaTM 2 Platform
Standard Ed. 6

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()
           
 
方法摘要
 void valueChanged(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 - 表現更改的特徵的事件。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only