Uses of Class
cz.fidentis.analyst.project.Project
Packages that use Project
-
Uses of Project in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project that return ProjectModifier and TypeMethodDescriptionfinal Project
ProjectPanel.createNewProject()
Creates new empty project.ProjectPanel.getProject()
Returns project instanceProjectPanel.openProject
(File dir) Opens an exiting project from diskMethods in cz.fidentis.analyst.gui.project with parameters of type ProjectModifier and TypeMethodDescriptionstatic File
SaveTasksWorker.getTaskFile
(Project project, String taskName) Returns path to the task's file.Constructors in cz.fidentis.analyst.gui.project with parameters of type ProjectModifierConstructorDescriptionRecoverTasksWorker
(Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, FacesProxy> consumer) Constructor.SaveTasksWorker
(Project project, List<TaskWindow> taskTabs, ProgressDialog progressDialog) Constructor.