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 Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
canModify
-
Constructor Details
-
BslVariableCellModifier
public BslVariableCellModifier()
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceICellModifier
- Overrides:
getValue
in classorg.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
-
modify
- Specified by:
modify
in interfaceICellModifier
- Overrides:
modify
in classorg.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier
-
modifyWithType
Modify value.- Parameters:
variable
- modifiable BSL variable, cannot benull
value
- new variable value, cannot benull
type
- new type, cannot benull
-