public abstract class ConsoleSupport extends Object
Constructor | Description |
---|---|
ConsoleSupport() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
addStylesToDocument(JTextPane outputArea) |
|
protected Object |
evaluate(String text) |
|
Style |
getCommandStyle() |
|
Style |
getOutputStyle() |
|
Style |
getPromptStyle() |
|
GroovyShell |
getShell() |
|
protected abstract void |
handleException(String text,
Exception e) |
protected void addStylesToDocument(JTextPane outputArea)
public Style getCommandStyle()
public Style getOutputStyle()
public Style getPromptStyle()
public GroovyShell getShell()