Uses of Class
weka.gui.scripting.Script
-
Uses of Script in weka.gui.scripting
Modifier and TypeClassDescriptionclass
Represents a Groovy script.class
Represents a Jython script.Modifier and TypeMethodDescriptionstatic void
Runs the specified script.ModifierConstructorDescriptionGroovyThread
(Script owner, String[] args) Initializes the thread.JythonThread
(Script owner, String[] args) Initializes the thread.ScriptThread
(Script owner, String[] args) Initializes the thread. -
Uses of Script in weka.gui.scripting.event
Modifier and TypeMethodDescriptionScriptExecutionEvent.getScript()
Returns the script that triggered the event.ModifierConstructorDescriptionScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type) Initializes the event.ScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type, Object additional) Initializes the event.