Uses of Class
project35.desktopDeployment.WorkspaceFiles

Packages that use WorkspaceFiles
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
 

Uses of WorkspaceFiles in project35.desktopDeployment
 

Subclasses of WorkspaceFiles in project35.desktopDeployment
 class WorkspaceFileFinder
          class which uses knowledge about how a model folder is laid out to derive properties which are managed in Workspace and ultimately Project35ApplicationContext.
 class WorkspaceProperties
          this is a container class meant to hold all the state information needed to support launching a project35 session with a given model.
 

Methods in project35.desktopDeployment that return WorkspaceFiles
 WorkspaceFiles Workspace.getWorkSpaceFiles()
           
 

Methods in project35.desktopDeployment with parameters of type WorkspaceFiles
 void Workspace.setWorkSpaceFiles(WorkspaceFiles workSpaceFiles)