Uses of Interface
org.jfree.xml.attributehandlers.AttributeHandler
Packages that use AttributeHandler
Package
Description
Provides attribute handlers for standard object types.
Utility classes for the XML framework.
-
Uses of AttributeHandler in org.jfree.xml.attributehandlers
Classes in org.jfree.xml.attributehandlers that implement AttributeHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
AString
attribute handler. -
Uses of AttributeHandler in org.jfree.xml.util
Fields in org.jfree.xml.util declared as AttributeHandlerModifier and TypeFieldDescriptionprivate AttributeHandler
AttributeDefinition.handler
The attribute handler.Methods in org.jfree.xml.util that return AttributeHandlerModifier and TypeMethodDescriptionAttributeDefinition.getHandler()
Returns the handler.private AttributeHandler
ObjectFactoryLoader.loadAttributeHandler
(String attribute) Loads an instantiates the attribute handler specified by the given class name.Constructors in org.jfree.xml.util with parameters of type AttributeHandlerModifierConstructorDescriptionAttributeDefinition
(String propertyName, String attributeName, AttributeHandler handler) Creates a new attribute definition.