Module java.desktop

Class BasicFileChooserUI.NewFolderAction

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

protected class BasicFileChooserUI.NewFolderAction extends AbstractAction
Creates a new folder.
  • Constructor Details

    • NewFolderAction

      protected NewFolderAction()
      Constructs a NewFolderAction.
  • Method Details

    • actionPerformed

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