Uses of Class
de.espirit.firstspirit.client.access.editor.Difference
Packages that use Difference
Package
Description
-
Uses of Difference in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor that return types with arguments of type DifferenceModifier and TypeMethodDescription@NotNull List<Difference>
DifferenceComputing.computeDifferences
(T actualValue, T oldValue) Compute the list of differences between the two provided values.@NotNull List<Difference>
Contrastable.contrastWith
(@Nullable Language language, @Nullable Object value) Contrasts this instance with a given value. -
Uses of Difference in de.espirit.firstspirit.ui.gadgets.aspects
Method parameters in de.espirit.firstspirit.ui.gadgets.aspects with type arguments of type DifferenceModifier and TypeMethodDescriptionvoid
DifferenceVisualizing.visualizeDifferences
(List<Difference> differences) Visualize the differences as given by the list.