javax.swing.plaf.basic
Class BasicFileChooserUI.SelectionListener
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 listener for selection events in the file list.
- See Also:
BasicFileChooserUI.createListSelectionListener(JFileChooser)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFileChooserUI.SelectionListener
protected BasicFileChooserUI.SelectionListener()
- Creates a new
SelectionListener
object.
valueChanged
public void valueChanged(ListSelectionEvent e)
- Sets the JFileChooser to the selected file on an update
- Specified by:
valueChanged
in interface ListSelectionListener
- Parameters:
e
- DOCUMENT ME!