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