FOA

Uses of Class
foa.bricks.Brick.Maker

Packages that use Brick.Maker
foa.bricks   
foa.bricks.complex   
foa.bricks.simple   
 

Uses of Brick.Maker in foa.bricks
 

Methods in foa.bricks that return Brick.Maker
static Brick.Maker Brick.maker()
           
 

Uses of Brick.Maker in foa.bricks.complex
 

Subclasses of Brick.Maker in foa.bricks.complex
static class InternalLink.Maker
           
static class InternalReference.Maker
           
static class ListBlock.Maker
           
static class ListBody.Maker
           
static class ListItem.Maker
           
static class ListLabel.Maker
           
static class OrderedListItem.Maker
           
static class SimpleTable.Maker
           
static class TableCell.Maker
           
static class TableRow.Maker
           
static class UnorderedListItem.Maker
           
 

Methods in foa.bricks.complex that return Brick.Maker
static Brick.Maker SimpleTable.maker()
           
static Brick.Maker InternalLink.maker()
           
static Brick.Maker UnorderedListItem.maker()
           
static Brick.Maker ListLabel.maker()
           
static Brick.Maker TableCell.maker()
           
static Brick.Maker OrderedListItem.maker()
           
static Brick.Maker ListBlock.maker()
           
static Brick.Maker ListItem.maker()
           
static Brick.Maker ListBody.maker()
           
static Brick.Maker TableRow.maker()
           
static Brick.Maker InternalReference.maker()
           
 

Uses of Brick.Maker in foa.bricks.simple
 

Subclasses of Brick.Maker in foa.bricks.simple
static class Emphasis.Maker
           
static class ExternalLink.Maker
           
static class ImageReference.Maker
           
static class Paragraph.Maker
           
 

Methods in foa.bricks.simple that return Brick.Maker
static Brick.Maker Paragraph.maker()
           
static Brick.Maker ExternalLink.maker()
           
static Brick.Maker ImageReference.maker()
           
static Brick.Maker Emphasis.maker()
           
 


FOA