- java.lang.Object
-
- javax.swing.plaf.basic.BasicFileChooserUI.SelectionListener
-
- All Implemented Interfaces:
-
EventListener
,ListSelectionListener
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.SelectionListener extends Object implements ListSelectionListener
选择听众。
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
SelectionListener()
-
-
-
方法详细信息
-
valueChanged
public void valueChanged(ListSelectionEvent e)
每当选择的值更改时调用。- Specified by:
-
valueChanged
在接口ListSelectionListener
- 参数
-
e
- the event that characterizes the change.
-
-