java.lang.Object
com.inductiveautomation.ignition.designer.scripteditor.component.CodeEditorFactory

public class CodeEditorFactory extends Object
A factory for creating code editors, based on CodeEditor.

Since 8.3.0, no longer supported for use with Python; PythonTextArea is the modern alternative.

See Also:
  • PythonTextArea
  • ExtensionFunctionPanel
  • Method Details

    • newXMLEditor

      public static com.jidesoft.editor.CodeEditor newXMLEditor()
    • newSQLEditor

      public static com.jidesoft.editor.CodeEditor newSQLEditor()
    • newExpressionLanguageEditor

      public static com.jidesoft.editor.CodeEditor newExpressionLanguageEditor(FunctionFactory functionFactory)