| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleContents<V>
| Method Summary | |
|---|---|
 V | 
document(Documenter<SimpleContents<?>> target)
Generates documentation, and returns the current context.  | 
 ItemizedList<? extends V> | 
itemizedList()
Adds an itemized list.  | 
 ItemizedList<? extends V> | 
orderedList()
Adds an ordered list.  | 
 Para<? extends V> | 
para()
Adds a paragraph.  | 
 V | 
para(String text)
Adds a paragraph ( Para) containing the text passed in. | 
 Table2Cols<? extends V> | 
table2Cols()
Adds a two-column table.  | 
 Table3Cols<? extends V> | 
table3Cols()
Adds a three-column table.  | 
 Table4Cols<? extends V> | 
table4Cols()
Adds a four-column table.  | 
 Table5Cols<? extends V> | 
table5Cols()
Adds a five-column table.  | 
 Verbatim<? extends V> | 
verbatim()
Adds verbatim content.  | 
| Method Detail | 
|---|
Para<? extends V> para()
V para(String text)
Para) containing the text passed in.
text - The text to be added to the paragraph.
Verbatim<? extends V> verbatim()
ItemizedList<? extends V> itemizedList()
ItemizedList<? extends V> orderedList()
Table2Cols<? extends V> table2Cols()
Table3Cols<? extends V> table3Cols()
Table4Cols<? extends V> table4Cols()
Table5Cols<? extends V> table5Cols()
V document(Documenter<SimpleContents<?>> target)
target - The object generating the documentation.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||