程序包 | 说明 |
---|---|
org.opencms.workplace.comparison |
Contains OpenCms Workplace dialogs to compare OpenCms Xml Documents.
|
限定符和类型 | 字段和说明 |
---|---|
static CmsDiffViewMode |
CmsDiffViewMode.ALL
Constant for viewing all lines.
|
static CmsDiffViewMode |
CmsDiffViewMode.DIFF_ONLY
Constant for viewing only the different lines.
|
限定符和类型 | 方法和说明 |
---|---|
CmsDiffViewMode |
A_CmsDiffViewDialog.getMode()
Returns the mode.
|
static CmsDiffViewMode |
CmsDiffViewMode.valueOf(java.lang.String value)
Parses an string into an element of this enumeration.
|
限定符和类型 | 方法和说明 |
---|---|
void |
A_CmsDiffViewDialog.setMode(CmsDiffViewMode mode)
Sets the mode.
|