Uses of Interface
org.opencms.ui.apps.I_CmsAppSettings
Package
Description
Contains code for workplace apps.
The available content editors.
-
Uses of I_CmsAppSettings in org.opencms.ui.apps
Modifier and TypeClassDescriptionclass
Stores the file explorer settings.Modifier and TypeMethodDescription<T extends I_CmsAppSettings>
TCmsWorkplaceAppManager.getAppSettings
(CmsObject cms, Class<T> type) Returns the user app setting of the given type.Modifier and TypeMethodDescriptionvoid
CmsWorkplaceAppManager.storeAppSettings
(CmsObject cms, Class<? extends I_CmsAppSettings> type, I_CmsAppSettings appSettings) Stores the given app setting within the users additional info.Modifier 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
Modifier and TypeClassDescriptionstatic class
Stores the editor settings.