Uses of Class
org.opencms.workplace.comparison.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
Modifier and TypeFieldDescriptionstatic final CmsDiffViewMode
CmsDiffViewMode.ALL
Constant for viewing all lines.static final CmsDiffViewMode
CmsDiffViewMode.DIFF_ONLY
Constant for viewing only the different lines.Modifier and TypeFieldDescriptionstatic final List<CmsDiffViewMode>
CmsDiffViewMode.VALUES
List of mode constants.Modifier and TypeMethodDescriptionstatic CmsDiffViewMode
Parses an string into an element of this enumeration.