javax.swing.plaf.basic
Class BasicFileChooserUI.ChangeToParentDirectoryAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.ChangeToParentDirectoryAction
- extends AbstractAction
An action to handle changes to the parent directory (for example, via
a click on the "up folder" button).
- See Also:
BasicFileChooserUI.getChangeToParentDirectoryAction()
,
Serialized Form
BasicFileChooserUI.ChangeToParentDirectoryAction
protected BasicFileChooserUI.ChangeToParentDirectoryAction()
- Creates a new
ChangeToParentDirectoryAction
object.
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles the action event.
- Parameters:
e
- the action event.