Package | Description |
---|---|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Field and Description |
---|---|
private PropertyDefinition[] |
GenericObjectFactory.propertyDefinitions
Storage for the property definitions.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByPropertyName(java.lang.String propertyName)
Returns the property definition for the specified property name.
|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByTagName(java.lang.String tagName)
Returns a property definition for the specified tag name.
|
PropertyDefinition[] |
GenericObjectFactory.getPropertyDefinitions()
Returns the property 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.
|