所有类


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()
           
 
方法摘要
 voidvalueChanged(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 - 表现更改的特征的事件。

所有类