javax.swing.plaf.basic

Class BasicFileChooserUI.ChangeToParentDirectoryAction

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: getChangeToParentDirectoryAction

Constructor Summary
protected ChangeToParentDirectoryAction()
Creates a new ChangeToParentDirectoryAction object.
Method Summary
voidactionPerformed(ActionEvent e)
Handles the action event.

Constructor Detail

ChangeToParentDirectoryAction

protected ChangeToParentDirectoryAction()
Creates a new ChangeToParentDirectoryAction object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Handles the action event.

Parameters: e the action event.