Uses of Class
org.opencms.workplace.comparison.CmsDiffViewMode
Packages that use CmsDiffViewMode
Package
Description
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
-
Uses of CmsDiffViewMode in org.opencms.workplace.comparison
Fields in org.opencms.workplace.comparison declared as CmsDiffViewModeModifier and TypeFieldDescriptionstatic final CmsDiffViewModeCmsDiffViewMode.ALLConstant for viewing all lines.static final CmsDiffViewModeCmsDiffViewMode.DIFF_ONLYConstant for viewing only the different lines.Fields in org.opencms.workplace.comparison with type parameters of type CmsDiffViewModeModifier and TypeFieldDescriptionstatic final List<CmsDiffViewMode> CmsDiffViewMode.VALUESList of mode constants.Methods in org.opencms.workplace.comparison that return CmsDiffViewModeModifier and TypeMethodDescriptionstatic CmsDiffViewModeParses an string into an element of this enumeration.