Module java.desktop

Class BasicFileChooserUI.ChangeToParentDirectoryAction

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

protected class BasicFileChooserUI.ChangeToParentDirectoryAction extends AbstractAction
Change to parent directory action.
  • Constructor Details

    • ChangeToParentDirectoryAction

      protected ChangeToParentDirectoryAction()
      Constructs a ChangeToParentDirectoryAction.
  • Method Details

    • actionPerformed

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