javax.swing.plaf.basic

Class BasicDesktopPaneUI.OpenAction

protected class BasicDesktopPaneUI.OpenAction extends AbstractAction

This helper class is used to restore the JInternalFrame to its original size before maximizing or iconifying.
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 this action is enabled.