Package groovy.console.ui
Class ConsoleSupport
- java.lang.Object
- 
- groovy.console.ui.ConsoleSupport
 
- 
 public abstract class ConsoleSupport extends Object Base class for console
- 
- 
Constructor SummaryConstructors Constructor Description ConsoleSupport()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddStylesToDocument(JTextPane outputArea)protected Objectevaluate(String text)StylegetCommandStyle()StylegetOutputStyle()StylegetPromptStyle()GroovyShellgetShell()protected abstract voidhandleException(String text, Exception e)
 
- 
- 
- 
Method Detail- 
addStylesToDocumentprotected void addStylesToDocument(JTextPane outputArea) 
 - 
getCommandStylepublic Style getCommandStyle() 
 - 
getOutputStylepublic Style getOutputStyle() 
 - 
getPromptStylepublic Style getPromptStyle() 
 - 
getShellpublic GroovyShell getShell() 
 
- 
 
-