| org.netbeans.core.actions.SystemExit
SystemExit | public class SystemExit extends CallableSystemAction implements Runnable(Code) | | Shut down the system.
author: Ian Formanek, Jesse Glick, et al. |
asynchronous | protected boolean asynchronous()(Code) | | |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | Help context where to find more about the action.
the help context for this action |
getName | public String getName()(Code) | | Human presentable name of the action. This should be
presented as an item in a menu.
the name of the action |
initialize | protected void initialize()(Code) | | |
performAction | public void performAction()(Code) | | |
|
|