Uses of Enum
org.primefaces.extensions.model.monacoeditor.EMatchBrackets
Packages that use EMatchBrackets
-
Uses of EMatchBrackets in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EMatchBracketsModifier and TypeMethodDescriptionstatic EMatchBrackets
EMatchBrackets.parseString
(String name) static EMatchBrackets
Returns the enum constant of this type with the specified name.static EMatchBrackets[]
EMatchBrackets.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 EMatchBracketsModifier and TypeMethodDescriptionDiffEditorOptions.setMatchBrackets
(EMatchBrackets matchBrackets) EditorOptions.setMatchBrackets
(EMatchBrackets matchBrackets)