javax.swing.plaf.basic

Class BasicFileChooserUI.ApproveSelectionAction

protected class BasicFileChooserUI.ApproveSelectionAction extends AbstractAction

Handles a user action to approve the dialog selection.

See Also: getApproveSelectionAction

Constructor Summary
protected ApproveSelectionAction()
Creates a new ApproveSelectionAction object.
Method Summary
voidactionPerformed(ActionEvent e)
Sets the current selection and closes the dialog.

Constructor Detail

ApproveSelectionAction

protected ApproveSelectionAction()
Creates a new ApproveSelectionAction object.

Method Detail

actionPerformed

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

Parameters: e the action event.