Methods from org.eclipse.debug.core used by org.eclipse.datatools.sqltools.debugger.core.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.debug.core.DebugEvent.getKind()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.view.internal.DebugEventListener.handleDebugEvents(DebugEvent[])37

org.eclipse.debug.core.DebugPlugin.getBreakpointManager()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.AbstractBreakpointRulerAction.determineBreakpoint()50
org.eclipse.datatools.sqltools.debugger.actions.ManageBreakpointRulerAction.run()174
org.eclipse.datatools.sqltools.debugger.actions.ToggleBreakpointAdapter.toggleLineBreakpoints(IEditorPart, int)90
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)201
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)215
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getBreakpoint(IMarker)378

org.eclipse.debug.core.DebugPlugin.getDefault()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.AbstractBreakpointRulerAction.determineBreakpoint()50
org.eclipse.datatools.sqltools.debugger.actions.ManageBreakpointRulerAction.run()174
org.eclipse.datatools.sqltools.debugger.actions.ToggleBreakpointAdapter.toggleLineBreakpoints(IEditorPart, int)90
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)201
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)215
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getBreakpoint(IMarker)378
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.launch_debug(ILaunchConfiguration, String, ILaunch, IProgressMonitor)279

org.eclipse.debug.core.DebugPlugin.getLaunchManager()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.launch_debug(ILaunchConfiguration, String, ILaunch, IProgressMonitor)279

org.eclipse.debug.core.DebugPlugin.getUniqueIdentifier()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.initializeSourceLocators()351

org.eclipse.debug.core.IBreakpointManager.getBreakpoint(IMarker)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getBreakpoint(IMarker)378

org.eclipse.debug.core.IBreakpointManager.getBreakpoints(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.AbstractBreakpointRulerAction.determineBreakpoint()50

org.eclipse.debug.core.IBreakpointManager.removeBreakpoint(IBreakpoint, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.ToggleBreakpointAdapter.toggleLineBreakpoints(IEditorPart, int)90
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)201
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)215

org.eclipse.debug.core.ILaunch.addDebugTarget(IDebugTarget)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.launch_debug(ILaunchConfiguration, String, ILaunch, IProgressMonitor)262

org.eclipse.debug.core.ILaunch.setSourceLocator(ISourceLocator)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.launch_debug(ILaunchConfiguration, String, ILaunch, IProgressMonitor)258

org.eclipse.debug.core.ILaunchManager.removeLaunch(ILaunch)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.launching.SPDebuggerLaunchConfigurationDelegate.launch_debug(ILaunchConfiguration, String, ILaunch, IProgressMonitor)279

org.eclipse.debug.core.model.Breakpoint.getMarker()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.AbstractBreakpointRulerAction.breakpointAtRulerLine(SPLineBreakpoint)116

org.eclipse.debug.core.model.Breakpoint.setRegistered(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)220
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.runOne(IProgressMonitor, ProcIdentifier, SPLineBreakpoint, int, int)222

org.eclipse.debug.core.model.IBreakpoint.delete()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.ManageBreakpointRulerAction.run()181

org.eclipse.debug.core.model.IBreakpoint.isEnabled()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.EnableDisableBreakpointRulerAction.run()46
org.eclipse.datatools.sqltools.debugger.actions.EnableDisableBreakpointRulerAction.update()70

org.eclipse.debug.core.model.IBreakpoint.setEnabled(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.EnableDisableBreakpointRulerAction.run()46

org.eclipse.debug.core.model.IDebugElement.getModelIdentifier()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.view.internal.DebugEventListener.handleDebugEvents(DebugEvent[])37

org.eclipse.debug.core.model.IDisconnect.isDisconnected()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getText(Object)256

org.eclipse.debug.core.model.IErrorReportingExpression.getErrorMessages()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getWatchExpressionText(IWatchExpression)333

org.eclipse.debug.core.model.IErrorReportingExpression.hasErrors()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getWatchExpressionText(IWatchExpression)331

org.eclipse.debug.core.model.IExpression.getExpressionText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getExpressionText(IExpression)310
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getWatchExpressionText(IWatchExpression)337

org.eclipse.debug.core.model.IExpression.getValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getExpressionText(IExpression)309

org.eclipse.debug.core.model.ITerminate.isTerminated()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getText(Object)248

org.eclipse.debug.core.model.IThread.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getThreadText(IThread)432

org.eclipse.debug.core.model.IValue.getReferenceTypeName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.getTypeName(IVariable)266

org.eclipse.debug.core.model.IValue.getValueString()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.computeDetail(IValue, IValueDetailListener)86
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getValueText(IValue)293
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getVariableText(IVariable)415
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.appendVariable(StringBuffer, IVariable)241

org.eclipse.debug.core.model.IVariable.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getVariableText(IVariable)415
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.appendVariable(StringBuffer, IVariable)237
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.getHoverInfo(ITextViewer, IRegion)208

org.eclipse.debug.core.model.IVariable.getValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getVariableText(IVariable)414
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.appendVariable(StringBuffer, IVariable)241
org.eclipse.datatools.sqltools.debugger.editorext.SQLDebugHover.getTypeName(IVariable)265

org.eclipse.debug.core.model.LineBreakpoint.getLineNumber()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.datatools.sqltools.debugger.actions.AbstractBreakpointRulerAction.breakpointAtRulerLine(SPLineBreakpoint)129
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob.run(IProgressMonitor)170
org.eclipse.datatools.sqltools.debugger.debug.SPModelPresentation.getBreakpointText(IBreakpoint)359

Back to reference summary for org.eclipse.datatools.sqltools.debugger.core.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict