public static class CmsSourceEditor.EditorSettings extends java.lang.Object implements I_CmsAppSettings
| Constructor and Description |
|---|
EditorSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSettingsString()
Returns the string representation of the current setting state.
|
void |
restoreSettings(java.lang.String storedSettings)
Restores the settings from the given string.
|
public EditorSettings()
public java.lang.String getSettingsString()
I_CmsAppSettingsWill be used to restore the settings.
getSettingsString in interface I_CmsAppSettingsI_CmsAppSettings.getSettingsString()public void restoreSettings(java.lang.String storedSettings)
I_CmsAppSettingsrestoreSettings in interface I_CmsAppSettingsstoredSettings - the stored settingsI_CmsAppSettings.restoreSettings(java.lang.String)