protected class MetalFileChooserUI.SingleClickListener extends MouseAdapter
JFileChooser
.
This listener is used for editing filenames.Constructor and Description |
---|
MetalFileChooserUI.SingleClickListener(JList list)
Creates a new listener.
|
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(MouseEvent e)
Receives notification of a mouse click event.
|
mouseEntered, mouseExited, mousePressed, mouseReleased
public MetalFileChooserUI.SingleClickListener(JList list)
list
- the directory/file list.public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mouseClicked
in class MouseAdapter
e
- the event.