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。