Module java.desktop

Class BasicDesktopPaneUI.NavigateAction

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

protected class BasicDesktopPaneUI.NavigateAction extends AbstractAction
Handles navigating to the next internal frame.
  • Constructor Details

    • NavigateAction

      protected NavigateAction()
      Constructs a NavigateAction.
  • Method Details

    • actionPerformed

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