Uses of Class
de.xima.fc.gui.model.portal.ProjectConfigKey
-
Packages that use ProjectConfigKey Package Description de.xima.fc.gui.model.portal -
-
Uses of ProjectConfigKey in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return ProjectConfigKey Modifier and Type Method Description ProjectConfigKey
UserPortalViewModel. getSelectedProjectKey()
Gets the key of the currently selected project (from the project tree), if any.Methods in de.xima.fc.gui.model.portal that return types with arguments of type ProjectConfigKey Modifier and Type Method Description Map<ProjectConfigKey,UserPortalProjectConfigViewModel>
UserPortalViewModel. getProjectConfigs()
Gets the project configurations for the portal.Methods in de.xima.fc.gui.model.portal with parameters of type ProjectConfigKey Modifier and Type Method Description void
UserPortalViewModel. setSelectedProjectKey(ProjectConfigKey selectedProjectKey)
Sets the key of the currently selected project (from the project tree).Method parameters in de.xima.fc.gui.model.portal with type arguments of type ProjectConfigKey Modifier and Type Method Description void
UserPortalViewModel. setProjectConfigs(Map<ProjectConfigKey,UserPortalProjectConfigViewModel> projectConfigs)
Sets the project configurations for the portal.
-