Uses of Class
weka.gui.scripting.Script
Packages that use Script
-
Uses of Script in weka.gui.scripting
Subclasses of Script in weka.gui.scriptingModifier and TypeClassDescriptionclassRepresents a Groovy script.classRepresents a Jython script.Methods in weka.gui.scripting that return ScriptMethods in weka.gui.scripting with parameters of type ScriptModifier and TypeMethodDescriptionstatic voidRuns the specified script.Constructors in weka.gui.scripting with parameters of type ScriptModifierConstructorDescriptionGroovyThread(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
Methods in weka.gui.scripting.event that return ScriptModifier and TypeMethodDescriptionScriptExecutionEvent.getScript()Returns the script that triggered the event.Constructors in weka.gui.scripting.event with parameters of type ScriptModifierConstructorDescriptionScriptExecutionEvent(Script source, ScriptExecutionEvent.Type type) Initializes the event.ScriptExecutionEvent(Script source, ScriptExecutionEvent.Type type, Object additional) Initializes the event.