Uses of Interface
org.opencms.ui.apps.I_CmsAppSettings
Packages that use I_CmsAppSettings
Package
Description
Contains code for workplace apps.
The available content editors.
-
Uses of I_CmsAppSettings in org.opencms.ui.apps
Classes in org.opencms.ui.apps that implement I_CmsAppSettingsModifier and TypeClassDescriptionclass
Stores the file explorer settings.Methods in org.opencms.ui.apps with type parameters of type I_CmsAppSettingsModifier and TypeMethodDescription<T extends I_CmsAppSettings>
TCmsWorkplaceAppManager.getAppSettings
(CmsObject cms, Class<T> type) Returns the user app setting of the given type.Methods in org.opencms.ui.apps with parameters of type I_CmsAppSettingsModifier and TypeMethodDescriptionvoid
CmsWorkplaceAppManager.storeAppSettings
(CmsObject cms, Class<? extends I_CmsAppSettings> type, I_CmsAppSettings appSettings) Stores the given app setting within the users additional info.Method parameters in org.opencms.ui.apps with type arguments of type I_CmsAppSettingsModifier and TypeMethodDescriptionvoid
CmsWorkplaceAppManager.storeAppSettings
(CmsObject cms, Class<? extends I_CmsAppSettings> type, I_CmsAppSettings appSettings) Stores the given app setting within the users additional info. -
Uses of I_CmsAppSettings in org.opencms.ui.editors
Classes in org.opencms.ui.editors that implement I_CmsAppSettingsModifier and TypeClassDescriptionstatic class
Stores the editor settings.