javax.swing.plaf.basic
Class BasicFileChooserUI.ApproveSelectionAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.ApproveSelectionAction
- extends AbstractAction
Handles a user action to approve the dialog selection.
- See Also:
BasicFileChooserUI.getApproveSelectionAction()
,
Serialized Form
BasicFileChooserUI.ApproveSelectionAction
protected BasicFileChooserUI.ApproveSelectionAction()
- Creates a new ApproveSelectionAction object.
actionPerformed
public void actionPerformed(ActionEvent e)
- Sets the current selection and closes the dialog.
- Parameters:
e
- the action event.