[Java] Class ConsoleSupport

  • groovy.ui.ConsoleSupport

Base class for console

Authors:
James Strachan

Methods Summary

Methods
Type Params Return Type Name and description
protected void addStylesToDocument(JTextPane outputArea)
protected Object evaluate(String text)
Style getCommandStyle()
Style getOutputStyle()
Style getPromptStyle()
GroovyShell getShell()
protected void handleException(String text, Exception e)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

protected void addStylesToDocument(JTextPane outputArea)

protected Object evaluate(String text)

public Style getCommandStyle()

public Style getOutputStyle()

public Style getPromptStyle()

public GroovyShell getShell()

protected void handleException(String text, Exception e)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/ui/ConsoleSupport.html