Class DebugModelPresentation

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.viewers.BaseLabelProvider
org.eclipse.jface.viewers.LabelProvider
org.eclipse.emf.mwe.internal.ui.debug.model.ui.DebugModelPresentation
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 DebugModelPresentation extends org.eclipse.jface.viewers.LabelProvider implements org.eclipse.debug.ui.IDebugModelPresentation
Renders debug elements for display in several views; compare to org.eclipse.jdt.internal.debug.ui.JDIModelPresentation
  • Field Summary

    Fields inherited from interface org.eclipse.debug.ui.IDebugModelPresentation

    DISPLAY_VARIABLE_TYPE_NAMES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    computeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener)
     
    getEditorId(org.eclipse.ui.IEditorInput input, Object element)
     
    org.eclipse.ui.IEditorInput
     
    org.eclipse.swt.graphics.Image
    getImage(Object element)
     
    getText(Object element)
     
    void
    setAttribute(String attribute, Object value)
     

    Methods inherited from class org.eclipse.jface.viewers.LabelProvider

    createImageProvider, createTextImageProvider, createTextProvider

    Methods inherited from class org.eclipse.jface.viewers.BaseLabelProvider

    addListener, dispose, fireLabelProviderChanged, isLabelProperty, removeListener

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider

    addListener, dispose, isLabelProperty, removeListener
  • Constructor Details

    • DebugModelPresentation

      public DebugModelPresentation()
  • Method Details

    • setAttribute

      public void setAttribute(String attribute, Object value)
      Specified by:
      setAttribute in interface org.eclipse.debug.ui.IDebugModelPresentation
    • getImage

      public org.eclipse.swt.graphics.Image getImage(Object element)
      Specified by:
      getImage in interface org.eclipse.debug.ui.IDebugModelPresentation
      Specified by:
      getImage in interface org.eclipse.jface.viewers.ILabelProvider
      Overrides:
      getImage in class org.eclipse.jface.viewers.LabelProvider
    • getText

      public String getText(Object element)
      Specified by:
      getText in interface org.eclipse.debug.ui.IDebugModelPresentation
      Specified by:
      getText in interface org.eclipse.jface.viewers.ILabelProvider
      Overrides:
      getText in class org.eclipse.jface.viewers.LabelProvider
    • computeDetail

      public void computeDetail(org.eclipse.debug.core.model.IValue value, org.eclipse.debug.ui.IValueDetailListener listener)
      Specified by:
      computeDetail in interface org.eclipse.debug.ui.IDebugModelPresentation
    • getEditorInput

      public org.eclipse.ui.IEditorInput getEditorInput(Object element)
      Specified by:
      getEditorInput in interface org.eclipse.debug.ui.ISourcePresentation
    • getEditorId

      public String getEditorId(org.eclipse.ui.IEditorInput input, Object element)
      Specified by:
      getEditorId in interface org.eclipse.debug.ui.ISourcePresentation