Class AbstractLaunchToolbarAction

java.lang.Object
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
org.eclipse.debug.ui.actions.AbstractLaunchToolbarAction
All Implemented Interfaces:
org.eclipse.debug.internal.ui.ILaunchHistoryChangedListener, IActionDelegate, IActionDelegate2, IWorkbenchWindowActionDelegate, IWorkbenchWindowPulldownDelegate, IWorkbenchWindowPulldownDelegate2

public class AbstractLaunchToolbarAction extends AbstractLaunchHistoryAction
A launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.

Clients may subclass this class.

Since:
2.1
  • Constructor Details

    • AbstractLaunchToolbarAction

      public AbstractLaunchToolbarAction(String launchGroupIdentifier)
      Constructs a launch toolbar action.
      Parameters:
      launchGroupIdentifier - unique identifier of the launch group extension that this action displays a launch history, shortcuts, and launch configuration dialog for.
  • Method Details