Uses of Class
adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting
-
Packages that use AbstractTextEditorPanelWithSimpleSyntaxHighlighting Package Description adams.gui.core adams.gui.scripting adams.parser -
-
Uses of AbstractTextEditorPanelWithSimpleSyntaxHighlighting in adams.gui.core
Subclasses of AbstractTextEditorPanelWithSimpleSyntaxHighlighting in adams.gui.core Modifier and Type Class Description 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.Methods in adams.gui.core that return AbstractTextEditorPanelWithSimpleSyntaxHighlighting Modifier and Type Method Description abstract AbstractTextEditorPanelWithSimpleSyntaxHighlightingAbstractSimpleScript. getTextEditorPanel()Returns the configured text editor panel to use in the GOE. -
Uses of AbstractTextEditorPanelWithSimpleSyntaxHighlighting in adams.gui.scripting
Subclasses of AbstractTextEditorPanelWithSimpleSyntaxHighlighting in adams.gui.scripting Modifier and Type Class Description classScriptingTextEditorPanelA text editor panel with syntax highlighting for the scripting commands in the GUI. -
Uses of AbstractTextEditorPanelWithSimpleSyntaxHighlighting in adams.parser
Methods in adams.parser that return AbstractTextEditorPanelWithSimpleSyntaxHighlighting Modifier and Type Method Description AbstractTextEditorPanelWithSimpleSyntaxHighlightingBooleanExpressionText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.AbstractTextEditorPanelWithSimpleSyntaxHighlightingLookUpUpdateText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.AbstractTextEditorPanelWithSimpleSyntaxHighlightingMathematicalExpressionText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.AbstractTextEditorPanelWithSimpleSyntaxHighlightingSpreadSheetFormulaText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.AbstractTextEditorPanelWithSimpleSyntaxHighlightingSpreadSheetQueryText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.AbstractTextEditorPanelWithSimpleSyntaxHighlightingStringExpressionText. getTextEditorPanel()Returns the configured text editor panel to use in the GOE.
-