Uses of Interface
nl.flotsam.pecia.ItemizedList

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

Methods in nl.flotsam.pecia that return ItemizedList
 ItemizedList<T> ItemizedList.item(String text)
          Adds a new list item, populates it with a Para containing the text passed in.
 ItemizedList<? extends V> SimpleContents.itemizedList()
          Adds an itemized list.
 ItemizedList<? extends V> SimpleContents.orderedList()
          Adds an ordered list.
 

Methods in nl.flotsam.pecia that return types with arguments of type ItemizedList
 ListItem<? extends ItemizedList<T>> ItemizedList.item()
          Adds a new list item, allowing the list item to be populated in any specific way you desire.
 

Uses of ItemizedList in nl.flotsam.pecia.builder
 

Subinterfaces of ItemizedList in nl.flotsam.pecia.builder
 interface ItemizedListBuilder<T>
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement ItemizedList
 class DefaultItemizedListBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return ItemizedList
 ItemizedList<T> DefaultItemizedListBuilder.item(String text)
           
 ItemizedList<? extends Section<T>> DefaultSectionBuilder.itemizedList()
           
 ItemizedList<? extends LastEntry<T>> DefaultLastEntryBuilder.itemizedList()
           
 ItemizedList<? extends Entry<T>> DefaultEntryBuilder.itemizedList()
           
 ItemizedList<? extends Article<T>> DefaultArticleBuilder.itemizedList()
           
 ItemizedList<? extends Section<T>> DefaultSectionBuilder.orderedList()
           
 ItemizedList<? extends LastEntry<T>> DefaultLastEntryBuilder.orderedList()
           
 ItemizedList<? extends Entry<T>> DefaultEntryBuilder.orderedList()
           
 ItemizedList<? extends Article<T>> DefaultArticleBuilder.orderedList()
           
 ItemizedList<T> DefaultItemizedListBuilder.start()
           
 

Methods in nl.flotsam.pecia.builder.base that return types with arguments of type ItemizedList
 ListItem<? extends ItemizedList<T>> DefaultItemizedListBuilder.item()
           
 



Copyright © 2010. All Rights Reserved.