Class BpmnVariableWithValueScriptEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.BpmnVariableWithValueEditor
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.BpmnVariableWithValueScriptEditor
- All Implemented Interfaces:
ScriptEditor
public class BpmnVariableWithValueScriptEditor
extends BpmnVariableWithValueEditor
implements ScriptEditor
- Author:
- Tim Urmancheev
-
Constructor Summary
ConstructorsConstructorDescriptionBpmnVariableWithValueScriptEditor
(String processId, Script script, BpmnManager bpmnVariableManager, Alerts alerts, Runnable onModified) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.BpmnVariableWithValueEditor
getNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ScriptEditor
getNode
-
Constructor Details
-
BpmnVariableWithValueScriptEditor
public BpmnVariableWithValueScriptEditor(String processId, Script script, BpmnManager bpmnVariableManager, Alerts alerts, Runnable onModified)
-