com.nonesole.swing.plaf.basic.tools
Class ReflectGetValue

java.lang.Object
  extended by com.nonesole.swing.plaf.basic.tools.ReflectGetValue

public class ReflectGetValue
extends java.lang.Object

Version:
1.0 - build in 2009-11-04
Author:
JACK LEE

Method Summary
 java.lang.Object getValue(java.lang.Object source, java.lang.String fieldName)
          Get value.
static ReflectGetValue self()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

self

public static ReflectGetValue self()

getValue

public java.lang.Object getValue(java.lang.Object source,
                                 java.lang.String fieldName)
                          throws java.lang.Exception
Get value.

Parameters:
Object - source
String - fieldName
Returns:
Object
Throws:
java.lang.Exception