Module java.desktop

Class BasicInternalFrameTitlePane.CloseAction

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

public class BasicInternalFrameTitlePane.CloseAction extends AbstractAction
This class should be treated as a "protected" inner class. Instantiate it only within subclasses of Foo.
  • Constructor Details

    • CloseAction

      public CloseAction()
      Constructs a new instance of a CloseAction.
  • Method Details

    • actionPerformed

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