Uses of Interface
nl.flotsam.pecia.Table

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

Subinterfaces of Table in nl.flotsam.pecia
 interface Table2Cols<T>
          A two column table.
 interface Table3Cols<T>
          A three column table.
 interface Table4Cols<T>
          A four column table.
 interface Table5Cols<T>
          A five column table.
 interface Table6Cols<T>
          A 6 column table.
 

Uses of Table in nl.flotsam.pecia.builder
 

Subinterfaces of Table in nl.flotsam.pecia.builder
 interface Table2ColsBuilder<T>
           
 interface Table3ColsBuilder<T>
           
 interface Table4ColsBuilder<T>
           
 interface Table5ColsBuilder<T>
           
 interface Table6ColsBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Table
 class DefaultTable2ColsBuilder<T>
           
 class DefaultTable3ColsBuilder<T>
           
 class DefaultTable4ColsBuilder<T>
           
 class DefaultTable5ColsBuilder<T>
           
 class DefaultTable6ColsBuilder<T>
           
 



Copyright © 2010. All Rights Reserved.