Uses of Class
org.primefaces.extensions.model.monacoeditor.EditorStandaloneTheme
-
Packages that use EditorStandaloneTheme Package Description org.primefaces.extensions.component.monacoeditor org.primefaces.extensions.model.monacoeditor -
-
Uses of EditorStandaloneTheme in org.primefaces.extensions.component.monacoeditor
Methods in org.primefaces.extensions.component.monacoeditor that return types with arguments of type EditorStandaloneTheme Modifier and Type Method Description java.util.Map<java.lang.String,EditorStandaloneTheme>MonacoEditorCommon. getCustomThemes()Method parameters in org.primefaces.extensions.component.monacoeditor with type arguments of type EditorStandaloneTheme Modifier and Type Method Description voidMonacoEditorCommon. setCustomThemes(java.util.Map<java.lang.String,EditorStandaloneTheme> customThemes) -
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)Map between the color ID and the CSS color to use.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)
-