|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParaContents | |
---|---|
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 ParaContents in nl.flotsam.pecia |
---|
Subinterfaces of ParaContents in nl.flotsam.pecia | |
---|---|
interface |
Para<T>
The document element representing a paragraph. |
Method parameters in nl.flotsam.pecia with type arguments of type ParaContents | |
---|---|
Para<T> |
ParaContents.document(Documenter<ParaContents<?>> target)
Generates documentation, and returns the current context. |
Uses of ParaContents in nl.flotsam.pecia.builder |
---|
Subinterfaces of ParaContents in nl.flotsam.pecia.builder | |
---|---|
interface |
ParaBuilder<T>
|
Uses of ParaContents in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement ParaContents | |
---|---|
class |
DefaultParaBuilder<T>
|
Method parameters in nl.flotsam.pecia.builder.base with type arguments of type ParaContents | |
---|---|
Para<T> |
DefaultParaBuilder.document(Documenter<ParaContents<?>> target)
|
Uses of ParaContents in nl.flotsam.pecia.builder.html |
---|
Classes in nl.flotsam.pecia.builder.html that implement ParaContents | |
---|---|
static class |
HtmlDocumentBuilder.HtmlParaBuilder<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |