Uses of Interface
org.apache.stylebook.Producer

Packages that use Producer
org.apache.stylebook   
org.apache.stylebook.producers   
 

Uses of Producer in org.apache.stylebook
 

Methods in org.apache.stylebook that return Producer
 Producer BasicEngine.getProducer(String name)
          Return a Producer instance associated with the specified name.
static Producer ComponentFactory.getProducer(String classname)
          Create a new Producer instance.
 Producer Engine.getProducer(String name)
          Return a Producer instance associated with the specified name.
 

Uses of Producer in org.apache.stylebook.producers
 

Classes in org.apache.stylebook.producers that implement Producer
 class ContextProducer
           
 class DirectoryProducer
           
 class ParserProducer
           
 class ProjectProducer