|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.diffmerge.spi.context.ControlPair
public class ControlPair
Represents a compare pair of two controls.
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 |
---|
public ControlPair(VControl left, VControl right)
left
- the left VControl
right
- the right VControl
Method Detail |
---|
public VControl getLeftControl()
public VControl getRightControl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |