Uses of Interface
nl.flotsam.pecia.Entry

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

Methods in nl.flotsam.pecia that return Entry
 Entry<T> Entry.para(String text)
          Adds a new paragraph containing just the text passed in.
 

Methods in nl.flotsam.pecia that return types with arguments of type Entry
 Para<? extends Entry<T>> Entry.para()
          Creates a paragraph.
 

Uses of Entry in nl.flotsam.pecia.builder
 

Subinterfaces of Entry in nl.flotsam.pecia.builder
 interface EntryBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement Entry
 class DefaultEntryBuilder<T>
           
 

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

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Entry
 RowFactory.ColDef<Entry<T>> RowFactory.ColDef.col()
          Inserts a new column.
 Row<Entry<T>> RowFactory.ColDef.create(boolean first)
          Constructs the row.
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 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<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.header()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.header()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.header()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.header()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.header()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.header()
           
 ItemizedList<? extends Entry<T>> DefaultEntryBuilder.itemizedList()
           
 ItemizedList<? extends Entry<T>> DefaultEntryBuilder.orderedList()
           
 Para<? extends Entry<T>> DefaultEntryBuilder.para()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 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<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.row()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.row()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.row()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.row()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.row()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.row()
           
 Table2Cols<? extends Entry<T>> DefaultEntryBuilder.table2Cols()
           
 Table3Cols<? extends Entry<T>> DefaultEntryBuilder.table3Cols()
           
 Table4Cols<? extends Entry<T>> DefaultEntryBuilder.table4Cols()
           
 Table5Cols<? extends Entry<T>> DefaultEntryBuilder.table5Cols()
           
 Verbatim<? extends Entry<T>> DefaultEntryBuilder.verbatim()
           
 

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

Classes in nl.flotsam.pecia.builder.html that implement Entry
 class HtmlDocumentBuilder.HtmlColBuilder<T>
           
 



Copyright © 2010. All Rights Reserved.