JCommon 1.0.17-redhat-2

Uses of Interface
org.jfree.xml.attributehandlers.AttributeHandler

Packages that use AttributeHandler
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
 class BooleanAttributeHandler
          A class that handles the conversion of Boolean attributes to and from their String representation.
 class ByteAttributeHandler
          A class that handles the conversion of Byte attributes to and from an appropriate String representation.
 class CharacterAttributeHandler
          A class that handles the conversion of Character attributes to and from an appropriate String representation.
 class DoubleAttributeHandler
          A class that handles the conversion of Double attributes to and from an appropriate String representation.
 class FloatAttributeHandler
          A class that handles the conversion of Float attributes to and from an appropriate String representation.
 class IntegerAttributeHandler
          A class that handles the conversion of Integer attributes to and from an appropriate String representation.
 class LongAttributeHandler
          A class that handles the conversion of Long attributes to and from an appropriate String representation.
 class ShortAttributeHandler
          A class that handles the conversion of Short attributes to and from an appropriate String representation.
 class StringAttributeHandler
          A String attribute handler.
 

Uses of AttributeHandler in org.jfree.xml.util
 

Methods in org.jfree.xml.util that return AttributeHandler
 AttributeHandler AttributeDefinition.getHandler()
          Returns the handler.
 

Constructors in org.jfree.xml.util with parameters of type AttributeHandler
AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)
          Creates a new attribute definition.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.