Uses of Interface
org.callbackparams.wrap.legacy.Wrapping

Packages that use Wrapping
org.callbackparams.sandbox Useful resources which are not really part of the framework's API but are more like reusable implementations of it. 
org.callbackparams.wrap   
org.callbackparams.wrap.legacy   
 

Uses of Wrapping in org.callbackparams.sandbox
 

Classes in org.callbackparams.sandbox that implement Wrapping
protected static class Property.BasicImpl<T>
           
 

Uses of Wrapping in org.callbackparams.wrap
 

Subinterfaces of Wrapping in org.callbackparams.wrap
 interface Wrapping<V>
           
 

Classes in org.callbackparams.wrap that implement Wrapping
 class WrappingSupport<V>
           
 

Uses of Wrapping in org.callbackparams.wrap.legacy
 

Classes in org.callbackparams.wrap.legacy that implement Wrapping
 class WrappingLegacySupport
           
 

Methods in org.callbackparams.wrap.legacy that return Wrapping
static Wrapping[] WrappingLegacySupport.wrapArray(Class targetClass, Object[] wrappedValues)
           
static Wrapping WrappingLegacySupport.wrapSingle(Class targetClass, Object wrappedValue)
           
 



Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.