Uses of Class
net.sf.jguiraffe.di.ConversionHelper
-
Packages that use ConversionHelper Package Description net.sf.jguiraffe.di DI stands for Dependency Injection.net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindipackage.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilderinterfaces can be found. -
-
Uses of ConversionHelper in net.sf.jguiraffe.di
Methods in net.sf.jguiraffe.di that return ConversionHelper Modifier and Type Method Description ConversionHelperBeanStore. getConversionHelper()Returns aConversionHelperobject for performing type conversions on the beans contained in thisBeanStore.ConversionHelperInvocationHelper. getConversionHelper()Returns theConversionHelperinstance associated with this object.ConversionHelperConversionHelper. getParent()Returns the parent of this instance.Constructors in net.sf.jguiraffe.di with parameters of type ConversionHelper Constructor Description ConversionHelper(ConversionHelper parent)Creates a new instance ofConversionHelperand initializes it with the given parent instance.InvocationHelper(ConversionHelper convHlp)Creates a new instance ofInvocationHelperand initializes it with the givenConversionHelperinstance. -
Uses of ConversionHelper in net.sf.jguiraffe.di.impl
Methods in net.sf.jguiraffe.di.impl that return ConversionHelper Modifier and Type Method Description static ConversionHelperDefaultBeanStore. fetchConversionHelper(BeanStore store, boolean createIfNecessary)A convenience method for retrieving aConversionHelperobject from a hierarchy of bean stores.ConversionHelperCombinedBeanStore. getConversionHelper()Returns theConversionHelperassociated with this instance.ConversionHelperDefaultBeanStore. getConversionHelper()Returns theConversionHelperassociated with this object.ConversionHelperSimpleBeanStoreImpl. getConversionHelper()Returns theConversionHelperassociated with this instance.Methods in net.sf.jguiraffe.di.impl with parameters of type ConversionHelper Modifier and Type Method Description voidDefaultBeanStore. setConversionHelper(ConversionHelper conversionHelper)Sets theConversionHelperobject to be associated with this instance.voidSimpleBeanStoreImpl. setConversionHelper(ConversionHelper conversionHelper)Sets theConversionHelperassociated with this object. -
Uses of ConversionHelper in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return ConversionHelper Modifier and Type Method Description ConversionHelperJellyContextBeanStore. getConversionHelper()Returns theConversionHelperused by this bean store.Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type ConversionHelper Modifier and Type Method Description voidJellyBuilder. registerDefaultConverters(ConversionHelper conHlp)Registers default converters at the specifiedConversionHelperinstance.
-