Uses of Enum
org.primefaces.extensions.model.monacoeditor.ESemanticHighlightingEnabled
Packages that use ESemanticHighlightingEnabled
- 
Uses of ESemanticHighlightingEnabled in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return ESemanticHighlightingEnabledModifier and TypeMethodDescriptionstatic ESemanticHighlightingEnabledESemanticHighlightingEnabled.parseString(String name) static ESemanticHighlightingEnabledReturns the enum constant of this type with the specified name.static ESemanticHighlightingEnabled[]ESemanticHighlightingEnabled.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.extensions.model.monacoeditor with parameters of type ESemanticHighlightingEnabledModifier and TypeMethodDescriptionEditorOptions.setSemanticHighlightingEnabled(ESemanticHighlightingEnabled semanticHighlightingEnabled)