protected class

BasicFileChooserUI.SelectionListener

extends Object
implements ListSelectionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicFileChooserUI.SelectionListener

Summary

Protected Constructors
BasicFileChooserUI.SelectionListener()
Public Methods
void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.swing.event.ListSelectionListener

Protected Constructors

protected BasicFileChooserUI.SelectionListener ()

Public Methods

public void valueChanged (ListSelectionEvent e)

Called whenever the value of the selection changes.

Parameters
e the event that characterizes the change.