Eclipse Platform
2.0

Uses of Interface
org.eclipse.ui.IActionDelegateWithEvent

Packages that use IActionDelegateWithEvent
org.eclipse.debug.internal.ui.actions   
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

 

Uses of IActionDelegateWithEvent in org.eclipse.debug.internal.ui.actions
 

Classes in org.eclipse.debug.internal.ui.actions that implement IActionDelegateWithEvent
 class org.eclipse.debug.internal.ui.actions.ExecutionAction
          This is the super class of the Run & Debug actions which appears in the desktop menu and toolbar.
 

Uses of IActionDelegateWithEvent in org.eclipse.debug.ui.actions
 

Classes in org.eclipse.debug.ui.actions that implement IActionDelegateWithEvent
 class DebugAction
          Action to launch the last launch configuration that was succuessfully launched, in debug mode.
 class RunAction
          Action to launch the last launch configuration that was succuessfully launched, in run mode.
 


Eclipse Platform
2.0

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