Uses of Package
net.sf.jguiraffe.di.impl
-
Packages that use net.sf.jguiraffe.di.impl Package Description net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindi
package.net.sf.jguiraffe.di.impl.providers In theproviders
sub package different implementations of theBeanProvider
interface can be found.net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.di.tags In this package tag handler classes for defining beans in a Jelly script can be found.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.di.impl Class Description ClassDependency An implementation of theDependency
interface that allows to define a dependency based on a bean class.ClassDescription A helper class for defining references to classes.HelperInvocations An enumeration class defining some simple helperInvokable
implementations.Invocation A base class for (method or constructor) invocations.Invokable Definition of an interface for objects that perform some kind of method invocation.NameDependency An implementation of theDependency
interface that allows to define a dependency based on the name of a bean.NullInvocation Deprecated.UseHelperInvocations
instead; it provides some dummy implementations of theInvokable
interface which are useful in some situations where a full-blown implementation is not required.SimpleBeanStoreImpl.BeanContributor Definition of an interface for objects that can contribute beans for aSimpleBeanStoreImpl
object. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.di.impl.providers Class Description ClassDescription A helper class for defining references to classes.ConstructorInvocation A class that represents a constructor invocation.Invokable Definition of an interface for objects that perform some kind of method invocation.MethodInvocation A class that represents a method invocation. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.gui.builder.action Class Description SimpleBeanStoreImpl A helper class that simplifies implementations of theBeanStore
interface.SimpleBeanStoreImpl.BeanContributor Definition of an interface for objects that can contribute beans for aSimpleBeanStoreImpl
object. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.gui.builder.components Class Description SimpleBeanStoreImpl A helper class that simplifies implementations of theBeanStore
interface.SimpleBeanStoreImpl.BeanContributor Definition of an interface for objects that can contribute beans for aSimpleBeanStoreImpl
object. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.gui.builder.di.tags Class Description ChainedInvocation A special implementation of theInvokable
interface that allows aggregating an arbitrary number ofInvokable
objects to a kind of script.ClassDescription A helper class for defining references to classes.Invokable Definition of an interface for objects that perform some kind of method invocation. -
Classes in net.sf.jguiraffe.di.impl used by net.sf.jguiraffe.gui.builder.window Class Description SimpleBeanStoreImpl A helper class that simplifies implementations of theBeanStore
interface.SimpleBeanStoreImpl.BeanContributor Definition of an interface for objects that can contribute beans for aSimpleBeanStoreImpl
object.