javax.swing.plaf.basic
Class BasicFileChooserUI.SelectionListener

java.lang.Object
  extended by 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)

Constructor Summary
protected BasicFileChooserUI.SelectionListener()
          Creates a new SelectionListener object.
 
Method Summary
 void valueChanged(ListSelectionEvent e)
          Sets the JFileChooser to the selected file on an update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFileChooserUI.SelectionListener

protected BasicFileChooserUI.SelectionListener()
Creates a new SelectionListener object.

Method Detail

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!