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, mouseReleasedpublic MetalFileChooserUI.SingleClickListener(JList list)
list - the directory/file list.public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenermouseClicked in class MouseAdaptere - the event.