|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.xml.factory.objects.ArrayClassFactory
An class that implements the ClassFactory
interface to
create Arrays of objects. The object descriptions are created on
demand.
Constructor Summary | |
---|---|
ArrayClassFactory()
|
Method Summary | |
---|---|
void |
configure(Configuration config)
Configures this factory. |
ObjectDescription |
getDescriptionForClass(java.lang.Class c)
Returns an object description for a class. |
java.util.Iterator |
getRegisteredClasses()
Returns an iterator for 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayClassFactory()
Method Detail |
public ObjectDescription getDescriptionForClass(java.lang.Class c)
getDescriptionForClass
in interface ClassFactory
c
- the class.
public ObjectDescription getSuperClassObjectDescription(java.lang.Class d, ObjectDescription knownSuperClass)
getSuperClassObjectDescription
in interface ClassFactory
d
- the class.knownSuperClass
- the last known super class or null.
public java.util.Iterator getRegisteredClasses()
This method exists to support query tools for UI design, do not rely on it for day to day work.
getRegisteredClasses
in interface ClassFactory
public void configure(Configuration config)
The configuration contents may change during the reporting.
configure
in interface ClassFactory
config
- the configuration, never null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |