javax.swing.plaf.basic
protected class BasicFileChooserUI.GoHomeAction extends AbstractAction
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
Modifier | Constructor and Description |
---|---|
protected |
BasicFileChooserUI.GoHomeAction()
Creates a new
GoHomeAction object. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Sets the directory to the user's home directory, and repaints the
file chooser component.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected BasicFileChooserUI.GoHomeAction()
GoHomeAction
object.public void actionPerformed(ActionEvent e)
e
- the action event (ignored).