javax.swing.plaf.basic

Class BasicFileChooserUI.CancelSelectionAction

protected class BasicFileChooserUI.CancelSelectionAction extends AbstractAction

Handles an action to cancel the file chooser.

See Also: getCancelSelectionAction

Constructor Summary
protected CancelSelectionAction()
Creates a new CancelSelectionAction object.
Method Summary
voidactionPerformed(ActionEvent e)
Cancels the selection and closes the dialog.

Constructor Detail

CancelSelectionAction

protected CancelSelectionAction()
Creates a new CancelSelectionAction object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Cancels the selection and closes the dialog.

Parameters: e the action event (ignored).