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 class
AbstractTextEditorPanelWithSimpleSyntaxHighlighting
A panel that allows the editing of text, including undo/redo support, and custom syntax highlighting.class
BooleanExpressionEditorPanel
Text editor pane with syntax highlighting for boolean expressions.class
LookUpUpdateEditorPanel
Text editor pane with syntax highlighting for lookup updates.class
MathematicalExpressionEditorPanel
Text editor pane with syntax highlighting for mathematical expressions.class
SpreadSheetFormulaEditorPanel
Text editor pane with syntax highlighting for spreadsheet formula.class
SpreadSheetQueryEditorPanel
Text editor pane with syntax highlighting for spreadsheet formula.class
SQLSyntaxEditorPanel
Text editor pane with SQL syntax highlighting.class
StringExpressionEditorPanel
Text editor pane with syntax highlighting for boolean expressions.Fields in adams.gui.core declared as StyledTextEditorPanel Modifier and Type Field Description protected StyledTextEditorPanel
ConsolePanel.OutputPanel. m_TextArea
the 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 StyledTextEditorPanel
AbstractSimpleScriptEditor. m_TextStatement
The text area with the script. -
Uses of StyledTextEditorPanel in adams.gui.scripting
Subclasses of StyledTextEditorPanel in adams.gui.scripting Modifier and Type Class Description class
ScriptingTextEditorPanel
A text editor panel with syntax highlighting for the scripting commands in the GUI.
-