Uses of Interface
org.jfree.xml.attributehandlers.AttributeHandler
-
Packages that use AttributeHandler Package Description org.jfree.xml.attributehandlers Provides attribute handlers for standard object types.org.jfree.xml.util Utility classes for the XML framework. -
-
Uses of AttributeHandler in org.jfree.xml.attributehandlers
Classes in org.jfree.xml.attributehandlers that implement AttributeHandler Modifier and Type Class Description classBooleanAttributeHandlerA class that handles the conversion ofBooleanattributes to and from theirStringrepresentation.classByteAttributeHandlerA class that handles the conversion ofByteattributes to and from an appropriateStringrepresentation.classCharacterAttributeHandlerA class that handles the conversion ofCharacterattributes to and from an appropriateStringrepresentation.classDoubleAttributeHandlerA class that handles the conversion ofDoubleattributes to and from an appropriateStringrepresentation.classFloatAttributeHandlerA class that handles the conversion ofFloatattributes to and from an appropriateStringrepresentation.classIntegerAttributeHandlerA class that handles the conversion ofIntegerattributes to and from an appropriateStringrepresentation.classLongAttributeHandlerA class that handles the conversion ofLongattributes to and from an appropriateStringrepresentation.classShortAttributeHandlerA class that handles the conversion ofShortattributes to and from an appropriateStringrepresentation.classStringAttributeHandlerAStringattribute handler. -
Uses of AttributeHandler in org.jfree.xml.util
Fields in org.jfree.xml.util declared as AttributeHandler Modifier and Type Field Description private AttributeHandlerAttributeDefinition. handlerThe attribute handler.Methods in org.jfree.xml.util that return AttributeHandler Modifier and Type Method Description AttributeHandlerAttributeDefinition. getHandler()Returns the handler.private AttributeHandlerObjectFactoryLoader. loadAttributeHandler(java.lang.String attribute)Loads an instantiates the attribute handler specified by the given class name.Constructors in org.jfree.xml.util with parameters of type AttributeHandler Constructor Description AttributeDefinition(java.lang.String propertyName, java.lang.String attributeName, AttributeHandler handler)Creates a new attribute definition.
-