javax.swing.plaf.basic

Class BasicFileChooserUI.SelectionListener

protected class BasicFileChooserUI.SelectionListener extends Object implements ListSelectionListener

A listener for selection events in the file list.

See Also: createListSelectionListener

Constructor Summary
protected SelectionListener()
Creates a new SelectionListener object.
Method Summary
voidvalueChanged(ListSelectionEvent e)
Sets the JFileChooser to the selected file on an update

Constructor Detail

SelectionListener

protected SelectionListener()
Creates a new SelectionListener object.

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)
Sets the JFileChooser to the selected file on an update

Parameters: e DOCUMENT ME!