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
    • isEnabled

      public boolean isEnabled()
      Description copied from class: AbstractAction
      Returns true if the action is enabled.
      Specified by:
      isEnabled in interface Action
      Overrides:
      isEnabled in class AbstractAction
      Returns:
      true if the action is enabled, false otherwise
      See Also: