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 theBuilderinterfaces 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 BeanBuilderResultBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)Executes a script with bean definitions.BeanBuilderResultBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)Executes a script with bean definitions and the specified helper objects.voidBuilder. build(Locator script, BuilderData data)A generic builder method.voidBuilder. buildContainer(Locator script, BuilderData data, Object container)A convenience method for constructing the GUI of the given passed in container.WindowBuilder. buildWindow(Locator script, BuilderData data)A convenience method for building windows like top-level frames or dialogs.BeanBuilderBeanBuilderFactory. getBeanBuilder()Returns aBeanBuilderobject 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 BeanBuilderResultJellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)Executes a script with bean definitions.BeanBuilderResultJellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)Executes a script with bean definitions and the specified helper objects.voidJellyBuilder. build(Locator script, BuilderData data)A generic build method for executing a builder script.voidJellyBuilder. buildContainer(Locator script, BuilderData data, Object container)A convenience method for building the content of a container object.WindowJellyBuilder. buildWindow(Locator script, BuilderData data)A convenience method for building windows.protected BeanBuilderResultJellyBeanBuilder. 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 voidJellyBuilder. 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.BeanBuilderJellyBeanBuilderFactory. getBeanBuilder()Returns the builder instance to be used.protected voidJellyBuilder. performBuild(Locator script, BuilderData data, Object rootContainer)The main method for executing a builder script.
-