Uses of Enum Class
weka.gui.scripting.event.ScriptExecutionEvent.Type
Packages that use ScriptExecutionEvent.Type
-
Uses of ScriptExecutionEvent.Type in weka.gui.scripting.event
Methods in weka.gui.scripting.event that return ScriptExecutionEvent.TypeModifier and TypeMethodDescriptionScriptExecutionEvent.getType()
Returns the type of event.static ScriptExecutionEvent.Type
Returns the enum constant of this class with the specified name.static ScriptExecutionEvent.Type[]
ScriptExecutionEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in weka.gui.scripting.event with parameters of type ScriptExecutionEvent.TypeModifierConstructorDescriptionScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type) Initializes the event.ScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type, Object additional) Initializes the event.