Class StringPropertyEditor
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,javafx.scene.control.TextField>
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.StringPropertyEditor
- All Implemented Interfaces:
PropertyEditor
public class StringPropertyEditor
extends SimplePropertyEditor<String,javafx.scene.control.TextField>
user: Ildar date: 14.04.15
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bindListeners
(javafx.beans.property.Property<String> valueProperty) protected javafx.beans.property.Property<String>
getValueProperty
(javafx.scene.control.TextField 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
-
StringPropertyEditor
-
-
Method Details
-
bindListeners
- Overrides:
bindListeners
in classSimplePropertyEditor<String,
javafx.scene.control.TextField>
-
getValueProperty
protected javafx.beans.property.Property<String> getValueProperty(javafx.scene.control.TextField control) - Specified by:
getValueProperty
in classSimplePropertyEditor<String,
javafx.scene.control.TextField>
-