Uses of Interface
nl.flotsam.pecia.Table4Cols

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

Methods in nl.flotsam.pecia that return Table4Cols
 Table4Cols<? extends V> SimpleContents.table4Cols()
          Adds a four-column table.
 

Uses of Table4Cols in nl.flotsam.pecia.builder
 

Subinterfaces of Table4Cols in nl.flotsam.pecia.builder
 interface Table4ColsBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Table4Cols
 class DefaultTable4ColsBuilder<T>
           
 

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

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



Copyright © 2010. All Rights Reserved.