Module java.desktop

Class BasicFileChooserUI.CancelSelectionAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicFileChooserUI

protected class BasicFileChooserUI.CancelSelectionAction extends AbstractAction
Responds to a cancel request.
  • Constructor Details

    • CancelSelectionAction

      protected CancelSelectionAction()
      Constructs a CancelSelectionAction.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoked when an action occurs.
      Parameters:
      e - the event to be processed