Package groovy.ui

Class ConsoleSupport

java.lang.Object
groovy.ui.ConsoleSupport

@Deprecated
public abstract class ConsoleSupport
extends Object
Deprecated.
Base class for console
  • Constructor Details

    • ConsoleSupport

      public ConsoleSupport()
      Deprecated.
  • Method Details

    • addStylesToDocument

      protected void addStylesToDocument​(JTextPane outputArea)
      Deprecated.
    • getCommandStyle

      public Style getCommandStyle()
      Deprecated.
    • getOutputStyle

      public Style getOutputStyle()
      Deprecated.
    • getPromptStyle

      public Style getPromptStyle()
      Deprecated.
    • getShell

      public GroovyShell getShell()
      Deprecated.
    • evaluate

      protected Object evaluate​(String text)
      Deprecated.
    • handleException

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