|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LastEntryBuilder | |
---|---|
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 LastEntryBuilder in nl.flotsam.pecia.builder |
---|
Methods in nl.flotsam.pecia.builder that return LastEntryBuilder | ||
---|---|---|
|
DocumentBuilder.createLastEntry(T parent,
boolean header,
DocumentBuilder builder)
|
Uses of LastEntryBuilder in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement LastEntryBuilder | |
---|---|
class |
DefaultLastEntryBuilder<T>
|
Methods in nl.flotsam.pecia.builder.base that return LastEntryBuilder | ||
---|---|---|
|
DefaultDocumentBuilder.createLastEntry(T parent,
boolean header,
DocumentBuilder builder)
|
|
LastEntryBuilder<T> |
DefaultLastEntryBuilder.start()
|
Uses of LastEntryBuilder in nl.flotsam.pecia.builder.html |
---|
Classes in nl.flotsam.pecia.builder.html that implement LastEntryBuilder | |
---|---|
class |
HtmlDocumentBuilder.HtmlLastColBuilder<T>
|
Methods in nl.flotsam.pecia.builder.html that return LastEntryBuilder | ||
---|---|---|
|
HtmlDocumentBuilder.createLastEntry(T parent,
boolean header,
DocumentBuilder builder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |