javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.RestoreAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicInternalFrameTitlePane
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.
- See Also:
- Serialized Form
BasicInternalFrameTitlePane.RestoreAction
public BasicInternalFrameTitlePane.RestoreAction()
- Creates a new action.
actionPerformed
public void actionPerformed(ActionEvent e)
- This method is called when the user wants to restore the
JInternalFrame.
- Parameters:
e
- The ActionEvent.