Uses of Class
org.jfree.xml.util.PropertyDefinition
-
Packages that use PropertyDefinition Package Description org.jfree.xml.util Utility classes for the XML framework. -
-
Uses of PropertyDefinition in org.jfree.xml.util
Fields in org.jfree.xml.util declared as PropertyDefinition Modifier and Type Field Description private PropertyDefinition[]GenericObjectFactory. propertyDefinitionsStorage for the property definitions.Methods in org.jfree.xml.util that return PropertyDefinition Modifier and Type Method Description PropertyDefinitionGenericObjectFactory. getPropertyDefinitionByPropertyName(java.lang.String propertyName)Returns the property definition for the specified property name.PropertyDefinitionGenericObjectFactory. getPropertyDefinitionByTagName(java.lang.String tagName)Returns a property definition for the specified tag name.PropertyDefinition[]GenericObjectFactory. getPropertyDefinitions()Returns the property definitions.Constructors in org.jfree.xml.util with parameters of type PropertyDefinition 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.
-