Uses of Class
weka.gui.scripting.event.ScriptExecutionEvent.Type

Packages that use ScriptExecutionEvent.Type
weka.gui.scripting.event   
 

Uses of ScriptExecutionEvent.Type in weka.gui.scripting.event
 

Methods in weka.gui.scripting.event that return ScriptExecutionEvent.Type
 ScriptExecutionEvent.Type ScriptExecutionEvent.getType()
          Returns the type of event.
static ScriptExecutionEvent.Type ScriptExecutionEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScriptExecutionEvent.Type[] ScriptExecutionEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in weka.gui.scripting.event with parameters of type ScriptExecutionEvent.Type
ScriptExecutionEvent(Script source, ScriptExecutionEvent.Type type)
          Initializes the event.
ScriptExecutionEvent(Script source, ScriptExecutionEvent.Type type, Object additional)
          Initializes the event.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.