Package | Description |
---|---|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
Modifier and Type | Interface and Description |
---|---|
interface |
IToggleBreakpointsTargetExtension
Extension interface for
IToggleBreakpointsTarget . |
interface |
IToggleBreakpointsTargetExtension2
Extension interface for
IToggleBreakpointsTargetExtension . |
Modifier and Type | Method and Description |
---|---|
IToggleBreakpointsTarget |
IToggleBreakpointsTargetFactory.createToggleTarget(String targetID)
Creates and returns a toggle breakpoint target corresponding to the
given identifier that this factory can produce (according to
IToggleBreakpointsTargetFactory.getToggleTargets(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection) ). |
IToggleBreakpointsTarget |
IToggleBreakpointsTargetManager.getToggleBreakpointsTarget(IWorkbenchPart part,
ISelection selection)
Given the ID of toggle breakpoint target, this method will try to find the factory
that creates it and return an instance of it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ToggleMethodBreakpointActionDelegate.performAction(IToggleBreakpointsTarget target,
IWorkbenchPart part,
ISelection selection) |
protected void |
ToggleWatchpointActionDelegate.performAction(IToggleBreakpointsTarget target,
IWorkbenchPart part,
ISelection selection) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.