Uses of Class
adams.gui.core.StyledTextEditorPanel
-
Packages that use StyledTextEditorPanel Package Description adams.gui.core adams.gui.goe adams.gui.scripting -
-
Uses of StyledTextEditorPanel in adams.gui.core
Subclasses of StyledTextEditorPanel in adams.gui.core Modifier and Type Class Description classAbstractTextEditorPanelWithSimpleSyntaxHighlightingA panel that allows the editing of text, including undo/redo support, and custom syntax highlighting.classBooleanExpressionEditorPanelText editor pane with syntax highlighting for boolean expressions.classLookUpUpdateEditorPanelText editor pane with syntax highlighting for lookup updates.classMathematicalExpressionEditorPanelText editor pane with syntax highlighting for mathematical expressions.classSpreadSheetFormulaEditorPanelText editor pane with syntax highlighting for spreadsheet formula.classSpreadSheetQueryEditorPanelText editor pane with syntax highlighting for spreadsheet formula.classStringExpressionEditorPanelText editor pane with syntax highlighting for boolean expressions.Fields in adams.gui.core declared as StyledTextEditorPanel Modifier and Type Field Description protected StyledTextEditorPanelConsolePanel.OutputPanel. m_TextAreathe text area for the output. -
Uses of StyledTextEditorPanel in adams.gui.goe
Fields in adams.gui.goe declared as StyledTextEditorPanel Modifier and Type Field Description protected StyledTextEditorPanelAbstractSimpleScriptEditor. m_TextStatementThe text area with the script. -
Uses of StyledTextEditorPanel in adams.gui.scripting
Subclasses of StyledTextEditorPanel in adams.gui.scripting Modifier and Type Class Description classScriptingTextEditorPanelA text editor panel with syntax highlighting for the scripting commands in the GUI.
-