Package | Description |
---|---|
org.jfree.xml.attributehandlers |
Provides attribute handlers for standard object types.
|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
private AttributeHandler |
AttributeDefinition.handler
The attribute handler.
|
Modifier and Type | Method and Description |
---|---|
AttributeHandler |
AttributeDefinition.getHandler()
Returns the handler.
|
private AttributeHandler |
ObjectFactoryLoader.loadAttributeHandler(java.lang.String attribute)
Loads an instantiates the attribute handler specified by the given
class name.
|
Constructor and Description |
---|
AttributeDefinition(java.lang.String propertyName,
java.lang.String attributeName,
AttributeHandler handler)
Creates a new attribute definition.
|