Package groovy.ui
Class ConsoleSupport
- java.lang.Object
-
- groovy.ui.ConsoleSupport
-
public abstract class ConsoleSupport extends Object
Base class for console
-
-
Constructor Summary
Constructors Constructor Description ConsoleSupport()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
addStylesToDocument(JTextPane outputArea)
protected Object
evaluate(String text)
Style
getCommandStyle()
Style
getOutputStyle()
Style
getPromptStyle()
GroovyShell
getShell()
protected abstract void
handleException(String text, Exception e)
-
-
-
Method Detail
-
addStylesToDocument
protected void addStylesToDocument(JTextPane outputArea)
-
getCommandStyle
public Style getCommandStyle()
-
getOutputStyle
public Style getOutputStyle()
-
getPromptStyle
public Style getPromptStyle()
-
getShell
public GroovyShell getShell()
-
-