Class JepSyntaxEditorPanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class JepSyntaxEditorPanel
    extends adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
    Text editor pane with Python syntax highlighting.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • JepSyntaxEditorPanel

        public JepSyntaxEditorPanel()
    • Method Detail

      • getSyntaxStyle

        protected String getSyntaxStyle()
        Returns the syntax style to use.
        Specified by:
        getSyntaxStyle in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
        Returns:
        style
        See Also:
        RSyntaxTextArea
      • getScript

        public JepScript getScript()
        Returns the current script.
        Returns:
        the script