Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.debug.internal.ui.actions

Class Summary
AbstractDebugActionDelegate  
AbstractListenerActionDelegate  
AbstractRemoveActionDelegate  
AbstractRemoveAllActionDelegate  
ActionMessages  
AddToFavoritesAction Adds the selected launch configuration to the launch favorites.
AddWatchExpressionAction Open a watch expression dialog and add the created watch expression to the expression view.
AssignValueAction  
ChangeVariableValueAction Action for changing the value of primitives and String variables.
ChangeVariableValueInputDialog A simple input dialog for soliciting an input string from the user.
CollapseAllAction CollapseAllAction
ConvertToWatchExpressionAction Convert one or more expressions to the equivalent watch expressions.
CopyToClipboardActionDelegate  
CopyVariablesToClipboardActionDelegate Used to copy the values of variables to the clipboard from the Variables and Expression views.
DebugAsAction "Debug As" action in the top level "Run" menu.
DebugContextualLaunchAction  
DebugHistoryMenuAction Debug history menu in the top-level "Run" menu.
DebugLastAction Relaunches the last debug-mode launch
DebugToolbarAction Debug drop-down history/favorites action.
DisableBreakpointsAction  
DisableWatchExpressionAction  
DisconnectActionDelegate  
EditLaunchConfigurationAction Opens the launch configuration dialog on a single launch configuration, based on the the launch associated with the selected element.
EditWatchExpressionAction Open the watch expression dialog for the select watch expression.
EnableBreakpointsAction  
EnableWatchExpressionAction  
ExecutionAction This is the super class of the Run & Debug actions which appears in the desktop menu and toolbar.
FollowHyperlinkAction Follows a hyperlink in the console
KeyBindingFollowHyperlinkAction A follow hyperlink action that is always enabled but reports problems when a run fails.
LaunchablePropertyTester Tests if an object is launchable.
LaunchShortcutAction Launch shortcut action (proxy to a launch shortcut extension)
LinkBreakpointsWithDebugViewAction An action which toggles the "Link with Debug View" preference on a breakpoints view.
OpenBreakpointMarkerAction  
OpenDebugConfigurations Opens the launch config dialog on the debug launch group.
OpenProfileConfigurations Opens the launch config dialog on the run launch group.
OpenRunConfigurations Opens the launch config dialog on the run launch group.
ProfileAsAction "Profile As" action in the top level "Run" menu.
ProfileContextualLaunchAction  
ProfileHistoryMenuAction Profile history menu in the top-level "Run" menu.
ProfileLastAction Relaunches the last profile-mode launch
ProfileToolbarAction Profile drop-down history/favorites action.
ReevaluateWatchExpressionAction Ask to re-evaluate one or more watch expressions in the context of the currently selected thread.
RelaunchActionDelegate  
RelaunchLastAction Relaunches the last launch.
RemoveAllBreakpointsAction Removes all breakpoints from the source (markers) and remove all breakpoints from processes
RemoveAllExpressionsAction Removes all expressions from the expressions view.
RemoveAllTerminatedAction Removes all terminated/detached launches from the active debug view.
RemoveBreakpointAction  
RemoveExpressionAction  
ResumeActionDelegate  
RetargetAction Global retargettable debug action.
RetargetAction.EmptySelection  
RetargetBreakpointAction Retargettable breakpoint action.
RetargetMethodBreakpointAction Global retargettable toggle method breakpoint action.
RetargetRunToLineAction Global retargettable run to line action.
RetargetToggleLineBreakpointAction Global retargettable toggle line breakpoint action.
RetargetWatchpointAction Global retargettable toggle watchpoint action.
RunAsAction "Run As" action in the top level "Run" menu.
RunContextualLaunchAction  
RunHistoryMenuAction Run history menu in the top-level "Run" menu.
RunLastAction Relaunches the last run-mode launch
RunToolbarAction Run drop-down history/favorites action.
SelectAllAction  
SelectAllBreakpointsAction  
SelectAllExpressionsAction  
SelectAllVariablesAction  
ShowSupportedBreakpointsAction An view filter action that filters showing breakpoints based on whether the IDebugTarget of the selected debug element in the launch view supports the breakpoints.
ShowTypesAction An action that toggles the state of a viewer to show/hide type names of variables.
SkipAllBreakpointsAction An action which toggles the breakpoint manager's enablement.
StatusDialog An abstract base class for dialogs with a status bar and ok/cancel buttons.
StatusInfo A settable IStatus.
StepActionDelegate  
StepIntoActionDelegate  
StepOverActionDelegate  
StepReturnActionDelegate  
SuspendActionDelegate  
TerminateActionDelegate  
TerminateAllAction Terminates all launches.
TerminateAndRemoveActionDelegate  
ToggleBreakpointObjectActionDelegate A toggle breakpoint action that can be contributed to an object.
ToggleDetailPaneAction Action that controls the appearance of the details pane in debug views such as the VariablesView and the ExpressionsView.
ToggleFilterAction A generic Toggle filter action, meant to be subclassed to provide a specific filter.
ToggleStepFiltersActionDelegate Turns step filters on/off for a selected target.
ViewManagementAction An action which opens the view management preference page.
WatchAction  
WatchExpressionAction Generic abstract class for the actions associated to the java watch expressions.
WatchExpressionDialog Dialog for edit watch expression.