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
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(Class c, String registerName, ConstructorDefinition[] constructors, PropertyDefinition[] propertyDefinitions, LookupDefinition[] lookupDefinitions, AttributeDefinition[] attributeDefinitions, String[] orderedPropertyNames)
Creates a new generic object factory.
-