Class CodeEditorFactory
java.lang.Object
com.inductiveautomation.ignition.designer.scripteditor.component.CodeEditorFactory
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 Summary
Modifier and TypeMethodDescriptionstatic com.jidesoft.editor.CodeEditor
newExpressionLanguageEditor
(FunctionFactory functionFactory) static com.jidesoft.editor.CodeEditor
static com.jidesoft.editor.CodeEditor
-
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)
-