Uses of Class
net.sf.jguiraffe.gui.builder.BuilderException
-
Packages that use BuilderException Package Description net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found. -
-
Uses of BuilderException in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that throw BuilderException Modifier and Type Method Description BeanBuilderResult
BeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.BeanBuilderResult
BeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.void
Builder. build(Locator script, BuilderData data)
A generic builder method.void
Builder. buildContainer(Locator script, BuilderData data, Object container)
A convenience method for constructing the GUI of the given passed in container.Window
Builder. buildWindow(Locator script, BuilderData data)
A convenience method for building windows like top-level frames or dialogs.BeanBuilder
BeanBuilderFactory. getBeanBuilder()
Returns aBeanBuilder
object for processing a script with bean definitions. -
Uses of BuilderException in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that throw BuilderException Modifier and Type Method Description BeanBuilderResult
JellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.BeanBuilderResult
JellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.void
JellyBuilder. build(Locator script, BuilderData data)
A generic build method for executing a builder script.void
JellyBuilder. buildContainer(Locator script, BuilderData data, Object container)
A convenience method for building the content of a container object.Window
JellyBuilder. buildWindow(Locator script, BuilderData data)
A convenience method for building windows.protected BeanBuilderResult
JellyBeanBuilder. executeScript(Locator script, org.apache.commons.jelly.JellyContext context, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes the specified script on the given Jelly context.protected void
JellyBuilder. fetchResults(org.apache.commons.jelly.JellyContext context, BuilderData data, BeanBuilderResult result, Locator script)
Fetches all result variables from the context and stores them in the builder parameter object.BeanBuilder
JellyBeanBuilderFactory. getBeanBuilder()
Returns the builder instance to be used.protected void
JellyBuilder. performBuild(Locator script, BuilderData data, Object rootContainer)
The main method for executing a builder script.
-