Package | Description |
---|---|
weka.gui.scripting | |
weka.gui.scripting.event |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScript
Represents a Groovy script.
|
class |
JythonScript
Represents a Jython script.
|
Modifier and Type | Method and Description |
---|---|
Script |
Script.ScriptThread.getOwner()
Returns the owner.
|
Modifier and Type | Method and Description |
---|---|
static void |
Script.runScript(Script script,
String[] args)
Runs the specified script.
|
Constructor and Description |
---|
GroovyScript.GroovyThread(Script owner,
String[] args)
Initializes the thread.
|
JythonScript.JythonThread(Script owner,
String[] args)
Initializes the thread.
|
Script.ScriptThread(Script owner,
String[] args)
Initializes the thread.
|
Modifier and Type | Method and Description |
---|---|
Script |
ScriptExecutionEvent.getScript()
Returns the script that triggered the event.
|
Constructor and Description |
---|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type)
Initializes the event.
|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type,
Object additional)
Initializes the event.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.