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

    • CloseAction Link icon

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

    • actionPerformed Link icon

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