Uses of Class
org.jfree.xml.util.ConstructorDefinition
Packages that use ConstructorDefinition
-
Uses of ConstructorDefinition in org.jfree.xml.util
Fields in org.jfree.xml.util declared as ConstructorDefinitionModifier and TypeFieldDescriptionprivate final ConstructorDefinition[]GenericObjectFactory.constructorDefinitionsStorage for the constructor definitions.Methods in org.jfree.xml.util that return ConstructorDefinitionModifier and TypeMethodDescriptionGenericObjectFactory.getConstructorDefinitions()Returns the constructor definitions.Constructors in org.jfree.xml.util with parameters of type ConstructorDefinitionModifierConstructorDescriptionGenericObjectFactory(Class c, String registerName, ConstructorDefinition[] constructors, PropertyDefinition[] propertyDefinitions, LookupDefinition[] lookupDefinitions, AttributeDefinition[] attributeDefinitions, String[] orderedPropertyNames) Creates a new generic object factory.