Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.IWorkbenchWindowActionDelegate

Packages that use IWorkbenchWindowActionDelegate
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.  
 

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

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

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

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

Uses of IWorkbenchWindowActionDelegate in org.eclipse.ui
 

Subinterfaces of IWorkbenchWindowActionDelegate in org.eclipse.ui
 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.