|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedSection | |
---|---|
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 AnnotatedSection in nl.flotsam.pecia |
---|
Methods in nl.flotsam.pecia that return AnnotatedSection | |
---|---|
AnnotatedSection<T> |
AnnotatedSection.mark(String id)
Marks the section with a certain unique identifier. |
AnnotatedSection<? extends V> |
Contents.section(String title)
Adds a new section. |
Uses of AnnotatedSection in nl.flotsam.pecia.builder |
---|
Subinterfaces of AnnotatedSection in nl.flotsam.pecia.builder | |
---|---|
interface |
SectionBuilder<T>
|
Uses of AnnotatedSection in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement AnnotatedSection | |
---|---|
class |
DefaultSectionBuilder<T>
|
Methods in nl.flotsam.pecia.builder.base that return AnnotatedSection | |
---|---|
AnnotatedSection<T> |
DefaultSectionBuilder.mark(String id)
|
AnnotatedSection<? extends Section<T>> |
DefaultSectionBuilder.section(String title)
|
AnnotatedSection<? extends Article<T>> |
DefaultArticleBuilder.section(String title)
|
AnnotatedSection<T> |
DefaultSectionBuilder.start()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |