org.drools.eclipse.editors
Class DroolsLineBreakpointAdapter
java.lang.Object
org.drools.eclipse.editors.DroolsLineBreakpointAdapter
- All Implemented Interfaces:
- org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
public class DroolsLineBreakpointAdapter
- extends Object
- implements org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
|
Method Summary |
boolean |
canToggleLineBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
boolean |
canToggleMethodBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
boolean |
canToggleWatchpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
void |
toggleLineBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
void |
toggleMethodBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
void |
toggleWatchpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DroolsLineBreakpointAdapter
public DroolsLineBreakpointAdapter()
canToggleLineBreakpoints
public boolean canToggleLineBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
canToggleLineBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
canToggleMethodBreakpoints
public boolean canToggleMethodBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
canToggleMethodBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
canToggleWatchpoints
public boolean canToggleWatchpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
canToggleWatchpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
toggleLineBreakpoints
public void toggleLineBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
throws org.eclipse.core.runtime.CoreException
- Specified by:
toggleLineBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
- Throws:
org.eclipse.core.runtime.CoreException
toggleMethodBreakpoints
public void toggleMethodBreakpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
throws org.eclipse.core.runtime.CoreException
- Specified by:
toggleMethodBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
- Throws:
org.eclipse.core.runtime.CoreException
toggleWatchpoints
public void toggleWatchpoints(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
throws org.eclipse.core.runtime.CoreException
- Specified by:
toggleWatchpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
- Throws:
org.eclipse.core.runtime.CoreException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.