Class BslVariableCellModifier

java.lang.Object
org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
com._1c.g5.v8.dt.internal.debug.ui.variables.BslVariableCellModifier
All Implemented Interfaces:
ICellModifier

public class BslVariableCellModifier extends org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
DefaultVariableCellModifier customization for BSL variables.
  • Constructor Details

    • BslVariableCellModifier

      public BslVariableCellModifier()
  • Method Details

    • getValue

      public Object getValue(Object element, String property)
      Specified by:
      getValue in interface ICellModifier
      Overrides:
      getValue in class org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
    • modify

      public void modify(Object element, String property, Object value)
      Specified by:
      modify in interface ICellModifier
      Overrides:
      modify in class org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
    • modifyWithType

      protected <T> void modifyWithType(IBslVariable variable, T value, Class<T> type)
      Modify value.
      Parameters:
      variable - modifiable BSL variable, cannot be null
      value - new variable value, cannot be null
      type - new type, cannot be null