|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table2Cols | |
---|---|
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 Table2Cols in nl.flotsam.pecia |
---|
Methods in nl.flotsam.pecia that return Table2Cols | |
---|---|
Table2Cols<? extends V> |
SimpleContents.table2Cols()
Adds a two-column table. |
Uses of Table2Cols in nl.flotsam.pecia.builder |
---|
Subinterfaces of Table2Cols in nl.flotsam.pecia.builder | |
---|---|
interface |
Table2ColsBuilder<T>
|
Uses of Table2Cols in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement Table2Cols | |
---|---|
class |
DefaultTable2ColsBuilder<T>
|
Methods in nl.flotsam.pecia.builder.base that return Table2Cols | |
---|---|
Table2Cols<? extends Section<T>> |
DefaultSectionBuilder.table2Cols()
|
Table2Cols<? extends LastEntry<T>> |
DefaultLastEntryBuilder.table2Cols()
|
Table2Cols<? extends Entry<T>> |
DefaultEntryBuilder.table2Cols()
|
Table2Cols<? extends Article<T>> |
DefaultArticleBuilder.table2Cols()
|
Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Table2Cols | |
---|---|
Row<Entry<LastEntry<Table2Cols<T>>>> |
DefaultTable2ColsBuilder.header()
|
Row<Entry<LastEntry<Table2Cols<T>>>> |
DefaultTable2ColsBuilder.row()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |