uk.org.ponder.rsf.producers |
An RSF component producer populates a section of the view tree, given a
base container where production is to begin. This package contains basic
producer interfaces.
|
Java Source File Name | Type | Comment |
BasicProducer.java | Interface | A basic "producer" with no specific seed component. |
GenericProducer.java | Interface | A generic producer which fills a supplied container based on an Object
as initialisation data. |
LayoutProducer.java | Interface | A signature suitable for a producer implementing an exterior "layout" -
see http://www2.caret.cam.ac.uk/rsfwiki/Wiki.jsp?page=OuterPageTemplates. |
NullaryProducer.java | Interface | A view producer with no user-exported dependencies. |