|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResumeAtLineTarget
An adapter for a "resume at line" operation.
Method Summary | |
---|---|
boolean |
canResumeAtLine(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection,
org.eclipse.debug.core.model.ISuspendResume target)
Returns whether a resume at line operation can be performed on the given element that is currently selected and suspended in the Debug view. |
void |
resumeAtLine(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection,
org.eclipse.debug.core.model.ISuspendResume target)
Perform a resume at line operation on the given element that is currently selected and suspended in the Debug view. |
Method Detail |
---|
void resumeAtLine(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection, org.eclipse.debug.core.model.ISuspendResume target) throws org.eclipse.core.runtime.CoreException
part
- the part on which the action has been invokedselection
- the selection on which the action has been invokedtarget
- suspended element to perform the "resume at line" action on
org.eclipse.core.runtime.CoreException
- if unable to perform the actionboolean canResumeAtLine(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection, org.eclipse.debug.core.model.ISuspendResume target)
part
- the part on which the action has been invokedselection
- the selection on which the action has been invokedtarget
- suspended element to perform the "resume at line" action on
org.eclipse.core.runtime.CoreException
- if unable to perform the action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |