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 Link icon

    • CloseAction Link icon

      protected CloseAction()
      Constructs a CloseAction.
  • Method Details Link icon

    • actionPerformed Link icon

      public void actionPerformed(ActionEvent evt)
      Description copied from interface: ActionListener
      Invoked when an action occurs.
      Parameters:
      evt - the event to be processed