public class DiffDialog extends Object
| Constructor and Description |
|---|
DiffDialog(DiffMergeModelContext viewModelContext,
String diffAttribute,
VControl left,
VControl right,
VControl main)
Constructor for the diff dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
create(org.eclipse.swt.widgets.Composite parent)
Creates the dialog content.
|
public DiffDialog(DiffMergeModelContext viewModelContext, String diffAttribute, VControl left, VControl right, VControl main)
viewModelContext - the ViewModelContextdiffAttribute - the display name of the attributeleft - the left VControlright - the right VControlmain - the main VControlCopyright © 2019. All rights reserved.