protected class

BasicDesktopPaneUI.MaximizeAction

extends AbstractAction
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction

Class Overview

Handles maximizing an internal frame.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Protected Constructors
BasicDesktopPaneUI.MaximizeAction()
Public Methods
void actionPerformed(ActionEvent evt)
boolean isEnabled()
Returns true if the action is enabled.
[Expand]
Inherited Methods
From class javax.swing.AbstractAction
From class java.lang.Object
From interface java.awt.event.ActionListener
From interface javax.swing.Action

Protected Constructors

protected BasicDesktopPaneUI.MaximizeAction ()

Public Methods

public void actionPerformed (ActionEvent evt)

public boolean isEnabled ()

Returns true if the action is enabled.

Returns
  • true if the action is enabled, false otherwise