Uses of Interface
org.crosswire.jsword.passage.KeyFactory

Packages that use KeyFactory
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.filter.gbf A Filter that converts from GBF format data to OSIS format data. 
org.crosswire.jsword.book.filter.thml A Filter that converts from THML format data to OSIS format data. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project modules. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of KeyFactory in org.crosswire.bibledesktop.book
 

Fields in org.crosswire.bibledesktop.book declared as KeyFactory
protected  KeyFactory PassageSelectionPane.keyf
          To convert strings into Biblical keys
 

Uses of KeyFactory in org.crosswire.jsword.book
 

Subinterfaces of KeyFactory in org.crosswire.jsword.book
 interface Book
          Book is the most basic store of textual data - It can retrieve data either as an XML document or as plain text - It uses Keys to refer to parts of itself, and can search for words (returning Keys).
 

Uses of KeyFactory in org.crosswire.jsword.book.basic
 

Classes in org.crosswire.jsword.book.basic that implement KeyFactory
 class AbstractBook
          AbstractBook implements a few of the more generic methods of Book.
 class PassageAbstractBook
          An abstract implementation of Book that lets implementors just concentrate on reading book data.
 

Fields in org.crosswire.jsword.book.basic declared as KeyFactory
private  KeyFactory PassageAbstractBook.keyf
          Our key manager
 

Uses of KeyFactory in org.crosswire.jsword.book.filter.gbf
 

Fields in org.crosswire.jsword.book.filter.gbf declared as KeyFactory
protected  KeyFactory CrossRefTagBuilder.keyf
          To convert strings into Biblical keys
 

Uses of KeyFactory in org.crosswire.jsword.book.filter.thml
 

Fields in org.crosswire.jsword.book.filter.thml declared as KeyFactory
protected  KeyFactory ScripRefTag.keyf
          To convert strings into Biblical keys
 

Uses of KeyFactory in org.crosswire.jsword.book.readings
 

Classes in org.crosswire.jsword.book.readings that implement KeyFactory
 class ReadingsBook
          A Dictionary that displays daily Readings.
 

Uses of KeyFactory in org.crosswire.jsword.book.sword
 

Classes in org.crosswire.jsword.book.sword that implement KeyFactory
 class SwordBook
          SwordBook is a base class for all sword type modules.
 class SwordDictionary
          A Sword version of Dictionary.
 

Uses of KeyFactory in org.crosswire.jsword.passage
 

Classes in org.crosswire.jsword.passage that implement KeyFactory
 class PassageKeyFactory
          An implementation of KeyFactory that works for most Bibles that contain all the verses in the Bible.
 

Fields in org.crosswire.jsword.passage declared as KeyFactory
private static KeyFactory PassageKeyFactory.keyf
          How we create Passages
private static KeyFactory KeyUtil.keyf
          How we create Passages
 

Methods in org.crosswire.jsword.passage that return KeyFactory
static KeyFactory PassageKeyFactory.instance()
           
 


Copyright ? 2003-2004