Uses of Class
edu.cs.ai.kreator.scripting.KreatorScriptEngine

Packages that use KreatorScriptEngine
edu.cs.ai.kreator.ui.cli   
edu.cs.ai.kreator.ui.gui.components   
 

Uses of KreatorScriptEngine in edu.cs.ai.kreator.ui.cli
 

Methods in edu.cs.ai.kreator.ui.cli that return KreatorScriptEngine
 KreatorScriptEngine KreatorConsole.getScriptEngine()
          Gets the KreatorScriptEngine currently used by this console.
 

Methods in edu.cs.ai.kreator.ui.cli with parameters of type KreatorScriptEngine
 void KreatorConsole.setScriptEngine(KreatorScriptEngine engine)
          Sets the KreatorScriptEngine used by this console.
 

Uses of KreatorScriptEngine in edu.cs.ai.kreator.ui.gui.components
 

Methods in edu.cs.ai.kreator.ui.gui.components that return KreatorScriptEngine
 KreatorScriptEngine ConsolePane.getScriptEngine()
          Returns the script engine of this concole.
 

Methods in edu.cs.ai.kreator.ui.gui.components with parameters of type KreatorScriptEngine
 void ConsolePane.setScriptEngine(KreatorScriptEngine engine)