Package groovy.ui
Class ConsoleSupport
- java.lang.Object
-
- groovy.ui.ConsoleSupport
-
@Deprecated public abstract class ConsoleSupport extends Object
Deprecated.Base class for console
-
-
Constructor Summary
Constructors Constructor Description ConsoleSupport()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddStylesToDocument(JTextPane outputArea)Deprecated.protected Objectevaluate(String text)Deprecated.StylegetCommandStyle()Deprecated.StylegetOutputStyle()Deprecated.StylegetPromptStyle()Deprecated.GroovyShellgetShell()Deprecated.protected abstract voidhandleException(String text, Exception e)Deprecated.
-
-
-
Method Detail
-
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.
-
-