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

Packages that use EntryBuilder
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. 
nl.flotsam.pecia.builder.html The package providing a default implementation of the builder interfaces for generating HTML output. 
 

Uses of EntryBuilder in nl.flotsam.pecia.builder
 

Methods in nl.flotsam.pecia.builder that return EntryBuilder
<T> EntryBuilder<T>
DocumentBuilder.createEntry(T parent, boolean header, DocumentBuilder builder)
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement EntryBuilder
 class DefaultEntryBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return EntryBuilder
<T> EntryBuilder<T>
DefaultDocumentBuilder.createEntry(T parent, boolean header, DocumentBuilder builder)
           
 EntryBuilder<T> DefaultEntryBuilder.start()
           
 

Uses of EntryBuilder in nl.flotsam.pecia.builder.html
 

Classes in nl.flotsam.pecia.builder.html that implement EntryBuilder
 class HtmlDocumentBuilder.HtmlColBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.html that return EntryBuilder
<T> EntryBuilder<T>
HtmlDocumentBuilder.createEntry(T parent, boolean header, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.