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 ViewModelContext
diffAttribute
- the display name of the attributeleft
- the left VControl
right
- the right VControl
main
- the main VControl
Copyright © 2019. All rights reserved.