putValue(NAME, "Stop Server"); putValue(SHORT_DESCRIPTION, "Stop"); putValue(LONG_DESCRIPTION, "Stop Server"); putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F6, 0)); this.mWorkspace = workspace;
executeBackgroundTask(mWorkspace.stopServer());