Package Summary  Overview Summary

class:BasicDesktopPaneUI.CloseAction [NONE]

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

protected class BasicDesktopPaneUI.CloseActionextends AbstractAction
Handles closing an internal frame.

constructor:BasicDesktopPaneUI.CloseAction() [NONE]

  • CloseAction

    protected CloseAction()
    Constructs a CloseAction.

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:

    © 2023 Oracle Corporation and/or its affiliates