OpenOffice.org
XMerge API

Uses of Class
org.openoffice.xmerge.util.registry.ConverterInfo

Packages that use ConverterInfo
org.openoffice.xmerge Provides interfaces for converting between two Document formats, and supports a "merge" interface for merging back changes from a "lossy" format back into a rich format. 
org.openoffice.xmerge.converter.xml.sxc Provides base implementation of StarCalc XML conversion to and from different "Device" Document formats. 
org.openoffice.xmerge.converter.xml.sxc.pexcel Provides the tools for doing the conversion of StarWriter XML to and from Pocket Excel format. 
org.openoffice.xmerge.converter.xml.sxw Provides base implementation of StarWriter XML conversion to and from different "Device" Document formats. 
org.openoffice.xmerge.converter.xml.sxw.aportisdoc Provides the tools for doing the conversion of StarWriter XML to and from AportisDoc format. 
org.openoffice.xmerge.converter.xml.sxw.pocketword Plugin for the conversion of documents between StarWriter XML and Pocket Word format. 
org.openoffice.xmerge.converter.xml.xslt Provides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation. 
org.openoffice.xmerge.util.registry Provides an interface for plug-in registration. 
 

Uses of ConverterInfo in org.openoffice.xmerge
 

Methods in org.openoffice.xmerge that return ConverterInfo
 ConverterInfo PluginFactory.getConverterInfo()
          Returns the ConvertInfo that corresponds to this plug-in.
 

Methods in org.openoffice.xmerge with parameters of type ConverterInfo
 Convert ConverterFactory.getConverter(ConverterInfo ci, boolean toOffice)
          Returns the Convert object that is described by the ConverterInfo parameter.
 

Constructors in org.openoffice.xmerge with parameters of type ConverterInfo
Convert(ConverterInfo ci, boolean toOffice)
          Construct a Convert class with specified ConvertInfo registry information.
PluginFactory(ConverterInfo ci)
          Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in.
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.sxc
 

Constructors in org.openoffice.xmerge.converter.xml.sxc with parameters of type ConverterInfo
SxcPluginFactory(ConverterInfo ci)
          Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in.
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.sxc.pexcel
 

Constructors in org.openoffice.xmerge.converter.xml.sxc.pexcel with parameters of type ConverterInfo
PluginFactoryImpl(ConverterInfo ci)
           
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.sxw
 

Constructors in org.openoffice.xmerge.converter.xml.sxw with parameters of type ConverterInfo
SxwPluginFactory(ConverterInfo ci)
          Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in.
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.sxw.aportisdoc
 

Constructors in org.openoffice.xmerge.converter.xml.sxw.aportisdoc with parameters of type ConverterInfo
PluginFactoryImpl(ConverterInfo ci)
           
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.sxw.pocketword
 

Constructors in org.openoffice.xmerge.converter.xml.sxw.pocketword with parameters of type ConverterInfo
PluginFactoryImpl(ConverterInfo ci)
          Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in.
 

Uses of ConverterInfo in org.openoffice.xmerge.converter.xml.xslt
 

Constructors in org.openoffice.xmerge.converter.xml.xslt with parameters of type ConverterInfo
PluginFactoryImpl(ConverterInfo ci)
           
 

Uses of ConverterInfo in org.openoffice.xmerge.util.registry
 

Methods in org.openoffice.xmerge.util.registry that return ConverterInfo
static ConverterInfo ConverterInfoMgr.findConverterInfo(java.lang.String deviceMime, java.lang.String officeMime)
          Returns the ConverterInfo object that supports the specified device/office mime type conversion.
static ConverterInfo[] ConverterInfoMgr.findConverterInfoChain(java.lang.String deviceFromMime, java.lang.String deviceToMime)
          Returns an array of two ConverterInfo objects that can be chained to perform the specified mime type conversion.
 

Methods in org.openoffice.xmerge.util.registry with parameters of type ConverterInfo
static void ConverterInfoMgr.addPlugIn(ConverterInfo ci)
          Adds a converter plug-in to the registry.
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org