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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled whenever the value of the selection changes.
- 
Constructor Details- 
SelectionListenerprotected SelectionListener()Constructs aSelectionListener.
 
- 
- 
Method Details- 
valueChangedCalled whenever the value of the selection changes.- Specified by:
- valueChangedin interface- ListSelectionListener
- Parameters:
- e- the event that characterizes the change.
 
 
-