Module java.desktop

Class BasicInternalFrameTitlePane.MaximizeAction

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

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

    • MaximizeAction

      public MaximizeAction()
      Constructs a new instance of a MaximizeAction.
  • 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