Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.debug.ui.actions

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

See:
           Description

Interface Summary
IAddMemoryBlocksTarget An adapter for an "add memory block" operation.
IAddMemoryRenderingsTarget Adapter for the platform's retargettable "add memory rendering" action.
ILaunchable Interface used to tag objects as launchable.
IRunToLineTarget An adapter for a "run to line" operation.
IToggleBreakpointsTarget An adapter to support breakpoint creation/deletion for an active part or selection within an active part.
IToggleBreakpointsTargetExtension Extension interface for IToggleBreakpointsTarget.
IToggleBreakpointsTargetFactory A toggle breakpoints target factory creates one or more toggle breakpoint targets.
IVariableValueEditor A variable value editor allows the user to edit a variable's value.
IWatchExpressionFactoryAdapter An optional adapter used to create a watch expression for a selected variable.
IWatchExpressionFactoryAdapter2 An optional adapter used to create a watch expression for a selected element.
IWatchExpressionFactoryAdapterExtension Optional extension to the watch expression factory adapter to dynamically enable the 'Create Watch Expression' action, based on the selected variable.
 

Class Summary
AbstractLaunchHistoryAction Abstract implementation of an action that displays a drop-down launch history for a specific launch group.
AbstractLaunchToolbarAction A launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.
AddMemoryRenderingActionDelegate A cascade menu to add a memory rendering to the memory view.
ContextualLaunchAction An action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.
DebugAction Action to launch the last launch configuration that was successfully launched, in debug mode.
ExportBreakpointsOperation Exports breakpoints to a file or string buffer.
ImportBreakpointsOperation Imports breakpoints from a file or string buffer into the workspace.
LaunchAction Launches a launch configuration in a specific mode.
LaunchAsAction Deprecated. The use of perspective based launch shortcuts has been deprecated in the 3.1 release.
LaunchShortcutsAction A cascading sub-menu that shows all launch shortcuts pertinent to a selection.
OpenLaunchDialogAction Opens the launch configuration dialog in the context of a launch group.
RulerBreakpointAction Abstract action that works on breakpoints in the vertical ruler.
RulerBreakpointTypesActionDelegate Breakpoint ruler pop-up action that creates a sub-menu to select the currently active breakpoint type.
RulerEnableDisableBreakpointActionDelegate Toggles enablement of a breakpoint in a vertical ruler.
RulerToggleBreakpointActionDelegate Toggles a breakpoint when ruler is double-clicked.
RunAction Action to launch the last launch configuration that was successfully launched, in run mode.
RunToLineActionDelegate A run to line action that can be contributed to a an editor or view.
RunToLineHandler Handles a run to line operation.
ToggleBreakpointAction Action to toggle a breakpoint in a vertical ruler of a workbench part containing a document.
ToggleMethodBreakpointActionDelegate A toggle method breakpoint action that can be contributed an object contribution.
ToggleWatchpointActionDelegate A toggle watchpoint action that can be contributed an object contribution.
 

Package org.eclipse.debug.ui.actions Description

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

Package Specification

This package provides a set of actions related to running and debugging applications.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire