Uses of Enum Class
weka.gui.scripting.event.ScriptExecutionEvent.Type
-
Uses of ScriptExecutionEvent.Type in weka.gui.scripting.event
Modifier 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.ModifierConstructorDescriptionScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type) Initializes the event.ScriptExecutionEvent
(Script source, ScriptExecutionEvent.Type type, Object additional) Initializes the event.