Uses of Class
tico.interpreter.TInterpreterProject

Packages that use TInterpreterProject
tico.editor Package with the editor tool bars. 
tico.interpreter   
 

Uses of TInterpreterProject in tico.editor
 

Methods in tico.editor that return TInterpreterProject
static TInterpreterProject TProjectHandler.loadProjectInterpreter(java.io.File zipFile)
          Creates an interpreter project using the information contained in a zipFile.
 

Uses of TInterpreterProject in tico.interpreter
 

Methods in tico.interpreter that return TInterpreterProject
 TInterpreterProject TInterpreter.getIntepreterProject()
           
 TInterpreterProject TInterpreter.getProject()
          Returns the current project.
static TInterpreterProject TInterpreterProject.XMLDecode(java.io.File file, java.lang.String projectName)
           
 

Methods in tico.interpreter with parameters of type TInterpreterProject
 void TInterpreter.setProject(TInterpreterProject myproject)
          Sets a new project to begin its interpretation
 

Constructors in tico.interpreter with parameters of type TInterpreterProject
TInterpreter(TInterpreterProject project)
          Creates a new TInterpreter main application window with the specified initial project.