Package groovy.ui

Class ConsoleSupport

java.lang.Object
groovy.ui.ConsoleSupport

@Deprecated
public abstract class ConsoleSupport
extends java.lang.Object
Deprecated.
Base class for console
  • Constructor Summary

    Constructors
    Constructor Description
    ConsoleSupport()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    protected void addStylesToDocument​(javax.swing.JTextPane outputArea)
    Deprecated.
     
    protected java.lang.Object evaluate​(java.lang.String text)
    Deprecated.
     
    javax.swing.text.Style getCommandStyle()
    Deprecated.
     
    javax.swing.text.Style getOutputStyle()
    Deprecated.
     
    javax.swing.text.Style getPromptStyle()
    Deprecated.
     
    GroovyShell getShell()
    Deprecated.
     
    protected abstract void handleException​(java.lang.String text, java.lang.Exception e)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConsoleSupport

      public ConsoleSupport()
      Deprecated.
  • Method Details

    • addStylesToDocument

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

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

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

      public javax.swing.text.Style getPromptStyle()
      Deprecated.
    • getShell

      public GroovyShell getShell()
      Deprecated.
    • evaluate

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

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