See: Description
| Interface | Description |
|---|---|
| I_CmsDiffProvider |
Interface for classes which display a comparison widget in the comparison view of the history dialog.
|
| Class | Description |
|---|---|
| A_CmsAttributeDiff |
Abstract super class for displaying differences between a set of properties / attributes.
|
| A_CmsAttributeDiff.IsAttributeDifference |
Predicate used to check if an attribute comparison bean actually represents a difference.
|
| CmsAttributeDiff |
Displays changes between attributes (size, modification date, etc. ).
|
| CmsImageDiff |
Displays two image versions side by side, scaled.
|
| CmsPropertyCompareBean |
Represents a row in an attribute comparison table.
|
| CmsPropertyDiff |
Displays differences between the sets of properties of two versions of a resource.
|
| CmsShowVersionButtons |
Provides buttons for showing the two versions being compared.
|
| CmsTextDiff |
Interprets two versions of a resource as text files, and shows a diff view for the two texts.
|
| CmsTextDiffPanel |
Widget used to display a colorized diff view for two texts.
|
| CmsValueCompareBean |
Represents a row of the XML content value comparison table.
|
| CmsValueDiff |
Displays either a diff for the XML file, or a table displaying the differences between individual content values,
allowing the user to switch between the two views.
|
| CmsVersionMacroResolver |