Package org.eclipse.debug.ui.actions
Class RunAction
- java.lang.Object
-
- org.eclipse.debug.internal.ui.actions.ExecutionAction
-
- org.eclipse.debug.ui.actions.RunAction
-
- All Implemented Interfaces:
IActionDelegate,IActionDelegate2
public final class RunAction extends org.eclipse.debug.internal.ui.actions.ExecutionActionAction to launch the last launch configuration that was successfully launched, in run mode. If no configurations have been launched, the launch configuration dialog is opened.This class may be instantiated.
- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description RunAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMode()Returns the mode of a launcher to use for this action
-
-
-
Method Detail
-
getMode
protected String getMode()
Description copied from class:org.eclipse.debug.internal.ui.actions.ExecutionActionReturns the mode of a launcher to use for this action- Specified by:
getModein classorg.eclipse.debug.internal.ui.actions.ExecutionAction- See Also:
ExecutionAction.getMode()
-
-