Uses of Interface
nl.flotsam.pecia.SimpleContents

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

Uses of SimpleContents in nl.flotsam.pecia
 

Subinterfaces of SimpleContents in nl.flotsam.pecia
 interface AnnotatedArticle<T>
          An annotated Article.
 interface AnnotatedSection<T>
          A specialization of Section, allowing you to add some Section metadata.
 interface Article<T>
          An article.
 interface Contents<V>
          A general interface, allowing you to produce several non-inline document elements.
 interface Entry<T>
          The representation of a cell in a table.
 interface LastEntry<T>
          The last entry of a table row.
 interface Section<T>
          The document element representing a section.
 

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

Uses of SimpleContents in nl.flotsam.pecia.builder
 

Subinterfaces of SimpleContents in nl.flotsam.pecia.builder
 interface ArticleBuilder<T>
           
 interface ArticleDocument
           
 interface EntryBuilder<T>
           
 interface LastEntryBuilder<T>
           
 interface SectionBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement SimpleContents
 class DefaultArticleBuilder<T>
           
 class DefaultArticleDocument
           
 class DefaultEntryBuilder<T>
           
 class DefaultLastEntryBuilder<T>
           
 class DefaultSectionBuilder<T>
           
 

Method parameters in nl.flotsam.pecia.builder.base with type arguments of type SimpleContents
 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)
           
 

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

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



Copyright © 2010. All Rights Reserved.