Uses of Enum
org.opencms.ui.components.codemirror.CmsCodeMirror.CodeMirrorTheme
Packages that use CmsCodeMirror.CodeMirrorTheme
-
Uses of CmsCodeMirror.CodeMirrorTheme in org.opencms.ui.components.codemirror
Methods in org.opencms.ui.components.codemirror that return CmsCodeMirror.CodeMirrorThemeModifier and TypeMethodDescriptionReturns 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.Methods in org.opencms.ui.components.codemirror with parameters of type CmsCodeMirror.CodeMirrorThemeModifier and TypeMethodDescriptionvoid
CmsCodeMirror.setTheme
(CmsCodeMirror.CodeMirrorTheme codeMirrorTheme) Sets the editor theme.