Uses of Interface
nl.flotsam.pecia.Contents

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

Subinterfaces of Contents 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 Section<T>
          The document element representing a section.
 

Uses of Contents in nl.flotsam.pecia.builder
 

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

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

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



Copyright © 2010. All Rights Reserved.