Class BslWatchExpressionLabelProvider

java.lang.Object
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider
org.eclipse.debug.internal.ui.model.elements.DebugElementLabelProvider
org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider
org.eclipse.debug.internal.ui.model.elements.ExpressionLabelProvider
com._1c.g5.v8.dt.internal.debug.ui.variables.BslWatchExpressionLabelProvider
All Implemented Interfaces:
org.eclipse.debug.internal.ui.viewers.model.provisional.IElementLabelProvider

public class BslWatchExpressionLabelProvider extends org.eclipse.debug.internal.ui.model.elements.ExpressionLabelProvider
BSL-specific extension of ExpressionLabelProvider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
    getLabel(TreePath elementPath, org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext context, String columnId)
     

    Methods inherited from class org.eclipse.debug.internal.ui.model.elements.ExpressionLabelProvider

    getExpressionName, getExpressionValueText, getForeground

    Methods inherited from class org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider

    getBackground, getColumnText, getFontData, getImageDescriptor, getValueText, getValueTypeName, getVariableName, getVariableTypeName

    Methods inherited from class org.eclipse.debug.internal.ui.model.elements.DebugElementLabelProvider

    getModelPresentation, requiresUIJob

    Methods inherited from class org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider

    getChecked, getGrayed, getImageDescriptor, getLabel, getRule, retrieveLabel, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BslWatchExpressionLabelProvider

      public BslWatchExpressionLabelProvider()
  • Method Details

    • escapeSpecialChars

      protected String escapeSpecialChars(String label)
      Overrides:
      escapeSpecialChars in class org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider
    • getLabel

      protected String getLabel(TreePath elementPath, org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext context, String columnId) throws org.eclipse.core.runtime.CoreException
      Overrides:
      getLabel in class org.eclipse.debug.internal.ui.model.elements.ExpressionLabelProvider
      Throws:
      org.eclipse.core.runtime.CoreException