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
- 表现更改的特征的事件。
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。