Uses of Package
nl.flotsam.pecia

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

Classes in nl.flotsam.pecia used by nl.flotsam.pecia
AnnotatedArticle
          An annotated Article.
AnnotatedSection
          A specialization of Section, allowing you to add some Section metadata.
Article
          An article.
Author
          The interface for producing the metadata of an author.
Contents
          A general interface, allowing you to produce several non-inline document elements.
DocumentElement
          The base interface for (almost) all document elements, that are also containers.
Documenter
          The interface defined for callbacks.
Entry
          The representation of a cell in a table.
Footnote
          A footnote element.
ItemizedList
          A document element representing an itemized list.
LastEntry
          The last entry of a table row.
ListItem
          A document element representing a list item.
Para
          The document element representing a paragraph.
ParaContents
          The interface defining all operations for adding content to a Para, without any operations to return to the outer context.
Row
          A table row.
Section
          The document element representing a section.
SimpleContents
           
Table
          The interface extended by tables with a specific number of columns.
Table2Cols
          A two column table.
Table3Cols
          A three column table.
Table4Cols
          A four column table.
Table5Cols
          A five column table.
Verbatim
          The document element representing verbatim content.
 

Classes in nl.flotsam.pecia used by nl.flotsam.pecia.builder
AnnotatedArticle
          An annotated Article.
AnnotatedSection
          A specialization of Section, allowing you to add some Section metadata.
Article
          An article.
Contents
          A general interface, allowing you to produce several non-inline document elements.
DocumentElement
          The base interface for (almost) all document elements, that are also containers.
Entry
          The representation of a cell in a table.
Footnote
          A footnote element.
ItemizedList
          A document element representing an itemized list.
LastEntry
          The last entry of a table row.
ListItem
          A document element representing a list item.
Para
          The document element representing a paragraph.
ParaContents
          The interface defining all operations for adding content to a Para, without any operations to return to the outer context.
Row
          A table row.
Section
          The document element representing a section.
SimpleContents
           
Table
          The interface extended by tables with a specific number of columns.
Table2Cols
          A two column table.
Table3Cols
          A three column table.
Table4Cols
          A four column table.
Table5Cols
          A five column table.
Table6Cols
          A 6 column table.
Verbatim
          The document element representing verbatim content.
 

Classes in nl.flotsam.pecia used by nl.flotsam.pecia.builder.base
AnnotatedArticle
          An annotated Article.
AnnotatedSection
          A specialization of Section, allowing you to add some Section metadata.
Article
          An article.
Author
          The interface for producing the metadata of an author.
Contents
          A general interface, allowing you to produce several non-inline document elements.
DocumentElement
          The base interface for (almost) all document elements, that are also containers.
Documenter
          The interface defined for callbacks.
Entry
          The representation of a cell in a table.
Footnote
          A footnote element.
ItemizedList
          A document element representing an itemized list.
LastEntry
          The last entry of a table row.
ListItem
          A document element representing a list item.
Para
          The document element representing a paragraph.
ParaContents
          The interface defining all operations for adding content to a Para, without any operations to return to the outer context.
Row
          A table row.
Section
          The document element representing a section.
SimpleContents
           
Table
          The interface extended by tables with a specific number of columns.
Table2Cols
          A two column table.
Table3Cols
          A three column table.
Table4Cols
          A four column table.
Table5Cols
          A five column table.
Table6Cols
          A 6 column table.
Verbatim
          The document element representing verbatim content.
 

Classes in nl.flotsam.pecia used by nl.flotsam.pecia.builder.html
DocumentElement
          The base interface for (almost) all document elements, that are also containers.
Entry
          The representation of a cell in a table.
LastEntry
          The last entry of a table row.
Para
          The document element representing a paragraph.
ParaContents
          The interface defining all operations for adding content to a Para, without any operations to return to the outer context.
Row
          A table row.
SimpleContents
           
 



Copyright © 2010. All Rights Reserved.