Package net.sf.jguiraffe.gui.builder.impl
Here default implementations of the Builder interfaces can be found.
The classes in this package make use of Commons Jelly. So it is possible to define an application's beans and GUI in Jelly scripts.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
-
Class Summary Class Description JellyBeanBuilder An implementation of theBeanBuilderinterface that is able to process bean definitions defined in a Apache Commons Jelly script.JellyBeanBuilderFactory An implementation of theBeanBuilderFactoryinterface that returnsinstances.JellyBeanBuilderJellyBuilder An implementation of theBuilderinterface that uses Commons Jelly for processing build scripts and creating GUI components.JellyContextBeanStore A specialized implementation of theBeanStoreinterface that is backed by a Jelly context.