Uses of Class
tico.board.TProject

Packages that use TProject
tico.board Package that contains all the board and project classes. 
tico.editor Package with the editor tool bars. 
tico.rules   
tico.rules.dialogs   
 

Uses of TProject in tico.board
 

Methods in tico.board that return TProject
static TProject TProject.XMLDecode(org.w3c.dom.Element element)
          Returns a TProject object from the data contained in the XML Element.
static TProject TProject.XMLDecode(org.w3c.dom.Element element, java.lang.String projectName)
          Returns a TProject object from the data contained in the XML Element.
 

Methods in tico.board with parameters of type TProject
 void TProject.addProject(TProject project)
          Add all the boards of project to the project.
 

Uses of TProject in tico.editor
 

Methods in tico.editor that return TProject
 TProject TEditor.getProject()
          Returns the current editing project.
static TProject TProjectHandler.loadProject(java.io.File zipFile)
          Creates an editor project using the information contained in a zipFile.
 

Methods in tico.editor with parameters of type TProject
static void TProjectHandler.saveProject(TProject project, java.io.File zipFile)
          Saves the specified project to the specified zipFile.
 void TEditor.setProject(TProject project)
          Sets a new project to begin its edition
 

Constructors in tico.editor with parameters of type TProject
TEditor(TProject project)
          Creates a new TEditor main application window with the specified initial project.
 

Uses of TProject in tico.rules
 

Methods in tico.rules with parameters of type TProject
 void TGenerateRules.getProjectAttributes(TProject project)
           
 

Uses of TProject in tico.rules.dialogs
 

Constructors in tico.rules.dialogs with parameters of type TProject
TValidationDialog(TEditor editor, TProject project)
          Creates a new TValidationDialog for the specified editor and project.