Uses of Interface
org.crosswire.common.xml.Converter

Packages that use Converter
org.crosswire.bibledesktop.book.install An Install Manager for Books: Bibles, Commentaries and Dictionaries. 
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.bibledesktop.display.textpane This package contains an implementation of BookDataDisplay that displays the OSIS after transforming it to HTML (using XSL) in a Swing JTextPane. 
org.crosswire.bibledesktop.util This package contains various swing utility classes. 
org.crosswire.common.xml A collection of various XML utility classes. 
org.crosswire.jsword.util This package contains general Project specific utilities. 
 

Uses of Converter in org.crosswire.bibledesktop.book.install
 

Fields in org.crosswire.bibledesktop.book.install declared as Converter
private  Converter TextPaneBookMetaDataDisplay.converter
          To convert OSIS to HTML
 

Uses of Converter in org.crosswire.bibledesktop.desktop
 

Fields in org.crosswire.bibledesktop.desktop declared as Converter
private static Converter ViewSourcePane.converter
           
 

Uses of Converter in org.crosswire.bibledesktop.display.textpane
 

Fields in org.crosswire.bibledesktop.display.textpane declared as Converter
private  Converter TextPaneBookDataDisplay.converter
          To convert OSIS to HTML
 

Uses of Converter in org.crosswire.bibledesktop.util
 

Classes in org.crosswire.bibledesktop.util that implement Converter
 class ConfigurableSwingConverter
          Turn XML from a Bible into HTML according to a Display style.
 

Uses of Converter in org.crosswire.common.xml
 

Classes in org.crosswire.common.xml that implement Converter
 class TransformingSAXEventProviderConverter
          An implementation of Converter that uses a TransformingSAXEventProvider to transform one SAXEventProvider into another SAXEventProvider using XSL.
 

Uses of Converter in org.crosswire.jsword.util
 

Methods in org.crosswire.jsword.util that return Converter
static Converter ConverterFactory.getConverter()
          Generate a converter for the current converter name
 


Copyright ยจ 2003-2006