Package | Description |
---|---|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Field and Description |
---|---|
private LookupDefinition[] |
GenericObjectFactory.lookupDefinitions
Storage for the lookup definitions.
|
Modifier and Type | Method and Description |
---|---|
LookupDefinition[] |
GenericObjectFactory.getLookupDefinitions()
Returns the lookup definitions.
|
Constructor and Description |
---|
GenericObjectFactory(java.lang.Class c,
java.lang.String registerName,
ConstructorDefinition[] constructors,
PropertyDefinition[] propertyDefinitions,
LookupDefinition[] lookupDefinitions,
AttributeDefinition[] attributeDefinitions,
java.lang.String[] orderedPropertyNames)
Creates a new generic object factory.
|