Uses of Class
edu.cs.ai.kreator.datamodels.KreatorScript

Packages that use KreatorScript
edu.cs.ai.kreator.control   
edu.cs.ai.kreator.datamodels   
 

Uses of KreatorScript in edu.cs.ai.kreator.control
 

Methods in edu.cs.ai.kreator.control with parameters of type KreatorScript
 void ModelController.executeKreatorScriptInCurrentConsole(KreatorScript file)
          Executes a script in the currently selected console tab.
 void ModelController.executeKreatorScriptInDefaultConsole(KreatorScript file)
          Executes the given script in the default console tab.
 void ModelController.executeKreatorScriptInExistingConsole(KreatorScript file, KreatorConsole console)
          Executes the given script in the given console tab.
 void ModelController.executeKreatorScriptInNewConsole(KreatorScript file)
          Opens a new console tab and executes the given script in it.
 

Uses of KreatorScript in edu.cs.ai.kreator.datamodels
 

Methods in edu.cs.ai.kreator.datamodels that return types with arguments of type KreatorScript
 java.util.List<KreatorScript> Project.getScripts()