Package org.eclipse.m2m.atl.adt.debug.ui
Class AtlDebugModelPresentation
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.viewers.BaseLabelProvider
org.eclipse.jface.viewers.LabelProvider
org.eclipse.m2m.atl.adt.debug.ui.AtlDebugModelPresentation
- 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 AtlDebugModelPresentation
extends org.eclipse.jface.viewers.LabelProvider
implements org.eclipse.debug.ui.IDebugModelPresentation
A debug model presentation is responsible for providing labels, images, and editors associated with debug
elements in a specific debug model. To allow for an extensible configuration, IDebugModelPresentation
interface defines a setAttribute method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIf you add a constant here, look in the class AtlVariable if the value is not already used.Fields inherited from interface org.eclipse.debug.ui.IDebugModelPresentation
DISPLAY_VARIABLE_TYPE_NAMES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener) org.eclipse.ui.IEditorInputReturns the disassembly editor.getEditorId(org.eclipse.ui.IEditorInput input, Object element) org.eclipse.ui.IEditorInputgetEditorInput(Object element) org.eclipse.swt.graphics.ImagevoidsetAttribute(String attribute, Object value) Methods inherited from class org.eclipse.jface.viewers.LabelProvider
createImageProvider, createTextImageProvider, createTextProviderMethods inherited from class org.eclipse.jface.viewers.BaseLabelProvider
addListener, dispose, fireLabelProviderChanged, isLabelProperty, removeListenerMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
-
Field Details
-
BREAKPOINT
public static final int BREAKPOINTIf you add a constant here, look in the class AtlVariable if the value is not already used.- See Also:
-
-
Constructor Details
-
AtlDebugModelPresentation
public AtlDebugModelPresentation()
-
-
Method Details
-
setAttribute
- Specified by:
setAttributein interfaceorg.eclipse.debug.ui.IDebugModelPresentation- See Also:
-
getImage
- Specified by:
getImagein interfaceorg.eclipse.debug.ui.IDebugModelPresentation- Specified by:
getImagein interfaceorg.eclipse.jface.viewers.ILabelProvider- Overrides:
getImagein classorg.eclipse.jface.viewers.LabelProvider- See Also:
-
getText
- Specified by:
getTextin interfaceorg.eclipse.debug.ui.IDebugModelPresentation- Specified by:
getTextin interfaceorg.eclipse.jface.viewers.ILabelProvider- Overrides:
getTextin classorg.eclipse.jface.viewers.LabelProvider- See Also:
-
computeDetail
public void computeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener) - Specified by:
computeDetailin interfaceorg.eclipse.debug.ui.IDebugModelPresentation- See Also:
-
getDisassemblyEditorInput
Returns the disassembly editor.- Parameters:
frame- the frame context- Returns:
- the disassembly editor
-
getEditorInput
- Specified by:
getEditorInputin interfaceorg.eclipse.debug.ui.ISourcePresentation- See Also:
-
getEditorId
- Specified by:
getEditorIdin interfaceorg.eclipse.debug.ui.ISourcePresentation- See Also:
-