Uses of Interface
ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context.ScriptContext
Packages that use ScriptContext
Package
Description
-
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context
Subinterfaces of ScriptContext in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context
Classes in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context that implement ScriptContext -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context that return types with arguments of type ScriptContextModifier and TypeMethodDescriptionjavafx.collections.ObservableList<ScriptContext>
PageObjectContext.getScripts()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context with parameters of type ScriptContextModifier and TypeMethodDescriptionvoid
PageObjectContext.removeScript
(ScriptContext scriptContext) -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context
Classes in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that implement ScriptContextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that return types with arguments of type ScriptContextModifier and TypeMethodDescriptionjavafx.collections.ObservableList<ScriptContext>
PageObjectContextImpl.getScripts()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type ScriptContextModifier and TypeMethodDescriptionvoid
PageObjectContextImpl.removeScript
(ScriptContext scriptContext) -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector with parameters of type ScriptContextModifier and TypeMethodDescriptionprotected ScriptComponentEditor
PackageComponentPageObjectInspector.buildScriptComponentEditor
(ScriptContext scriptContext) protected ScriptComponentEditor
PageObjectInspector.buildScriptComponentEditor
(ScriptContext scriptContext) -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base declared as ScriptContextModifier and TypeFieldDescriptionprotected final ScriptContext
ObjectRefPropertyEditor.scriptContext
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ScriptContextModifierConstructorDescriptionObjectRefPropertyEditor
(ComplexValue rootValue, ScriptContext scriptContext, Runnable onModified) ObjectRefWithValuePropertyEditor
(ComplexValue rootProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ObjectValueClassPropertyEditor
(ComplexValue objectValueProperty, ClassRef parameterClassRef, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) -
Uses of ScriptContext in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ScriptContextModifierConstructorDescriptionActionPropertyEditor
(ComplexValue actionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) ActionsPropertyEditor
(PropertyValue actionsValue, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) AnyPropertyEditorWithOperations
(ComplexValue conditionProperty, PropertyValue staticValue, String label, String tooltip, String documentation, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) ConditionFirstPartPropertyEditor
(ComplexValue propertyValue, BpmnManager bpmnManager, BpmnEditorHelper bpmnEditorHelper, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) ConditionGroupPropertyEditor
(PropertyValue conditionGroupProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, Runnable onModified) ConditionOnePropertyEditor
(PropertyValue conditionProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) Deprecated.ConditionSecondPartPropertyEditor
(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType) EventRefPropertyEditor
(ComplexValue value, ScriptContext scriptContext, Runnable onModified) EventRefsPropertyEditor
(PropertyValue property, ScriptContext context, Runnable onModified) ObjectPropertyEditorWithOperations
(ComplexValue conditionProperty, ComplexValue objectValue, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ValidationActionEditor
(PropertyValue validationActionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified)