Package Summary  Overview Summary

class:BasicDesktopPaneUI.MinimizeAction [NONE]

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicDesktopPaneUI

protected class BasicDesktopPaneUI.MinimizeAction
extends AbstractAction
Handles minimizing an internal frame.

constructor:BasicDesktopPaneUI.MinimizeAction() [NONE]

method:actionPerformed(java.awt.event.ActionEvent) [NONE]

  • actionPerformed

    public void actionPerformed?(ActionEvent evt)
    Description copied from interface: ActionListener
    Invoked when an action occurs.
    Parameters:
    evt - the event to be processed
  • method:isEnabled() [NONE]

    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:
    Action.isEnabled()

    © 2020 Oracle Corporation and/or its affiliates