org.eclipse.debug.ui.actions
Class LaunchAction

public class LaunchAction
extends Action
Launches a launch configuration in a specific mode.

Clients are not intended to subclass this class; clients may instantiate this class.

Since2.1
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
LaunchAction( ILaunchConfiguration configuration, String mode )
Constucts an action that launches the specified launch configuration in the specified mode.
Method Summary
void run()
No description provided.
void runWithEvent( Event event )
If the user has control-clicked the launch history item, open the launch configuration dialog on the launch configuration, rather than running it.
LaunchAction
public LaunchAction ( ILaunchConfiguration configuration, String mode )
Constucts an action that launches the specified launch configuration in the specified mode.
Parameters
TypeNameDescription
ILaunchConfiguration configuration launch configuration
String mode launch mode - one of ILaunchManager.RUN_MODE or ILaunchManager.DEBUG_MODE
Wiki javadoc Use textile entry format.
Add your comments here.
run
public void run ( )
No description provided.
Overrides method in Action
Returns void No description provided.
See also
Wiki javadoc Use textile entry format.
Add your comments here.
runWithEvent
public void runWithEvent ( Event event )
If the user has control-clicked the launch history item, open the launch configuration dialog on the launch configuration, rather than running it.
Overrides method in Action
Parameters
TypeNameDescription
Event event No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.