protected class BasicFileChooserUI.CancelSelectionAction extends javax.swing.AbstractAction
| Modifier | Constructor and Description |
|---|---|
protected |
BasicFileChooserUI.CancelSelectionAction()
Creates a new
CancelSelectionAction object. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Cancels the selection and closes the dialog.
|
protected BasicFileChooserUI.CancelSelectionAction()
CancelSelectionAction object.public void actionPerformed(java.awt.event.ActionEvent e)
e - the action event (ignored).