Uses of Class
org.jfree.xml.util.ConstructorDefinition
-
Packages that use ConstructorDefinition Package Description org.jfree.xml.util Utility classes for the XML framework. -
-
Uses of ConstructorDefinition in org.jfree.xml.util
Fields in org.jfree.xml.util declared as ConstructorDefinition Modifier and Type Field Description private ConstructorDefinition[]
GenericObjectFactory. constructorDefinitions
Storage for the constructor definitions.Methods in org.jfree.xml.util that return ConstructorDefinition Modifier and Type Method Description ConstructorDefinition[]
GenericObjectFactory. getConstructorDefinitions()
Returns the constructor definitions.Constructors in org.jfree.xml.util with parameters of type ConstructorDefinition Constructor 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.
-