JXTA

Uses of Interface
net.jxta.document.StructuredDocumentFactory.Instantiator

Packages that use StructuredDocumentFactory.Instantiator
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
 

Uses of StructuredDocumentFactory.Instantiator in net.jxta.document
 

Subinterfaces of StructuredDocumentFactory.Instantiator in net.jxta.document
static interface StructuredDocumentFactory.TextInstantiator
          Interface for instantiators of StructuredTextDocuments
 

Methods in net.jxta.document that return types with arguments of type StructuredDocumentFactory.Instantiator
protected  Map<MimeMediaType,StructuredDocumentFactory.Instantiator> StructuredDocumentFactory.getAssocTable()
          Used by ClassFactory methods to get the mapping of keys to constructors.
protected  Class<StructuredDocumentFactory.Instantiator> StructuredDocumentFactory.getClassOfInstantiators()
          Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
 

Methods in net.jxta.document with parameters of type StructuredDocumentFactory.Instantiator
static boolean StructuredDocumentFactory.registerInstantiator(MimeMediaType mimetype, StructuredDocumentFactory.Instantiator instantiator)
          Register an instantiator object a mime-type of documents to be constructed.
 


JXSE