javax.swing.plaf.basic

Class BasicDesktopPaneUI.NavigateAction

protected class BasicDesktopPaneUI.NavigateAction extends AbstractAction

This helper class is used to handle key events that pass the SELECTED property to the next JInternalFrame in the JDesktopPane's list of children.
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.