Uses of Interface
nl.flotsam.pecia.Table3Cols

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

Methods in nl.flotsam.pecia that return Table3Cols
 Table3Cols<? extends V> SimpleContents.table3Cols()
          Adds a three-column table.
 

Uses of Table3Cols in nl.flotsam.pecia.builder
 

Subinterfaces of Table3Cols in nl.flotsam.pecia.builder
 interface Table3ColsBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Table3Cols
 class DefaultTable3ColsBuilder<T>
           
 

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

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



Copyright © 2010. All Rights Reserved.