Uses of Class
org.jfree.xml.util.PropertyDefinition
Packages that use PropertyDefinition
-
Uses of PropertyDefinition in org.jfree.xml.util
Fields in org.jfree.xml.util declared as PropertyDefinitionModifier and TypeFieldDescriptionprivate final PropertyDefinition[]
GenericObjectFactory.propertyDefinitions
Storage for the property definitions.Methods in org.jfree.xml.util that return PropertyDefinitionModifier and TypeMethodDescriptionGenericObjectFactory.getPropertyDefinitionByPropertyName
(String propertyName) Returns the property definition for the specified property name.GenericObjectFactory.getPropertyDefinitionByTagName
(String tagName) Returns a property definition for the specified tag name.GenericObjectFactory.getPropertyDefinitions()
Returns the property definitions.Constructors in org.jfree.xml.util with parameters of type PropertyDefinitionModifierConstructorDescriptionGenericObjectFactory
(Class c, String registerName, ConstructorDefinition[] constructors, PropertyDefinition[] propertyDefinitions, LookupDefinition[] lookupDefinitions, AttributeDefinition[] attributeDefinitions, String[] orderedPropertyNames) Creates a new generic object factory.