Package groovy.ui
Class ConsoleSupport
- java.lang.Object
- 
- groovy.ui.ConsoleSupport
 
- 
 @Deprecated public abstract class ConsoleSupport extends Object Deprecated.Base class for console
- 
- 
Constructor SummaryConstructors Constructor Description ConsoleSupport()Deprecated.
 - 
Method SummaryAll 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- 
addStylesToDocumentprotected void addStylesToDocument(JTextPane outputArea) Deprecated.
 - 
getCommandStylepublic Style getCommandStyle() Deprecated.
 - 
getOutputStylepublic Style getOutputStyle() Deprecated.
 - 
getPromptStylepublic Style getPromptStyle() Deprecated.
 - 
getShellpublic GroovyShell getShell() Deprecated.
 
- 
 
-