Eclipse Platform
2.0

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:
IActionDelegateWithEvent

public final class RunAction
extends org.eclipse.debug.internal.ui.actions.ExecutionAction

Action to launch the last launch configuration that was succuessfully launched, in run mode. If no configurations have been launched, the launch configuration dialog is opened.

This class is not intended to be subclassed. This class may be instantiated.

Since:
2.0

Constructor Summary
RunAction()
           
 
Method Summary
protected  String getMode()
          Returns the mode of a launcher to use for this action
 
Methods inherited from class org.eclipse.debug.internal.ui.actions.ExecutionAction
runWithEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunAction

public RunAction()
Method Detail

getMode

protected String getMode()
Description copied from class: org.eclipse.debug.internal.ui.actions.ExecutionAction
Returns the mode of a launcher to use for this action

Specified by:
getMode in class org.eclipse.debug.internal.ui.actions.ExecutionAction
See Also:
ExecutionAction.getMode()

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.