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.
|
Modifier and Type | Field and Description |
---|---|
private GenericObjectFactory |
GenericReadHandler.objectFactory
The generic object factory.
|
Constructor and Description |
---|
GenericReadHandler(GenericObjectFactory factory)
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
GenericObjectFactory |
SimpleObjectFactory.getFactoryForClass(java.lang.Class c)
Returns a factory instance for the given class.
|
GenericObjectFactory |
ObjectFactoryLoader.getFactoryForClass(java.lang.Class c)
Returns a factory instance for the given class.
|
GenericObjectFactory |
ObjectFactory.getFactoryForClass(java.lang.Class c)
Returns the generic factory for the given class or null, if there is
no handler for this 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.
|
private void |
ObjectFactoryLoader.performSuperClassUpdate(GenericObjectFactory gef) |
Constructor and Description |
---|
GenericObjectFactory(GenericObjectFactory factory)
A copy constructor.
|
Modifier and Type | Field and Description |
---|---|
private GenericObjectFactory |
GenericWriteHandler.factory |
Constructor and Description |
---|
GenericWriteHandler(GenericObjectFactory factory)
Creates a new handler.
|