Package groovy.console.ui
Class ConsoleSupport
java.lang.Object
groovy.console.ui.ConsoleSupport
public abstract class ConsoleSupport extends Object
Base class for console
-
Constructor Summary
Constructors Constructor Description ConsoleSupport() -
Method Summary
Modifier and Type Method Description protected voidaddStylesToDocument(JTextPane outputArea)protected Objectevaluate(String text)StylegetCommandStyle()StylegetOutputStyle()StylegetPromptStyle()GroovyShellgetShell()protected abstract voidhandleException(String text, Exception e)
-
Constructor Details
-
ConsoleSupport
public ConsoleSupport()
-
-
Method Details
-
addStylesToDocument
-
getCommandStyle
-
getOutputStyle
-
getPromptStyle
-
getShell
-
evaluate
-
handleException
-