Uses of Interface
nl.flotsam.pecia.builder.ItemizedListBuilder

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

Methods in nl.flotsam.pecia.builder that return ItemizedListBuilder
<T> ItemizedListBuilder<T>
DocumentBuilder.createItemizedList(T parent, DocumentBuilder builder)
           
<T> ItemizedListBuilder<T>
DocumentBuilder.createOrderedList(T parent, DocumentBuilder builder)
           
 

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

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

Methods in nl.flotsam.pecia.builder.base that return ItemizedListBuilder
<T> ItemizedListBuilder<T>
DefaultDocumentBuilder.createItemizedList(T parent, DocumentBuilder builder)
           
<T> ItemizedListBuilder<T>
DefaultDocumentBuilder.createOrderedList(T parent, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.