|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Script | |
|---|---|
| weka.gui.scripting | |
| weka.gui.scripting.event | |
| Uses of Script in weka.gui.scripting |
|---|
| Subclasses of Script in weka.gui.scripting | |
|---|---|
class |
GroovyScript
Represents a Groovy script. |
class |
JythonScript
Represents a Jython script. |
| Methods in weka.gui.scripting that return Script | |
|---|---|
Script |
Script.ScriptThread.getOwner()
Returns the owner. |
| Methods in weka.gui.scripting with parameters of type Script | |
|---|---|
static void |
Script.runScript(Script script,
String[] args)
Runs the specified script. |
| Constructors in weka.gui.scripting with parameters of type Script | |
|---|---|
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. |
|
| Uses of Script in weka.gui.scripting.event |
|---|
| Methods in weka.gui.scripting.event that return Script | |
|---|---|
Script |
ScriptExecutionEvent.getScript()
Returns the script that triggered the event. |
| Constructors in weka.gui.scripting.event with parameters of type Script | |
|---|---|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type)
Initializes the event. |
|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type,
Object additional)
Initializes the event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||