Uses of Class
org.primefaces.extensions.model.monacoeditor.EDiffAlgorithm
-
Packages that use EDiffAlgorithm Package Description org.primefaces.extensions.model.monacoeditor -
-
Uses of EDiffAlgorithm in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EDiffAlgorithm Modifier and Type Method Description static EDiffAlgorithmEDiffAlgorithm. parseString(java.lang.String name)static EDiffAlgorithmEDiffAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EDiffAlgorithm[]EDiffAlgorithm. 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 EDiffAlgorithm Modifier and Type Method Description DiffEditorOptionsDiffEditorOptions. setDiffAlgorithm(EDiffAlgorithm diffAlgorithm)
-