JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.xml.util.GenericObjectFactory

Packages that use GenericObjectFactory
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. 
 

Uses of GenericObjectFactory in org.jfree.xml.parser.coretypes
 

Constructors in org.jfree.xml.parser.coretypes with parameters of type GenericObjectFactory
GenericReadHandler(GenericObjectFactory factory)
          Creates a new handler.
 

Uses of GenericObjectFactory in org.jfree.xml.util
 

Methods in org.jfree.xml.util that return GenericObjectFactory
 GenericObjectFactory SimpleObjectFactory.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 ObjectFactoryLoader.getFactoryForClass(Class c)
          Returns a factory instance for the given class.
 GenericObjectFactory GenericObjectFactory.getInstance()
          Returns a copy of this instance.
 

Methods in org.jfree.xml.util with parameters of type GenericObjectFactory
 void SimpleObjectFactory.addGenericHandler(GenericObjectFactory handler)
          Adds a generic handler.
 

Uses of GenericObjectFactory in org.jfree.xml.writer.coretypes
 

Constructors in org.jfree.xml.writer.coretypes with parameters of type GenericObjectFactory
GenericWriteHandler(GenericObjectFactory factory)
          Creates a new handler.
 


JCommon 1.0.17-redhat-2

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