Uses of Interface
nl.flotsam.pecia.builder.SectionBuilder

Packages that use SectionBuilder
nl.flotsam.pecia.builder The package providing the interfaces to be implemented by classes responsible for generating content. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
 

Uses of SectionBuilder in nl.flotsam.pecia.builder
 

Methods in nl.flotsam.pecia.builder that return SectionBuilder
<T> SectionBuilder<T>
DocumentBuilder.createSection(T parent, String title, DocumentBuilder builder)
           
 

Uses of SectionBuilder in nl.flotsam.pecia.builder.base
 

Classes in nl.flotsam.pecia.builder.base that implement SectionBuilder
 class DefaultSectionBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return SectionBuilder
<T> SectionBuilder<T>
DefaultDocumentBuilder.createSection(T parent, String title, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.