javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.RestoreAction

public class BasicInternalFrameTitlePane.RestoreAction extends AbstractAction

This Action is responsible for restoring the JInternalFrame. Restoring the JInternalFrame is the same as setting the maximum property to false.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Constructor Summary
RestoreAction()
Creates a new action.
Method Summary
voidactionPerformed(ActionEvent e)
This method is called when the user wants to restore the JInternalFrame.

Constructor Detail

RestoreAction

public RestoreAction()
Creates a new action.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called when the user wants to restore the JInternalFrame.

Parameters: e The ActionEvent.