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 EditorStandaloneThemeModifier and TypeMethodDescriptionMap between the color ID and the CSS color to use.EditorStandaloneTheme.addEncodedTokensColor(String... items) EditorStandaloneTheme.addRule(EditorTokenThemeRule... items) EditorStandaloneTheme.setColors(org.primefaces.shaded.json.JSONObject colors) EditorStandaloneTheme.setEncodedTokensColors(List<String> encodedTokensColors) EditorStandaloneTheme.setEncodedTokensColors(org.primefaces.shaded.json.JSONArray encodedTokensColors) EditorStandaloneTheme.setInherit(Boolean inherit) EditorStandaloneTheme.setRules(List<EditorTokenThemeRule> rules) EditorStandaloneTheme.setRules(org.primefaces.shaded.json.JSONArray rules)