org.eclipse.emf.ecp.diffmerge.swt
Class DiffDialog

java.lang.Object
  extended by org.eclipse.emf.ecp.diffmerge.swt.DiffDialog

public class DiffDialog
extends Object

Class creating a diff Dialog.

Author:
Eugen Neufeld

Constructor Summary
DiffDialog(DiffMergeModelContext viewModelContext, String diffAttribute, VControl left, VControl right, VControl main)
          Constructor for the diff dialog.
 
Method Summary
 void create(org.eclipse.swt.widgets.Composite parent)
          Creates the dialog content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 attribute
left - the left VControl
right - the right VControl
main - the main VControl
Method Detail

create

public void create(org.eclipse.swt.widgets.Composite parent)
Creates the dialog content.

Parameters:
parent - the parent Composite


Copyright © 2015. All Rights Reserved.