Uses of Interface
nl.flotsam.pecia.Documenter

Packages that use Documenter
nl.flotsam.pecia The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
 

Uses of Documenter in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia with parameters of type Documenter
 Para<T> ParaContents.document(Documenter<ParaContents<?>> target)
          Generates documentation, and returns the current context.
 V SimpleContents.document(Documenter<SimpleContents<?>> target)
          Generates documentation, and returns the current context.
 

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

Methods in nl.flotsam.pecia.builder.base with parameters of type Documenter
 Para<T> DefaultParaBuilder.document(Documenter<ParaContents<?>> target)
           
 Section<T> DefaultSectionBuilder.document(Documenter<SimpleContents<?>> target)
           
 LastEntry<T> DefaultLastEntryBuilder.document(Documenter<SimpleContents<?>> target)
           
 Entry<T> DefaultEntryBuilder.document(Documenter<SimpleContents<?>> target)
           
 Article<T> DefaultArticleBuilder.document(Documenter<SimpleContents<?>> target)
           
 



Copyright © 2010. All Rights Reserved.