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 void
addStylesToDocument(JTextPane outputArea)
Deprecated.protected Object
evaluate(String text)
Deprecated.Style
getCommandStyle()
Deprecated.Style
getOutputStyle()
Deprecated.Style
getPromptStyle()
Deprecated.GroovyShell
getShell()
Deprecated.protected abstract void
handleException(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.
-