Class PythonDebugModelPresentation
java.lang.Object
org.eclipse.ease.ui.debugging.model.AbstractEaseDebugModelPresentation
org.eclipse.ease.lang.python.debugger.model.PythonDebugModelPresentation
- All Implemented Interfaces:
org.eclipse.debug.ui.IDebugModelPresentation
,org.eclipse.debug.ui.ISourcePresentation
,org.eclipse.jface.viewers.IBaseLabelProvider
,org.eclipse.jface.viewers.ILabelProvider
public class PythonDebugModelPresentation extends AbstractEaseDebugModelPresentation implements org.eclipse.debug.ui.IDebugModelPresentation
-
Field Summary
Fields inherited from interface org.eclipse.debug.ui.IDebugModelPresentation
DISPLAY_VARIABLE_TYPE_NAMES
-
Constructor Summary
Constructors Constructor Description PythonDebugModelPresentation()
-
Method Summary
Modifier and Type Method Description void
computeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener)
String
getEditorId(org.eclipse.ui.IEditorInput input, Object element)
Methods inherited from class org.eclipse.ease.ui.debugging.model.AbstractEaseDebugModelPresentation
addListener, dispose, getEditorInput, getImage, getText, isLabelProperty, removeListener, setAttribute
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
Methods inherited from interface org.eclipse.debug.ui.IDebugModelPresentation
getImage, getText, setAttribute
Methods inherited from interface org.eclipse.debug.ui.ISourcePresentation
getEditorInput
-
Constructor Details
-
PythonDebugModelPresentation
public PythonDebugModelPresentation()
-
-
Method Details
-
getEditorId
- Specified by:
getEditorId
in interfaceorg.eclipse.debug.ui.ISourcePresentation
-
computeDetail
public void computeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener)- Specified by:
computeDetail
in interfaceorg.eclipse.debug.ui.IDebugModelPresentation
-