| Package | Description |
|---|---|
| org.jfree.xml.parser.coretypes |
XML writers for some core classes.
|
| org.jfree.xml.util |
Utility classes for the XML framework.
|
| org.jfree.xml.writer.coretypes |
Writers for some core classes.
|
| Constructor and Description |
|---|
GenericReadHandler(GenericObjectFactory factory)
Creates a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
GenericObjectFactory |
ObjectFactoryLoader.getFactoryForClass(Class c)
Returns a factory instance for the given class.
|
GenericObjectFactory |
ObjectFactory.getFactoryForClass(Class c)
Returns the generic factory for the given class or null, if there is
no handler for this class.
|
GenericObjectFactory |
SimpleObjectFactory.getFactoryForClass(Class c)
Returns a factory instance for the given class.
|
GenericObjectFactory |
GenericObjectFactory.getInstance()
Returns a copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleObjectFactory.addGenericHandler(GenericObjectFactory handler)
Adds a generic handler.
|
| Constructor and Description |
|---|
GenericWriteHandler(GenericObjectFactory factory)
Creates a new handler.
|
Copyright © 2009-2012 jtstand.com. All Rights Reserved.