Uses of Class
org.uberfire.ext.widgets.common.client.diff2html.DiffOutputFormat
-
Packages that use DiffOutputFormat Package Description org.uberfire.ext.widgets.common.client.diff2html -
-
Uses of DiffOutputFormat in org.uberfire.ext.widgets.common.client.diff2html
Methods in org.uberfire.ext.widgets.common.client.diff2html that return DiffOutputFormat Modifier and Type Method Description static DiffOutputFormatDiffOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffOutputFormat[]DiffOutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.widgets.common.client.diff2html with parameters of type DiffOutputFormat Constructor Description Diff2Html(String containerId, DiffOutputFormat outputFormat, String diffText)
-