Uses of Interface
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ScriptEditorManager
Packages that use ScriptEditorManager
Package
Description
-
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector with parameters of type ScriptEditorManagerModifierConstructorDescriptionWebbpmServiceTaskInspector
(WebbpmServiceTaskContext context, ScriptEditorManager scriptEditorManager, MetadataManager metadataManager, Alerts alerts) WebbpmServiceTaskInspectorProviderImpl
(ScriptEditorManager scriptEditorManager, MetadataManager metadataManager, Alerts alerts) -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector
Fields in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector declared as ScriptEditorManagerModifier and TypeFieldDescriptionprotected final ScriptEditorManager
PageObjectInspector.scriptEditorManager
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector with parameters of type ScriptEditorManagerModifierConstructorDescriptionPackageComponentPageObjectInspector
(javafx.stage.Window owner, PageObjectContext context, ScriptEditorManager propertyEditorManager, MetadataManager metadataManager, PlatformModeService platformModeService, ComponentManager componentManager, NavigationManager navigationManager, FileTypeRegistry fileTypeRegistry, RpcSupportManager rpcSupportManager, Runnable onModified) PageObjectInspector
(javafx.stage.Window owner, PageObjectContext context, ScriptEditorManager scriptEditorManager, MetadataManager metadataManager, PlatformModeService platformModeService, ComponentManager componentManager, NavigationManager navigationManager, FileTypeRegistry fileTypeRegistry, RpcSupportManager rpcSupportManager, Runnable onModified) -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.script_editor.editor.api
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api declared as ScriptEditorManagerModifier and TypeFieldDescriptionprotected final ScriptEditorManager
AbstractPropertyEditor.scriptEditorManager
protected ScriptEditorManager
AbstractPropertyEditorProvider.scriptEditorManager
-
Uses of ScriptEditorManager 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 ScriptEditorManagerModifier and TypeFieldDescriptionprotected final ScriptEditorManager
ObjectRefWithValuePropertyEditor.scriptEditorManager
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ScriptEditorManagerModifier and TypeMethodDescriptionstatic LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getAdvancedNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) static LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getRegularNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ScriptEditorManagerModifierConstructorDescriptionObjectRefWithValuePropertyEditor
(ComplexValue rootProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ObjectValueClassPropertyEditor
(ComplexValue objectValueProperty, ClassRef parameterClassRef, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) ScriptEditorImpl
(Script script, Object context, ScriptEditorManager scriptEditorManager, Alerts alerts, Runnable onModified) -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean that return ScriptEditorManagerMethods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean with parameters of type ScriptEditorManagerModifier and TypeMethodDescriptionvoid
PropertyEditorContext.setScriptEditorManager
(ScriptEditorManager scriptEditorManager) -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.script_editor.editor.impl
Classes in ru.cg.webbpm.studio.subsystems.script_editor.editor.impl that implement ScriptEditorManager -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ScriptEditorManagerModifierConstructorDescriptionActionControllerEditor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) Deprecated.ActionControllerV2Editor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) ActionPropertyEditor
(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) ObjectPropertyEditorWithOperations
(ComplexValue conditionProperty, ComplexValue objectValue, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ValidationActionEditor
(PropertyValue validationActionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) ValidationControllerEditor
(Script script, ScriptEditorManager scriptEditorManager, Object context, Runnable onModified) -
Uses of ScriptEditorManager in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider with parameters of type ScriptEditorManagerModifierConstructorDescriptionActionControllerEditorProviderImpl
(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager) Deprecated.ActionControllerV2EditorProviderImpl
(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager) ValidationControllerEditorProviderImpl
(ScriptEditorManager scriptEditorManager)