org.pushingpixels.trident
Class TimelinePropertyBuilder.DefaultPropertyGetter<T>

java.lang.Object
  extended by org.pushingpixels.trident.TimelinePropertyBuilder.DefaultPropertyGetter<T>
All Implemented Interfaces:
TimelinePropertyBuilder.PropertyGetter<T>
Enclosing class:
TimelinePropertyBuilder<T>

public static class TimelinePropertyBuilder.DefaultPropertyGetter<T>
extends Object
implements TimelinePropertyBuilder.PropertyGetter<T>

Default property getter.


Constructor Summary
TimelinePropertyBuilder.DefaultPropertyGetter(Object obj, String fieldName)
           
 
Method Summary
 T get(Object obj, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelinePropertyBuilder.DefaultPropertyGetter

public TimelinePropertyBuilder.DefaultPropertyGetter(Object obj,
                                                     String fieldName)
Method Detail

get

public T get(Object obj,
             String fieldName)
Specified by:
get in interface TimelinePropertyBuilder.PropertyGetter<T>