|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.flotsam.pecia.builder.base.AbstractBuilder<T>
nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder<T>
public class DefaultLastEntryBuilder<T>
Constructor Summary | |
---|---|
DefaultLastEntryBuilder(DocumentBuilder builder,
T parent,
boolean header,
LifecycleListener listener)
|
Method Summary | |
---|---|
LastEntry<T> |
document(Documenter<SimpleContents<?>> target)
Generates documentation, and returns the current context. |
T |
end()
Signals the end of the document element. |
ItemizedList<? extends LastEntry<T>> |
itemizedList()
Adds an itemized list. |
ItemizedList<? extends LastEntry<T>> |
orderedList()
Adds an ordered list. |
Para<? extends LastEntry<T>> |
para()
Adds a paragraph to the current table entry. |
LastEntry<T> |
para(String text)
Adds a paragraph containing the text to the current table entry. |
LastEntryBuilder<T> |
start()
|
Table2Cols<? extends LastEntry<T>> |
table2Cols()
Adds a two-column table. |
Table3Cols<? extends LastEntry<T>> |
table3Cols()
Adds a three-column table. |
Table4Cols<? extends LastEntry<T>> |
table4Cols()
Adds a four-column table. |
Table5Cols<? extends LastEntry<T>> |
table5Cols()
Adds a five-column table. |
Verbatim<? extends LastEntry<T>> |
verbatim()
Adds verbatim content. |
Methods inherited from class nl.flotsam.pecia.builder.base.AbstractBuilder |
---|
getBuilder, getListener, getParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultLastEntryBuilder(DocumentBuilder builder, T parent, boolean header, LifecycleListener listener)
Method Detail |
---|
public T end()
DocumentElement
end
in interface DocumentElement<T>
end
in interface LastEntry<T>
end
in class AbstractBuilder<T>
public Para<? extends LastEntry<T>> para()
LastEntry
para
in interface LastEntry<T>
para
in interface SimpleContents<LastEntry<T>>
public LastEntryBuilder<T> start()
start
in interface Initializer<LastEntryBuilder<T>>
public LastEntry<T> para(String text)
LastEntry
para
in interface LastEntry<T>
para
in interface SimpleContents<LastEntry<T>>
text
- The text to be added to the paragraph.
public LastEntry<T> document(Documenter<SimpleContents<?>> target)
SimpleContents
document
in interface SimpleContents<LastEntry<T>>
target
- The object generating the documentation.public ItemizedList<? extends LastEntry<T>> itemizedList()
SimpleContents
itemizedList
in interface SimpleContents<LastEntry<T>>
public ItemizedList<? extends LastEntry<T>> orderedList()
SimpleContents
orderedList
in interface SimpleContents<LastEntry<T>>
public Table2Cols<? extends LastEntry<T>> table2Cols()
SimpleContents
table2Cols
in interface SimpleContents<LastEntry<T>>
public Table3Cols<? extends LastEntry<T>> table3Cols()
SimpleContents
table3Cols
in interface SimpleContents<LastEntry<T>>
public Table4Cols<? extends LastEntry<T>> table4Cols()
SimpleContents
table4Cols
in interface SimpleContents<LastEntry<T>>
public Table5Cols<? extends LastEntry<T>> table5Cols()
SimpleContents
table5Cols
in interface SimpleContents<LastEntry<T>>
public Verbatim<? extends LastEntry<T>> verbatim()
SimpleContents
verbatim
in interface SimpleContents<LastEntry<T>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |