Uses of Interface
nl.flotsam.pecia.Table5Cols

Packages that use Table5Cols
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 Table5Cols in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia that return Table5Cols
 Table5Cols<? extends V> SimpleContents.table5Cols()
          Adds a five-column table.
 

Uses of Table5Cols in nl.flotsam.pecia.builder
 

Subinterfaces of Table5Cols in nl.flotsam.pecia.builder
 interface Table5ColsBuilder<T>
           
 

Uses of Table5Cols in nl.flotsam.pecia.builder.base
 

Classes in nl.flotsam.pecia.builder.base that implement Table5Cols
 class DefaultTable5ColsBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return Table5Cols
 Table5Cols<? extends Section<T>> DefaultSectionBuilder.table5Cols()
           
 Table5Cols<? extends LastEntry<T>> DefaultLastEntryBuilder.table5Cols()
           
 Table5Cols<? extends Entry<T>> DefaultEntryBuilder.table5Cols()
           
 Table5Cols<? extends Article<T>> DefaultArticleBuilder.table5Cols()
           
 

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Table5Cols
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 



Copyright © 2010. All Rights Reserved.