javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.CloseAction

public class BasicInternalFrameTitlePane.CloseAction extends AbstractAction

The Action responsible for closing the JInternalFrame.

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
CloseAction()
Creates a new action.
Method Summary
voidactionPerformed(ActionEvent e)
This method is called when something closes the JInternalFrame.

Constructor Detail

CloseAction

public CloseAction()
Creates a new action.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called when something closes the JInternalFrame.

Parameters: e The ActionEvent.