public abstract class JsBreakpointPropertiesAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JsBreakpointPropertiesAction.Exception |
static class |
JsBreakpointPropertiesAction.Line |
Constructor and Description |
---|
JsBreakpointPropertiesAction() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
isCorrectType(IBreakpoint breakpoint) |
void |
run(IAction action) |
protected static void |
runAction(IBreakpoint breakpoint,
IShellProvider shell) |
void |
selectionChanged(IAction action,
ISelection selection) |
void |
setActivePart(IAction action,
IWorkbenchPart targetPart) |
public void setActivePart(IAction action, IWorkbenchPart targetPart)
public void run(IAction action)
public void selectionChanged(IAction action, ISelection selection)
protected abstract boolean isCorrectType(IBreakpoint breakpoint)
protected static void runAction(IBreakpoint breakpoint, IShellProvider shell)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.