Uses of Class
org.primefaces.extensions.model.monacoeditor.EditorStandaloneTheme
Packages that use EditorStandaloneTheme
Package
Description
- 
Uses of EditorStandaloneTheme in org.primefaces.extensions.component.monacoeditor
Methods in org.primefaces.extensions.component.monacoeditor that return types with arguments of type EditorStandaloneThemeModifier and TypeMethodDescriptionfinal Map<String, EditorStandaloneTheme> MonacoEditorCommon.getCustomThemes()Method parameters in org.primefaces.extensions.component.monacoeditor with type arguments of type EditorStandaloneThemeModifier and TypeMethodDescriptionfinal voidMonacoEditorCommon.setCustomThemes(Map<String, EditorStandaloneTheme> customThemes)  - 
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)