Uses of Interface
writer2latex.api.Config

Packages that use Config
writer2latex.api   
writer2latex.base   
writer2latex.bibtex   
writer2latex.latex   
writer2latex.xhtml   
 

Uses of Config in writer2latex.api
 

Methods in writer2latex.api that return Config
 Config BatchConverter.getConfig()
          Get the configuration interface for this batch converter
 Config Converter.getConfig()
          Get the interface for the configuration of this converter
 Config StarMathConverter.getConfig()
          Get the configuration used when converting.
 

Uses of Config in writer2latex.base
 

Classes in writer2latex.base that implement Config
 class ConfigBase
           
 

Uses of Config in writer2latex.bibtex
 

Methods in writer2latex.bibtex that return Config
 Config Converter.getConfig()
           
 

Uses of Config in writer2latex.latex
 

Classes in writer2latex.latex that implement Config
 class LaTeXConfig
           
 

Methods in writer2latex.latex that return Config
 Config StarMathConverter.getConfig()
           
 Config ConverterPalette.getConfig()
           
 

Uses of Config in writer2latex.xhtml
 

Classes in writer2latex.xhtml that implement Config
 class XhtmlConfig
           
 

Methods in writer2latex.xhtml that return Config
 Config BatchConverterImpl.getConfig()
           
 Config Converter.getConfig()