Module java.desktop

Class BasicFileChooserUI.GoHomeAction

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

protected class BasicFileChooserUI.GoHomeAction extends AbstractAction
Acts on the "home" key event or equivalent event.
  • Constructor Details

    • GoHomeAction

      protected GoHomeAction()
      Constructs a GoHomeAction.
  • Method Details

    • actionPerformed

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