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
A selection listener.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the value of the selection changes.
-
Constructor Details
-
SelectionListener
protected SelectionListener()Constructs aSelectionListener
.
-
-
Method Details
-
valueChanged
Called whenever the value of the selection changes.- Specified by:
valueChanged
in interfaceListSelectionListener
- Parameters:
e
- the event that characterizes the change.
-