Uses of Class
adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
-
Packages that use AbstractTextAreaPanelWithAdvancedSyntaxHighlighting Package Description adams.core.base adams.core.scripting adams.gui.core adams.gui.goe -
-
Uses of AbstractTextAreaPanelWithAdvancedSyntaxHighlighting in adams.core.base
Methods in adams.core.base that return AbstractTextAreaPanelWithAdvancedSyntaxHighlighting Modifier and Type Method Description AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
XSLTStyleSheet. getTextAreaPanel()
Returns the configured text editor panel to use in the GOE. -
Uses of AbstractTextAreaPanelWithAdvancedSyntaxHighlighting in adams.core.scripting
Methods in adams.core.scripting that return AbstractTextAreaPanelWithAdvancedSyntaxHighlighting Modifier and Type Method Description AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
GroovyScript. getTextAreaPanel()
Returns the configured text editor panel to use in the GOE. -
Uses of AbstractTextAreaPanelWithAdvancedSyntaxHighlighting in adams.gui.core
Subclasses of AbstractTextAreaPanelWithAdvancedSyntaxHighlighting in adams.gui.core Modifier and Type Class Description class
DefaultTextAreaPanelWithAdvancedSyntaxHighlighting
Text area with no syntax highlighting by default.class
GroovySyntaxEditorPanel
Text editor pane with Groovy syntax highlighting.class
XSLTSyntaxEditorPanel
Text editor pane with XSLT syntax highlighting (actually XML).Methods in adams.gui.core that return AbstractTextAreaPanelWithAdvancedSyntaxHighlighting Modifier and Type Method Description abstract AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
AbstractAdvancedScript. getTextAreaPanel()
Returns the configured text area panel to use in the GOE. -
Uses of AbstractTextAreaPanelWithAdvancedSyntaxHighlighting in adams.gui.goe
Fields in adams.gui.goe declared as AbstractTextAreaPanelWithAdvancedSyntaxHighlighting Modifier and Type Field Description protected AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
AbstractAdvancedScriptEditor. m_TextStatement
The text area with the script.
-