Module java.desktop

Class BasicDesktopPaneUI.CloseAction

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

protected class BasicDesktopPaneUI.CloseAction extends AbstractAction
Handles closing an internal frame.
  • Constructor Details

    • CloseAction

      protected CloseAction()
      Constructs a CloseAction.
  • 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