Uses of Interface
nl.flotsam.pecia.Footnote

Packages that use Footnote
nl.flotsam.pecia The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. 
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 Footnote in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia that return Footnote
 Footnote<? extends Para<T>> ParaContents.footnote()
          Inserts a footnote.
 

Methods in nl.flotsam.pecia that return types with arguments of type Footnote
 Para<? extends Footnote<T>> Footnote.para()
          Constructs a new Para inside the Footnote.
 

Uses of Footnote in nl.flotsam.pecia.builder
 

Subinterfaces of Footnote in nl.flotsam.pecia.builder
 interface FootnoteBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Footnote
 class DefaultFootnoteBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return Footnote
 Footnote<? extends Para<T>> DefaultParaBuilder.footnote()
           
 Footnote<T> DefaultFootnoteBuilder.start()
           
 

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Footnote
 Para<? extends Footnote<T>> DefaultFootnoteBuilder.para()
           
 



Copyright © 2010. All Rights Reserved.