Package | Description |
---|---|
org.q.app.engine.script |
Package for invoking javax.script's in a hassle free manner.
|
Modifier and Type | Method and Description |
---|---|
<E> E |
SwingScript.invoke(ScriptConfig config,
ScriptInvocation invocation)
Invoke the supplied invocations.
|
<E> E |
SwingScript.invoke(ScriptInvocation invocation)
Invoke the supplied invocations.
|