Uses of Package
org.crosswire.jsword.passage

Packages that use org.crosswire.jsword.passage
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
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 This package contains the BookDataDisplay interface which is designed to allow GUI components to choose between the methods they use to display BookData objects. 
org.crosswire.bibledesktop.display.proxy This package contains an implementation of BookDataDisplay that proxies to another BookDataDisplay to make implementing nested BookDataDisplays easier. 
org.crosswire.bibledesktop.display.splitlist This package contains an implementation of BookDataDisplay that adds a side panel to a child implementation of BookDataDisplay. 
org.crosswire.bibledesktop.display.tab This package contains an implementation of BookDataDisplay (based on ProxyBookDataDisplay for simplicity) that adds scrollbars to a child implementation of BookDataDisplay. 
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.passage 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 This data package manages the filtering of book data returned by the various books. 
org.crosswire.jsword.book.filter.gbf A Filter that converts from GBF format data to OSIS format data. 
org.crosswire.jsword.book.filter.osis A Filter that loads OSIS format data into JDOM. 
org.crosswire.jsword.book.filter.plaintext A Filter that converts from plain text 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.search This package helps implementors of the various Book interfaces implement search. 
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
org.crosswire.jsword.book.search.parse The search package is responsible for taking a text string "God & loves & world" and turning it into a series of calls to Book and Passage to find the answer. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project modules. 
org.crosswire.jsword.examples Some examples of how to use the JSword API. 
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
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.book
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
NoSuchKeyException
          When something tries to use a key that we don't understand.
NoSuchVerseException
          When something tries to use a verse that we don't understand.
Passage
          A Passage is a specialized Collection of Verses.
PassageEvent
          Defines an event that encapsulates changes to a Passage.
PassageListener
          A PassageListener gets told when the verses in a Passage have changed (added or removed).
Verse
          A Passage is a pointer to a single verse.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.desktop
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.display
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.display.proxy
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.display.splitlist
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.display.tab
Key
          A Key is a Key that can contain other Keys.
Passage
          A Passage is a specialized Collection of Verses.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.display.textpane
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.bibledesktop.passage
Key
          A Key is a Key that can contain other Keys.
NoSuchVerseException
          When something tries to use a verse that we don't understand.
Passage
          A Passage is a specialized Collection of Verses.
PassageEvent
          Defines an event that encapsulates changes to a Passage.
PassageListener
          A PassageListener gets told when the verses in a Passage have changed (added or removed).
PassageListType
          Types of Passage Lists.
RestrictionType
          Types of Passage Restrictions.
VerseRange
          A VerseRange is one step between a Verse and a Passage - it is a Verse plus a verseCount.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
Verse
          A Passage is a pointer to a single verse.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.basic
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
NoSuchKeyException
          When something tries to use a key that we don't understand.
Verse
          A Passage is a pointer to a single verse.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.filter
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.filter.gbf
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.filter.osis
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.filter.plaintext
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.filter.thml
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.readings
DefaultLeafKeyList
          A simple default implementation of the Key interface.
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
NoSuchKeyException
          When something tries to use a key that we don't understand.
PreferredKey
          For any time when a component wishes to express a preferrence for a Key.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.search
Key
          A Key is a Key that can contain other Keys.
NoSuchKeyException
          When something tries to use a key that we don't understand.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.search.lucene
Key
          A Key is a Key that can contain other Keys.
NoSuchKeyException
          When something tries to use a key that we don't understand.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.search.parse
Key
          A Key is a Key that can contain other Keys.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.book.sword
DefaultLeafKeyList
          A simple default implementation of the Key interface.
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
NoSuchKeyException
          When something tries to use a key that we don't understand.
Verse
          A Passage is a pointer to a single verse.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.examples
NoSuchKeyException
          When something tries to use a key that we don't understand.
 

Classes in org.crosswire.jsword.passage used by org.crosswire.jsword.passage
AbstractKeyList
          An implementation of some of the easier methods from Key.
AbstractPassage
          This is a base class to help with some of the common implementation details of being a Passage.
AccuracyType
          Types of Accuracy for verse references.
BibleInfo
          BibleInfo is a static class that deals with Book number conversions and similar.
BitwisePassage
          A Passage that is implemented using a BitSet - one for each verse.
DistinctPassage
          A Passage that is implemented using a TreeSet of Verses.
Key
          A Key is a Key that can contain other Keys.
KeyFactory
          A Factory for new Keys and KeyLists.
KeyVisitor
          An interface for components wanting to visit all the nodes in a Key tree.
Msg
          Compile safe Msg resource settings.
NoSuchKeyException
          When something tries to use a key that we don't understand.
NoSuchVerseException
          When something tries to use a verse that we don't understand.
Passage
          A Passage is a specialized Collection of Verses.
PassageEvent
          Defines an event that encapsulates changes to a Passage.
PassageListener
          A PassageListener gets told when the verses in a Passage have changed (added or removed).
PassageListType
          Types of Passage Lists.
PassageTally.TalliedVerse
          JDK: Hack to make this work with J2SE 1.1 as well as J2SE 1.2 This compared 2 Integers
PassageTally.TalliedVerseRange
          Hack to make this work with JDK1.1 as well as JDK1.2 This compared 2 Integers
RangedPassage
          A Passage that is implemented using a TreeSet of VerseRanges.
RestrictionType
          Types of Passage Restrictions.
Verse
          A Passage is a pointer to a single verse.
VerseBase
          The base unit that is collected by a Passage.
VerseRange
          A VerseRange is one step between a Verse and a Passage - it is a Verse plus a verseCount.
 


Copyright ? 2003-2004