JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicFileChooserUI.SelectionListener

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

protected class BasicFileChooserUI.SelectionListener
extends Object
implements ListSelectionListener


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

建構子詳細資訊

BasicFileChooserUI.SelectionListener

protected BasicFileChooserUI.SelectionListener()
方法詳細資訊

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