Uses of Class
org.jfree.xml.util.GenericObjectFactory
Packages that use GenericObjectFactory
Package
Description
XML writers for some core classes.
Utility classes for the XML framework.
Writers for some core classes.
-
Uses of GenericObjectFactory in org.jfree.xml.parser.coretypes
Fields in org.jfree.xml.parser.coretypes declared as GenericObjectFactoryModifier and TypeFieldDescriptionprivate GenericObjectFactory
GenericReadHandler.objectFactory
The generic object factory.Constructors in org.jfree.xml.parser.coretypes with parameters of type GenericObjectFactoryModifierConstructorDescriptionGenericReadHandler
(GenericObjectFactory factory) Creates a new handler. -
Uses of GenericObjectFactory in org.jfree.xml.util
Methods in org.jfree.xml.util that return GenericObjectFactoryModifier and TypeMethodDescriptionObjectFactory.getFactoryForClass
(Class c) Returns the generic factory for the given class or null, if there is no handler for this class.ObjectFactoryLoader.getFactoryForClass
(Class c) Returns a factory instance for the given class.SimpleObjectFactory.getFactoryForClass
(Class c) Returns a factory instance for the given class.GenericObjectFactory.getInstance()
Returns a copy of this instance.Methods in org.jfree.xml.util with parameters of type GenericObjectFactoryModifier and TypeMethodDescriptionvoid
SimpleObjectFactory.addGenericHandler
(GenericObjectFactory handler) Adds a generic handler.private void
ObjectFactoryLoader.performSuperClassUpdate
(GenericObjectFactory gef) Constructors in org.jfree.xml.util with parameters of type GenericObjectFactoryModifierConstructorDescriptionprivate
GenericObjectFactory
(GenericObjectFactory factory) A copy constructor. -
Uses of GenericObjectFactory in org.jfree.xml.writer.coretypes
Fields in org.jfree.xml.writer.coretypes declared as GenericObjectFactoryConstructors in org.jfree.xml.writer.coretypes with parameters of type GenericObjectFactoryModifierConstructorDescriptionGenericWriteHandler
(GenericObjectFactory factory) Creates a new handler.