Uses of Interface
net.sf.jguiraffe.gui.builder.Builder

Packages that use Builder
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 the Builder interfaces can be found. 
 

Uses of Builder in net.sf.jguiraffe.gui.app
 

Methods in net.sf.jguiraffe.gui.app that return Builder
 Builder ApplicationBuilderData.getBuilder()
          Returns a reference to the Builder instance that processed this object.
 Builder ApplicationContextImpl.newBuilder()
          Returns a new Builder instance.
 Builder ApplicationContext.newBuilder()
          Returns a new Builder instance.
 

Methods in net.sf.jguiraffe.gui.app with parameters of type Builder
 void ApplicationBuilderData.setBuilder(Builder builder)
          Sets the Builder that processed this object.
 

Uses of Builder in net.sf.jguiraffe.gui.builder
 

Methods in net.sf.jguiraffe.gui.builder that return Builder
 Builder BuilderData.getBuilder()
          Returns a reference to the Builder object that generated the builder results.
 

Methods in net.sf.jguiraffe.gui.builder with parameters of type Builder
 void BuilderData.setBuilder(Builder bldr)
          Sets a reference to the Builder 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
 class JellyBuilder
           An implementation of the Builder interface that uses Commons Jelly for processing build scripts and creating GUI components.
 



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.