Uses of Class
org.primefaces.extensions.model.monacoeditor.EditorStandaloneTheme
-
-
Uses of EditorStandaloneTheme in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EditorStandaloneTheme Modifier and Type Method Description EditorStandaloneThemeEditorStandaloneTheme. addColor(java.lang.String key, java.lang.String value)EditorStandaloneThemeEditorStandaloneTheme. addEncodedTokensColor(java.lang.String... items)EditorStandaloneThemeEditorStandaloneTheme. addRule(EditorTokenThemeRule... items)EditorStandaloneThemeEditorStandaloneTheme. setBase(java.lang.String base)EditorStandaloneThemeEditorStandaloneTheme. setBase(ETheme base)EditorStandaloneThemeEditorStandaloneTheme. setColors(java.util.Map<java.lang.String,java.lang.String> colors)EditorStandaloneThemeEditorStandaloneTheme. setColors(org.primefaces.shaded.json.JSONObject colors)EditorStandaloneThemeEditorStandaloneTheme. setEncodedTokensColors(java.util.List<java.lang.String> encodedTokensColors)EditorStandaloneThemeEditorStandaloneTheme. setEncodedTokensColors(org.primefaces.shaded.json.JSONArray encodedTokensColors)EditorStandaloneThemeEditorStandaloneTheme. setInherit(java.lang.Boolean inherit)EditorStandaloneThemeEditorStandaloneTheme. setRules(java.util.List<EditorTokenThemeRule> rules)EditorStandaloneThemeEditorStandaloneTheme. setRules(org.primefaces.shaded.json.JSONArray rules)
-