org.eclipse.emf.ecp.diffmerge.swt
Class DiffDialog
java.lang.Object
org.eclipse.emf.ecp.diffmerge.swt.DiffDialog
public class DiffDialog
- extends Object
Class creating a diff Dialog.
- Author:
- Eugen Neufeld
Method Summary |
void |
create(org.eclipse.swt.widgets.Composite parent)
Creates the dialog content. |
DiffDialog
public DiffDialog(DiffMergeModelContext viewModelContext,
String diffAttribute,
VControl left,
VControl right,
VControl main)
- Constructor for the diff dialog.
- Parameters:
viewModelContext
- the ViewModelContext
diffAttribute
- the display name of the attributeleft
- the left VControl
right
- the right VControl
main
- the main VControl
create
public void create(org.eclipse.swt.widgets.Composite parent)
- Creates the dialog content.
- Parameters:
parent
- the parent Composite
Copyright © 2015. All Rights Reserved.