Package pamViewFX.fxNodes.pamAxis
Class ReflectionUtils
java.lang.Object
pamViewFX.fxNodes.pamAxis.ReflectionUtils
Created with IntelliJ IDEA.
 User: Pedro
 Date: 11-09-2013
 Time: 23:21
 To change this template use File | Settings | File Templates.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectforceFieldCall(Class classInstance, String fieldName, Object source) static ObjectforceMethodCall(Class classInstance, String methodName, Object source, Class[] paramTypes, Object[] params) static ObjectforceMethodCall(Class classInstance, String methodName, Object source, Object... params)  
- 
Constructor Details
- 
ReflectionUtils
public ReflectionUtils() 
 - 
 - 
Method Details
- 
forceMethodCall
 - 
forceMethodCall
 - 
forceFieldCall
 
 -