Class JndiPropertyEditor
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.ComboBox<String>>
ru.cg.webbpm.studio.subsystems.jndi.editor.JndiPropertyEditor
- All Implemented Interfaces:
PropertyEditor
public class JndiPropertyEditor
extends SimplePropertyEditor<String,javafx.scene.control.ComboBox<String>>
- Author:
- Tim Urmancheev
-
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
ConstructorsConstructorDescriptionJndiPropertyEditor
(PropertyEditorContext editorContext, Collection<String> allResources) -
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.beans.property.Property<String>
getValueProperty
(javafx.scene.control.ComboBox<String> control) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
bindListeners, createEditorPane, valueProperty
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
JndiPropertyEditor
-
-
Method Details
-
getValueProperty
protected javafx.beans.property.Property<String> getValueProperty(javafx.scene.control.ComboBox<String> control) - Specified by:
getValueProperty
in classSimplePropertyEditor<String,
javafx.scene.control.ComboBox<String>>
-