- 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
Constructors Modifier Constructor Description protectedSelectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalueChanged(ListSelectionEvent e)Called whenever the value of the selection changes.
-
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.- Specified by:
valueChangedin interfaceListSelectionListener- Parameters:
e- the event that characterizes the change.
-
-