Package simple.template.layout

Interface Summary
Layout The Layout object is used to perform a layout given a specific target path.
Panel The Panel object is used to represent a means for a document to be written into a frame definition or screen.
Tile The Tile object is used to represent a value that has been acquired from a Source.
Viewer A Viewer object represents a template with a set of properties.
ViewerFactory The ViewerFactory serves to resolve a template view from a specified path.
 

Class Summary
LayoutFactory The LayoutFactory retrieves a Layout implementation for the system.
PlainLayout The PlainLayout object provides an implementation of the Layout interface, which performs no layout.
TileLayout The TileLayout provides a document layout that can be used to build a graph of templates that can be used to create a single view.