Uses of Interface
nl.flotsam.pecia.LastEntry

Packages that use LastEntry
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. 
nl.flotsam.pecia.builder.html The package providing a default implementation of the builder interfaces for generating HTML output. 
 

Uses of LastEntry in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia that return LastEntry
 LastEntry<T> LastEntry.para(String text)
          Adds a paragraph containing the text to the current table entry.
 

Methods in nl.flotsam.pecia that return types with arguments of type LastEntry
 Para<? extends LastEntry<T>> LastEntry.para()
          Adds a paragraph to the current table entry.
 

Uses of LastEntry in nl.flotsam.pecia.builder
 

Subinterfaces of LastEntry in nl.flotsam.pecia.builder
 interface LastEntryBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement LastEntry
 class DefaultLastEntryBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return LastEntry
 LastEntry<T> DefaultLastEntryBuilder.document(Documenter<SimpleContents<?>> target)
           
 LastEntry<T> DefaultLastEntryBuilder.para(String text)
           
 

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type LastEntry
 RowFactory.ColDef<LastEntry<T>> RowFactory.LastColDef.col()
           
 Row<LastEntry<T>> RowFactory.LastColDef.create(boolean first)
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.header()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.header()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.header()
           
 ItemizedList<? extends LastEntry<T>> DefaultLastEntryBuilder.itemizedList()
           
 ItemizedList<? extends LastEntry<T>> DefaultLastEntryBuilder.orderedList()
           
 Para<? extends LastEntry<T>> DefaultLastEntryBuilder.para()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.row()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.row()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.row()
           
 Table2Cols<? extends LastEntry<T>> DefaultLastEntryBuilder.table2Cols()
           
 Table3Cols<? extends LastEntry<T>> DefaultLastEntryBuilder.table3Cols()
           
 Table4Cols<? extends LastEntry<T>> DefaultLastEntryBuilder.table4Cols()
           
 Table5Cols<? extends LastEntry<T>> DefaultLastEntryBuilder.table5Cols()
           
 Verbatim<? extends LastEntry<T>> DefaultLastEntryBuilder.verbatim()
           
 

Uses of LastEntry in nl.flotsam.pecia.builder.html
 

Classes in nl.flotsam.pecia.builder.html that implement LastEntry
 class HtmlDocumentBuilder.HtmlLastColBuilder<T>
           
 



Copyright © 2010. All Rights Reserved.