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