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

Packages that use LastEntryBuilder
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 LastEntryBuilder in nl.flotsam.pecia.builder
 

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

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

Classes in nl.flotsam.pecia.builder.base that implement LastEntryBuilder
 class DefaultLastEntryBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return LastEntryBuilder
<T> LastEntryBuilder<T>
DefaultDocumentBuilder.createLastEntry(T parent, boolean header, DocumentBuilder builder)
           
 LastEntryBuilder<T> DefaultLastEntryBuilder.start()
           
 

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

Classes in nl.flotsam.pecia.builder.html that implement LastEntryBuilder
 class HtmlDocumentBuilder.HtmlLastColBuilder<T>
           
 

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



Copyright © 2010. All Rights Reserved.