Module java.desktop

Class BasicDesktopPaneUI.OpenAction

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

protected class BasicDesktopPaneUI.OpenAction extends AbstractAction
Handles restoring a minimized or maximized internal frame.
Since:
1.3
  • Constructor Details

    • OpenAction

      protected OpenAction()
      Constructs an OpenAction.
  • 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