Class ConditionOnePropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.ConditionOnePropertyEditor
- All Implemented Interfaces:
PropertyEditor
Deprecated.
- Author:
- Abdulin Ildar
-
Constructor Summary
ConstructorsConstructorDescriptionConditionOnePropertyEditor
(PropertyValue conditionProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Deprecated.Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину
-
Constructor Details
-
ConditionOnePropertyEditor
public ConditionOnePropertyEditor(PropertyValue conditionProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) Deprecated.
-
-
Method Details
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Deprecated.Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину- Specified by:
createEditorPane
in interfacePropertyEditor
-