javax.swing.plaf.basic

Class BasicDesktopPaneUI.MaximizeAction

protected class BasicDesktopPaneUI.MaximizeAction extends AbstractAction

This helper class is used to handle key events that cause JInternalFrames to be maximized.
Method Summary
voidactionPerformed(ActionEvent e)
This method is called when the action is performed.
booleanisEnabled()
This method returns whether the action is enabled.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called when the action is performed.

Parameters: e The ActionEvent.

isEnabled

public boolean isEnabled()
This method returns whether the action is enabled.

Returns: Whether the action is enabled.