public abstract class LineBreakpointAdapter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LineBreakpointAdapter.ForVirtualProject |
Constructor and Description |
---|
LineBreakpointAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canToggleLineBreakpoints(IWorkbenchPart part,
ISelection selection) |
boolean |
canToggleMethodBreakpoints(IWorkbenchPart part,
ISelection selection) |
boolean |
canToggleWatchpoints(IWorkbenchPart part,
ISelection selection) |
protected abstract java.lang.String |
getDebugModelId() |
protected abstract ITextEditor |
getEditor(IWorkbenchPart part)
Returns the editor being used to edit a PDA file, associated with the given
part, or
null if none. |
void |
toggleLineBreakpoints(IWorkbenchPart part,
ISelection selection) |
void |
toggleMethodBreakpoints(IWorkbenchPart part,
ISelection selection) |
void |
toggleWatchpoints(IWorkbenchPart part,
ISelection selection) |
public void toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException
CoreException
public boolean canToggleLineBreakpoints(IWorkbenchPart part, ISelection selection)
protected abstract ITextEditor getEditor(IWorkbenchPart part)
null
if none.part
- workbench partnull
if noneprotected abstract java.lang.String getDebugModelId()
public void toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException
CoreException
public boolean canToggleMethodBreakpoints(IWorkbenchPart part, ISelection selection)
public void toggleWatchpoints(IWorkbenchPart part, ISelection selection) throws CoreException
CoreException
public boolean canToggleWatchpoints(IWorkbenchPart part, ISelection selection)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.