protected class BasicFileChooserUI.SelectionListener extends java.lang.Object implements javax.swing.event.ListSelectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
BasicFileChooserUI.SelectionListener()
Creates a new
SelectionListener object. |
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Sets the JFileChooser to the selected file on an update
|
protected BasicFileChooserUI.SelectionListener()
SelectionListener object.public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenere - DOCUMENT ME!