Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IActionDelegate

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

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

org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

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

Classes in org.eclipse.debug.internal.ui.actions that implement IActionDelegate
 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 IActionDelegate in org.eclipse.debug.ui.actions
 

Classes in org.eclipse.debug.ui.actions that implement IActionDelegate
 class AbstractLaunchHistoryAction
          Abstract implementation of an action that displays a drop-down launch history for a specific launch group.
 class AbstractLaunchToolbarAction
          A launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.
 class DebugAction
          Action to launch the last launch configuration that was successfully launched, in debug mode.
 class LaunchAsAction
          A cascading sub-menu that shows all launch shortcuts pertinent to a launch group.
 class OpenLaunchDialogAction
          Opens the launch configuration dialog in the context of a launch group.
 class RunAction
          Action to launch the last launch configuration that was successfully launched, in run mode.
 

Uses of IActionDelegate in org.eclipse.help.ui.browser
 

Classes in org.eclipse.help.ui.browser that implement IActionDelegate
 class LaunchURL
          Action that launches a URL in a browser.
 

Uses of IActionDelegate in org.eclipse.ui
 

Subinterfaces of IActionDelegate in org.eclipse.ui
 interface IActionDelegate2
          Interface extension to IActionDelegate adding lifecycle methods.
 interface IEditorActionDelegate
          Interface for an action that is contributed into an editor-activated menu or tool bar.
 interface IObjectActionDelegate
          Interface for an object action that is contributed into a popup menu for a view or editor.
 interface IViewActionDelegate
          Interface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.
 interface IWorkbenchWindowActionDelegate
          Interface for an action that is contributed into the workbench window menu or tool bar.
 interface IWorkbenchWindowPulldownDelegate
          Interface for a pulldown action that is contributed into the workbench window tool bar.
 interface IWorkbenchWindowPulldownDelegate2
          Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item.
 

Uses of IActionDelegate in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement IActionDelegate
 class ActionDelegate
          Abstract base implementation of IActionDelegate and IActionDelegate2 for a client delegate action.
 

Uses of IActionDelegate in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IActionDelegate
 class AbstractRulerActionDelegate
          This class serves as an adapter for actions contributed to the vertical ruler's context menu.
 class BookmarkRulerAction
          Adapter for the managing bookmark action.
 class SelectRulerAction
          Adapter for the select marker action.
 class TaskRulerAction
          Adapter for the marker ruler action creating/removing tasks.
 


Eclipse Platform
2.1

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