Uses of Interface
nl.flotsam.pecia.Article

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

Subinterfaces of Article in nl.flotsam.pecia
 interface AnnotatedArticle<T>
          An annotated Article.
 

Uses of Article in nl.flotsam.pecia.builder
 

Subinterfaces of Article in nl.flotsam.pecia.builder
 interface ArticleBuilder<T>
           
 interface ArticleDocument
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Article
 class DefaultArticleBuilder<T>
           
 class DefaultArticleDocument
           
 

Methods in nl.flotsam.pecia.builder.base that return Article
 Article<T> DefaultArticleBuilder.document(Documenter<SimpleContents<?>> target)
           
 Article<T> DefaultArticleBuilder.para(String text)
           
 

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Article
 ItemizedList<? extends Article<T>> DefaultArticleBuilder.itemizedList()
           
 ItemizedList<? extends Article<T>> DefaultArticleBuilder.orderedList()
           
 Para<? extends Article<T>> DefaultArticleBuilder.para()
           
 AnnotatedSection<? extends Article<T>> DefaultArticleBuilder.section(String title)
           
 Table2Cols<? extends Article<T>> DefaultArticleBuilder.table2Cols()
           
 Table3Cols<? extends Article<T>> DefaultArticleBuilder.table3Cols()
           
 Table4Cols<? extends Article<T>> DefaultArticleBuilder.table4Cols()
           
 Table5Cols<? extends Article<T>> DefaultArticleBuilder.table5Cols()
           
 Verbatim<? extends Article<T>> DefaultArticleBuilder.verbatim()
           
 



Copyright © 2010. All Rights Reserved.