| Package | Description |
|---|---|
| org.opencms.ui.components.codemirror |
| Modifier and Type | Method and Description |
|---|---|
static CmsCodeMirror.CodeMirrorTheme |
CmsCodeMirror.CodeMirrorTheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCodeMirror.CodeMirrorTheme[] |
CmsCodeMirror.CodeMirrorTheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsCodeMirror.setTheme(CmsCodeMirror.CodeMirrorTheme codeMirrorTheme)
Sets the editor theme.
|