Package groovy.ui
Class ConsoleSupport
java.lang.Object
groovy.ui.ConsoleSupport
@Deprecated
public abstract class ConsoleSupport
extends java.lang.Object
Deprecated.
Base class for console
- 
Constructor SummaryConstructors Constructor Description ConsoleSupport()Deprecated.
- 
Method SummaryModifier and Type Method Description protected voidaddStylesToDocument(javax.swing.JTextPane outputArea)Deprecated.protected java.lang.Objectevaluate(java.lang.String text)Deprecated.javax.swing.text.StylegetCommandStyle()Deprecated.javax.swing.text.StylegetOutputStyle()Deprecated.javax.swing.text.StylegetPromptStyle()Deprecated.GroovyShellgetShell()Deprecated.protected abstract voidhandleException(java.lang.String text, java.lang.Exception e)Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ConsoleSupportpublic ConsoleSupport()Deprecated.
 
- 
- 
Method Details- 
addStylesToDocumentprotected void addStylesToDocument(javax.swing.JTextPane outputArea)Deprecated.
- 
getCommandStylepublic javax.swing.text.Style getCommandStyle()Deprecated.
- 
getOutputStylepublic javax.swing.text.Style getOutputStyle()Deprecated.
- 
getPromptStylepublic javax.swing.text.Style getPromptStyle()Deprecated.
- 
getShellDeprecated.
- 
evaluateprotected java.lang.Object evaluate(java.lang.String text)Deprecated.
- 
handleExceptionprotected abstract void handleException(java.lang.String text, java.lang.Exception e)Deprecated.
 
-