javax.swing.plaf.basic
protected class BasicFileChooserUI.GoHomeAction extends AbstractAction
See Also: getGoHomeAction
| Constructor Summary | |
|---|---|
| protected | GoHomeAction()
Creates a new GoHomeAction object. |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e)
Sets the directory to the user's home directory, and repaints the
file chooser component.
|
GoHomeAction object.Parameters: e the action event (ignored).