|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.io.ext.factory.elements.ElementFactoryCollector
An element factory that encapsulates multiple element factories.
Constructor Summary | |
ElementFactoryCollector()
Creates a new element factory. |
Method Summary | |
void |
addFactory(ElementFactory factory)
Adds an element factory. |
Element |
getElementForType(java.lang.String type)
Returns an element for the given type. |
java.util.Iterator |
getFactories()
Returns an iterator that provides access to the factories. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElementFactoryCollector()
Method Detail |
public void addFactory(ElementFactory factory)
factory
- the factory.public java.util.Iterator getFactories()
public Element getElementForType(java.lang.String type)
getElementForType
in interface ElementFactory
type
- the content type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |