所有类
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
从类 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
- 表现更改的特征的事件。
所有类