Uses of Interface
de.grogra.pf.ui.registry.ProjectFactory
Packages that use ProjectFactory
-
Uses of ProjectFactory in de.grogra.cli
Methods in de.grogra.cli with parameters of type ProjectFactoryModifier and TypeMethodDescriptionCLIWorkbenchManager.createWorkbench
(ProjectFactory pf) CLIWorkbenchManager.createWorkbench
(ProjectFactory pf, FilterSource fs, Map initParams) Create a new wb around an loaded project -
Uses of ProjectFactory in de.grogra.imp
Methods in de.grogra.imp with parameters of type ProjectFactoryModifier and TypeMethodDescriptionIMP.createWorkbench
(ProjectFactory pf) Only for mainworkbenchIMP.createWorkbench
(ProjectFactory pf, FilterSource fs, Map initParams) Create workbench not the main one -
Uses of ProjectFactory in de.grogra.pf.ui
Methods in de.grogra.pf.ui with parameters of type ProjectFactoryModifier and TypeMethodDescriptionProjectManager.createProject
(ProjectFactory projectFactory) Create a new projectProjectManager.createProject
(ProjectFactory projectFactory, Registry r) WorkbenchManager.createWorkbench
(ProjectFactory pf) Create a new workbench around a new empty projectWorkbenchManager.createWorkbench
(ProjectFactory pf, FilterSource fs, Map initParams) Create a new Workbench around the Project loaded from the FilterSource The project is created in the context of the worbench manager, which is included in the context of the uiappUIApplication.open
(FilterSource fs, ProjectFactory pf, Map initParams) ProjectManager.openProject
(ProjectFactory projectFactory, FilterSource fs, Map initParams) Open an existing project into a workbench created by the uiapp (client) -
Uses of ProjectFactory in de.grogra.projectmanager
Classes in de.grogra.projectmanager that implement ProjectFactoryMethods in de.grogra.projectmanager with parameters of type ProjectFactoryModifier and TypeMethodDescriptionProjectManagerImpl.createProject
(ProjectFactory projectFactory) - Call a ProjectFactory to create a new ExecutableProject based on a child registryProjectManagerImpl.createProject
(ProjectFactory projectFactory, Registry r) ProjectManagerImpl.openProject
(ProjectFactory projectFactory, FilterSource fs, Map initParams)