org.pushingpixels.trident
Class TimelinePropertyBuilder.DefaultPropertySetter<T>
java.lang.Object
org.pushingpixels.trident.TimelinePropertyBuilder.DefaultPropertySetter<T>
- All Implemented Interfaces:
- TimelinePropertyBuilder.PropertySetter<T>
- Enclosing class:
- TimelinePropertyBuilder<T>
public static class TimelinePropertyBuilder.DefaultPropertySetter<T>
- extends Object
- implements TimelinePropertyBuilder.PropertySetter<T>
Default property setter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimelinePropertyBuilder.DefaultPropertySetter
public TimelinePropertyBuilder.DefaultPropertySetter(Object obj,
String fieldName)
set
public void set(Object obj,
String fieldName,
T value)
- Specified by:
set
in interface TimelinePropertyBuilder.PropertySetter<T>