JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicListUI.ListSelectionHandler

java.lang.Object
  繼承者 javax.swing.plaf.basic.BasicListUI.ListSelectionHandler
所有已實作的介面:
EventListener, ListSelectionListener
正在封閉類別:
BasicListUI

public class BasicListUI.ListSelectionHandler
extends Object
implements ListSelectionListener

在 installUI 時和只要 JList.selectionModel 屬性更改時就要添加到 JList 模型的 ListSelectionListener。選擇更改時,重繪受影響的行。

警告:此類別的序列化物件將與以後的 Swing 版本不相容。當前的序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder

另請參見:
BasicListUI.createListSelectionListener(), BasicListUI.getCellBounds(javax.swing.JList, int, int), BasicListUI.installUI(javax.swing.JComponent)

建構子摘要
BasicListUI.ListSelectionHandler()
           
 
方法摘要
 void valueChanged(ListSelectionEvent e)
          每當選擇值發生更改時調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicListUI.ListSelectionHandler

public BasicListUI.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