Uses of Interface
net.sf.jguiraffe.gui.builder.Builder
-
Packages that use Builder Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.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 Builder in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return Builder Modifier and Type Method Description Builder
ApplicationBuilderData. getBuilder()
Returns a reference to theBuilder
instance that processed this object.Builder
ApplicationContext. newBuilder()
Returns a new
instance.Builder
Builder
ApplicationContextImpl. newBuilder()
Returns a new
instance.Builder
Methods in net.sf.jguiraffe.gui.app with parameters of type Builder Modifier and Type Method Description void
ApplicationBuilderData. setBuilder(Builder builder)
Sets theBuilder
that processed this object. -
Uses of Builder in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return Builder Modifier and Type Method Description Builder
BuilderData. getBuilder()
Returns a reference to theBuilder
object that generated the builder results.Methods in net.sf.jguiraffe.gui.builder with parameters of type Builder Modifier and Type Method Description void
BuilderData. setBuilder(Builder bldr)
Sets a reference to theBuilder
that performs this builder operation. -
Uses of Builder in net.sf.jguiraffe.gui.builder.impl
Classes in net.sf.jguiraffe.gui.builder.impl that implement Builder Modifier and Type Class Description class
JellyBuilder
An implementation of theBuilder
interface that uses Commons Jelly for processing build scripts and creating GUI components.
-