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 theBuilderinterfaces 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 BuilderApplicationBuilderData. getBuilder()Returns a reference to theBuilderinstance that processed this object.BuilderApplicationContext. newBuilder()Returns a newinstance.BuilderBuilderApplicationContextImpl. newBuilder()Returns a newinstance.BuilderMethods in net.sf.jguiraffe.gui.app with parameters of type Builder Modifier and Type Method Description voidApplicationBuilderData. setBuilder(Builder builder)Sets theBuilderthat 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 BuilderBuilderData. getBuilder()Returns a reference to theBuilderobject that generated the builder results.Methods in net.sf.jguiraffe.gui.builder with parameters of type Builder Modifier and Type Method Description voidBuilderData. setBuilder(Builder bldr)Sets a reference to theBuilderthat 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 classJellyBuilderAn implementation of theBuilderinterface that uses Commons Jelly for processing build scripts and creating GUI components.
-