Uses of Interface
de.grogra.pf.ui.registry.ProjectFactory
-
Uses of ProjectFactory in de.grogra.cli
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionProjectManager.createProject
(ProjectFactory projectFactory) Create a new projectWorkbenchManager.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
Modifier and TypeMethodDescriptionProjectManagerImpl.createProject
(ProjectFactory projectFactory) - Call a ProjectFactory to create a new ExecutableProject based on a child registryProjectManagerImpl.openProject
(ProjectFactory projectFactory, FilterSource fs, Map initParams)