Uses of Class
org.uberfire.workbench.diff.DiffMode
-
Packages that use DiffMode Package Description org.uberfire.workbench.diff org.uberfire.workbench.type -
-
Uses of DiffMode in org.uberfire.workbench.diff
Methods in org.uberfire.workbench.diff that return DiffMode Modifier and Type Method Description static DiffModeDiffMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffMode[]DiffMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DiffMode in org.uberfire.workbench.type
Methods in org.uberfire.workbench.type that return DiffMode Modifier and Type Method Description default DiffModeResourceTypeDefinition. getDiffMode()Defines how the diff of this resource type should be presented.
-