fr.emn.reactiveinput.devices
Class WidgetValueCopier

java.lang.Object
  extended byfr.emn.reactiveinput.devices.WidgetValueCopier

public class WidgetValueCopier
extends java.lang.Object

Author:
Pierre To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
WidgetValueCopier()
           
 
Method Summary
static boolean checkWidgetCompatibility(java.lang.Object arg1, java.lang.Object arg2)
           
static void copyValues(java.lang.Object arg1, java.lang.Object arg2)
           
protected static java.lang.Object getWidgetValue(java.lang.Object obj)
           
protected static void setWidgetValue(java.lang.Object obj, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetValueCopier

public WidgetValueCopier()
Method Detail

checkWidgetCompatibility

public static boolean checkWidgetCompatibility(java.lang.Object arg1,
                                               java.lang.Object arg2)

copyValues

public static void copyValues(java.lang.Object arg1,
                              java.lang.Object arg2)

getWidgetValue

protected static java.lang.Object getWidgetValue(java.lang.Object obj)

setWidgetValue

protected static void setWidgetValue(java.lang.Object obj,
                                     java.lang.Object value)