-
Classes Class Description net.sf.jguiraffe.di.impl.NullInvocation UseHelperInvocations
instead; it provides some dummy implementations of theInvokable
interface which are useful in some situations where a full-blown implementation is not required.
-
Methods Method Description net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider.initBean(Object, DependencyProvider) This method is not called any more during bean creation; insteadLifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider)
is invokednet.sf.jguiraffe.gui.app.Application.findBeanDefinitions(Configuration) This method is replaced byApplication.findBeanDefinitions(Configuration, BeanContext)
. It is still called during application initialization to keep backwards compatibility, but this base implementation simply returns an empty collection.net.sf.jguiraffe.gui.app.Application.resolveResourceURL(String, String) This method does not make sense in the public interface of this class. It will be removed in later versions. Use corresponding functionality from theLocatorUtils
class instead.net.sf.jguiraffe.gui.builder.components.Color.newInstance(int, int, int) UsenewRGBInstance()
instead.