java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ScriptEditorUtils

public final class ScriptEditorUtils extends Object
Author:
Abdulin Ildar
  • 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

      public static javafx.scene.layout.HBox createBoxedLabel(String labelText, javafx.beans.property.SimpleBooleanProperty requiredProperty, String tooltipText, String documentation)
    • createLabel

      public static javafx.scene.control.Label createLabel(String labelText, javafx.beans.property.SimpleBooleanProperty requiredProperty, String tooltipText, String documentation)
    • getDisplayLabel

      public static String getDisplayLabel(String label)
    • getFieldName

      public static String getFieldName(FieldMetadata metadata, String keyPrefix)
    • getEventPropertyName

      public static String getEventPropertyName(FieldMetadata metadata, String keyPrefix)
    • getMethodName

      public static String getMethodName(String keyPrefix, String methodName)
    • getFieldTooltip

      public static String getFieldTooltip(FieldMetadata metadata, String keyPrefix)
    • helpBox

      public static javafx.scene.layout.Pane helpBox(String message, ScriptEditorUtils.MessageType type)