| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.ui.editors |
The available content editors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFileExplorerSettings
Stores the file explorer settings.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends I_CmsAppSettings> |
CmsWorkplaceAppManager.getAppSettings(CmsObject cms,
java.lang.Class<T> type)
Returns the user app setting of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceAppManager.storeAppSettings(CmsObject cms,
java.lang.Class<? extends I_CmsAppSettings> type,
I_CmsAppSettings appSettings)
Stores the given app setting within the users additional info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceAppManager.storeAppSettings(CmsObject cms,
java.lang.Class<? extends I_CmsAppSettings> type,
I_CmsAppSettings appSettings)
Stores the given app setting within the users additional info.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsSourceEditor.EditorSettings
Stores the editor settings.
|