Module java.desktop

Class BasicFileChooserUI.UpdateAction

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

protected class BasicFileChooserUI.UpdateAction extends AbstractAction
Rescans the files in the current directory
  • Constructor Details

    • UpdateAction

      protected UpdateAction()
      Constructs an UpdateAction.
  • Method Details

    • actionPerformed

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