Package groovy.ui

Class ConsoleSupport


  • public abstract class ConsoleSupport
    extends java.lang.Object
    Base class for console
    • Constructor Detail

      • ConsoleSupport

        public ConsoleSupport()
    • Method Detail

      • addStylesToDocument

        protected void addStylesToDocument​(javax.swing.JTextPane outputArea)
      • getCommandStyle

        public javax.swing.text.Style getCommandStyle()
      • getOutputStyle

        public javax.swing.text.Style getOutputStyle()
      • getPromptStyle

        public javax.swing.text.Style getPromptStyle()
      • evaluate

        protected java.lang.Object evaluate​(java.lang.String text)
      • handleException

        protected abstract void handleException​(java.lang.String text,
                                                java.lang.Exception e)