protected class BasicFileChooserUI.GoHomeAction extends javax.swing.AbstractAction
| Modifier | Constructor and Description |
|---|---|
protected |
BasicFileChooserUI.GoHomeAction()
Creates a new
GoHomeAction object. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Sets the directory to the user's home directory, and repaints the
file chooser component.
|
protected BasicFileChooserUI.GoHomeAction()
GoHomeAction object.public void actionPerformed(java.awt.event.ActionEvent e)
e - the action event (ignored).