org.eclipse.emf.ecp.diffmerge.spi.context
Class ControlPair

java.lang.Object
  extended by org.eclipse.emf.ecp.diffmerge.spi.context.ControlPair

public class ControlPair
extends Object

Represents a compare pair of two controls.

Author:
Eugen Neufeld

Constructor Summary
ControlPair(VControl left, VControl right)
          Creates the pair.
 
Method Summary
 VControl getLeftControl()
          The left compare of the compare.
 VControl getRightControl()
          The right control of the compare.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlPair

public ControlPair(VControl left,
                   VControl right)
Creates the pair.

Parameters:
left - the left VControl
right - the right VControl
Method Detail

getLeftControl

public VControl getLeftControl()
The left compare of the compare.

Returns:
the leftControl

getRightControl

public VControl getRightControl()
The right control of the compare.

Returns:
the rightControl


Copyright © 2014. All Rights Reserved.