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
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. 
- 
Constructor Details
- 
ConsoleSupport
public ConsoleSupport()Deprecated. 
 - 
 - 
Method Details
- 
addStylesToDocument
Deprecated. - 
getCommandStyle
Deprecated. - 
getOutputStyle
Deprecated. - 
getPromptStyle
Deprecated. - 
getShell
Deprecated. - 
evaluate
Deprecated. - 
handleException
Deprecated. 
 -