|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.factory.objects.ClassFactoryImpl
org.jfree.xml.factory.objects.ClassFactoryCollector
A class factory collector.
| Constructor Summary | |
ClassFactoryCollector()
Creates a new class factory collector. |
|
| Method Summary | |
void |
addFactory(ClassFactory factory)
Adds a class factory to the collection. |
void |
configure(Configuration config)
Configures this factory. |
ObjectDescription |
getDescriptionForClass(java.lang.Class c)
Returns an object description for a class. |
java.util.Iterator |
getFactories()
Returns an iterator the provides access to all the factories in the collection. |
java.util.Iterator |
getRegisteredClasses()
Returns an iterator that provices access to the registered classes. |
ObjectDescription |
getSuperClassObjectDescription(java.lang.Class d,
ObjectDescription knownSuperClass)
Returns an object-description for the super class of a class. |
| Methods inherited from class org.jfree.xml.factory.objects.ClassFactoryImpl |
getComparator, getConfig, registerClass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassFactoryCollector()
| Method Detail |
public void addFactory(ClassFactory factory)
factory - the factory.public java.util.Iterator getFactories()
public ObjectDescription getDescriptionForClass(java.lang.Class c)
getDescriptionForClass in interface ClassFactorygetDescriptionForClass in class ClassFactoryImplc - the class.
public ObjectDescription getSuperClassObjectDescription(java.lang.Class d,
ObjectDescription knownSuperClass)
getSuperClassObjectDescription in interface ClassFactorygetSuperClassObjectDescription in class ClassFactoryImpld - the class.knownSuperClass - the last known super class or null.
public java.util.Iterator getRegisteredClasses()
getRegisteredClasses in interface ClassFactorygetRegisteredClasses in class ClassFactoryImplpublic void configure(Configuration config)
The configuration contents may change during the reporting.
configure in interface ClassFactoryconfigure in class ClassFactoryImplconfig - the configuration, never null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||