Package groovy.ui
Class ConsoleSupport
- java.lang.Object
- 
- groovy.ui.ConsoleSupport
 
- 
 public abstract class ConsoleSupport extends java.lang.ObjectBase class for console
- 
- 
Constructor SummaryConstructors Constructor Description ConsoleSupport()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddStylesToDocument(javax.swing.JTextPane outputArea)protected java.lang.Objectevaluate(java.lang.String text)javax.swing.text.StylegetCommandStyle()javax.swing.text.StylegetOutputStyle()javax.swing.text.StylegetPromptStyle()GroovyShellgetShell()protected abstract voidhandleException(java.lang.String text, java.lang.Exception e)
 
- 
- 
- 
Method Detail- 
addStylesToDocumentprotected void addStylesToDocument(javax.swing.JTextPane outputArea) 
 - 
getCommandStylepublic javax.swing.text.Style getCommandStyle() 
 - 
getOutputStylepublic javax.swing.text.Style getOutputStyle() 
 - 
getPromptStylepublic javax.swing.text.Style getPromptStyle() 
 - 
getShellpublic GroovyShell getShell() 
 - 
evaluateprotected java.lang.Object evaluate(java.lang.String text) 
 - 
handleExceptionprotected abstract void handleException(java.lang.String text, java.lang.Exception e)
 
- 
 
-