Class BusinessProcessPropertyEditorImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<String,BusinessProcessComboBox>
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.BusinessProcessPropertyEditorImpl
- All Implemented Interfaces:
PropertyEditor
public class BusinessProcessPropertyEditorImpl
extends SimplePropertyEditor<String,BusinessProcessComboBox>
-
Property Summary
Properties inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
value
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
control, value
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
documentation, editorContext, label, metadataManager, onModified, propertyContext, propertyValue, propertyValueManager, scriptEditorManager, tooltip
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessProcessPropertyEditorImpl
(PropertyEditorContext editorContext, FileBasedIndex fileBasedIndex, ProjectManager projectManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bindListeners
(javafx.beans.property.Property<String> valueProperty) protected javafx.beans.property.Property<String>
getValueProperty
(BusinessProcessComboBox control) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
createEditorPane, valueProperty
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
BusinessProcessPropertyEditorImpl
public BusinessProcessPropertyEditorImpl(PropertyEditorContext editorContext, FileBasedIndex fileBasedIndex, ProjectManager projectManager)
-
-
Method Details
-
bindListeners
- Overrides:
bindListeners
in classSimplePropertyEditor<String,
BusinessProcessComboBox>
-
getValueProperty
- Specified by:
getValueProperty
in classSimplePropertyEditor<String,
BusinessProcessComboBox>
-