org.eclipse.emf.ecp.diffmerge.spi.context
Class DefaultMergeUtil
java.lang.Object
org.eclipse.emf.ecp.diffmerge.spi.context.DefaultMergeUtil
public final class DefaultMergeUtil
- extends Object
This util class provides a method, which allows to copy values from one VControl
to another generically.
- Author:
- Eugen Neufeld
copyValues
public static void copyValues(VControl from,
VControl to)
- Copies the values from one
VControl
to another.
- Parameters:
from
- the VControl
holding the valuesto
- the VControl
which values should be updated
Copyright © 2014. All Rights Reserved.