|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonController
griffon.plugins.slideware.GroovyCodeEditorController
class GroovyCodeEditorController extends AbstractGriffonController
| Field Summary | |
|---|---|
private int |
maxOutputChars
|
private int |
scriptCount
|
private GroovyShell |
shell
|
private SystemOutputInterceptor |
systemOutInterceptor
|
| Property Summary | |
|---|---|
def |
model
|
def |
runAction
|
def |
view
|
| Constructor Summary | |
GroovyCodeEditorController()
|
|
| Method Summary | |
|---|---|
private void
|
appendOutput(String text, AttributeSet style)
|
private void
|
appendOutput(Object object, AttributeSet style)
|
private void
|
appendOutputNl(def text, def style)
|
private void
|
appendStacktrace(def text)
|
private void
|
clearOutput()
|
private void
|
ensureNoDocLengthOverflow(def doc)
|
private void
|
finishException(def t)
|
private void
|
finishNormal(def result)
|
void
|
mvcGroupInit(Map args)
|
private void
|
popOutputWindow()
|
private void
|
reportException(Throwable t)
|
| Field Detail |
|---|
private int maxOutputChars
private int scriptCount
private GroovyShell shell
private SystemOutputInterceptor systemOutInterceptor
| Property Detail |
|---|
def model
def runAction
def view
| Constructor Detail |
|---|
GroovyCodeEditorController()
| Method Detail |
|---|
private void appendOutput(String text, AttributeSet style)
private void appendOutput(Object object, AttributeSet style)
private void appendOutputNl(def text, def style)
private void appendStacktrace(def text)
private void clearOutput()
private void ensureNoDocLengthOverflow(def doc)
@Threading(Threading.Policy.INSIDE_UITHREAD_ASYNC) private void finishException(def t)
@Threading(Threading.Policy.INSIDE_UITHREAD_ASYNC) private void finishNormal(def result)
void mvcGroupInit(Map args)
@Threading(Threading.Policy.INSIDE_UITHREAD_ASYNC) private void popOutputWindow()
private void reportException(Throwable t)
Groovy Documentation