Class ScriptEditorUtils
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ScriptEditorUtils
- Author:
- Abdulin Ildar
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType<?>
-
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.scene.layout.HBox
createBoxedLabel
(String labelText, javafx.beans.property.SimpleBooleanProperty requiredProperty, String tooltipText, String documentation) static javafx.scene.control.Label
createLabel
(String labelText, javafx.beans.property.SimpleBooleanProperty requiredProperty, String tooltipText, String documentation) static javafx.scene.layout.Pane
createPropertyEditorPane
(String label, AbstractPropertyEditor propertyEditor, String tooltip, String documentation, javafx.scene.Node editor) static String
getDisplayLabel
(String label) static String
getEventPropertyName
(FieldMetadata metadata, String keyPrefix) static String
getFieldName
(FieldMetadata metadata, String keyPrefix) static String
getFieldTooltip
(FieldMetadata metadata, String keyPrefix) static String
getMethodName
(String keyPrefix, String methodName) static javafx.scene.layout.Pane
helpBox
(String message, ScriptEditorUtils.MessageType type)
-
Field Details
-
NEIGHBOR_EDITOR_CHANGED_EVENT
public static final javafx.event.EventType<?> NEIGHBOR_EDITOR_CHANGED_EVENT
-
-
Method Details
-
createPropertyEditorPane
public static javafx.scene.layout.Pane createPropertyEditorPane(String label, AbstractPropertyEditor propertyEditor, String tooltip, String documentation, javafx.scene.Node editor) -
createBoxedLabel
-
createLabel
-
getDisplayLabel
-
getFieldName
-
getEventPropertyName
-
getMethodName
-
getFieldTooltip
-
helpBox
-