Uses of Class
org.crosswire.jsword.versification.BibleBook

Packages that use BibleBook
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.passage This package contains Swing MVC models to help displaying passages. 
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
org.crosswire.jsword.versification The core responsibility of the versification package is to understand verse references. 
org.crosswire.jsword.versification.system The System package defines each of the known Versifications. 
 

Uses of BibleBook in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type BibleBook
 void BibleComboBoxModel.setBook(BibleBook book)
          Accessor for the book
 

Uses of BibleBook in org.crosswire.bibledesktop.passage
 

Methods in org.crosswire.bibledesktop.passage with parameters of type BibleBook
protected static WholeBibleTreeNode WholeBibleTreeNode.getNode(TreeNode parent, BibleBook b, int c, int v)
          We could do some caching here if needs be.
 

Uses of BibleBook in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as BibleBook
private  BibleBook Verse.book
          The book of the Bible.
 

Methods in org.crosswire.jsword.passage that return BibleBook
 BibleBook Verse.getBook()
          Return the book that we refer to
 

Methods in org.crosswire.jsword.passage with parameters of type BibleBook
static int AccuracyType.getChapter(Versification v11n, BibleBook lbook, String chapter)
          Interprets the chapter value, which is either a number or "ff" or "$" (meaning "what follows")
static int AccuracyType.getVerse(Versification v11n, BibleBook lbook, int lchapter, String verse)
          Interprets the verse value, which is either a number or "ff" or "$" (meaning "what follows")
 

Constructors in org.crosswire.jsword.passage with parameters of type BibleBook
Verse(BibleBook book, int chapter, int verse)
          Deprecated. Use Verse.Verse(Versification, BibleBook, int, int) instead
Verse(BibleBook book, int chapter, int verse, boolean patch_up)
          Deprecated. Use Verse.Verse(Versification, BibleBook, int, int, boolean) instead.
Verse(String original, BibleBook book, int chapter, int verse)
          Deprecated. Use Verse.Verse(String, Versification, BibleBook, int, int) instead
Verse(String original, Versification v11n, BibleBook book, int chapter, int verse)
          Create a Verse from book, chapter and verse numbers, throwing up if the specified Verse does not exist.
Verse(Versification v11n, BibleBook book, int chapter, int verse)
          Create a Verse from book, chapter and verse numbers, throwing up if the specified Verse does not exist.
Verse(Versification v11n, BibleBook book, int chapter, int verse, boolean patch_up)
          Create a Verse from book, chapter and verse numbers, patching up if the specified verse does not exist.
 

Uses of BibleBook in org.crosswire.jsword.versification
 

Fields in org.crosswire.jsword.versification declared as BibleBook
private  BibleBook BookName.book
           
protected  BibleBook[] BibleBookList.books
          The ordered books in this list
 

Fields in org.crosswire.jsword.versification with type parameters of type BibleBook
private  LinkedHashMap<BibleBook,BookName> BibleNames.books
          The collection of BookNames by BibleBooks.
private static Map<String,BibleBook> BibleBook.osisMap
          A quick lookup based on OSIS name for the book
 

Methods in org.crosswire.jsword.versification that return BibleBook
static BibleBook BibleBook.fromOSIS(String osis)
          Case insensitive search for BibleBook for an OSIS name.
 BibleBook BookName.getBook()
          Get the BibleBook to which this set of names is tied.
 BibleBook Versification.getBook(int ordinal)
          Get the BibleBook by its position in this Versification.
 BibleBook BibleBookList.getBook(int ordinal)
          Get the BibleBook by its position in this Versification.
 BibleBook Versification.getBook(String find)
          Get a book from its name.
(package private)  BibleBook BibleNames.getBook(String find)
          Get number of a book from its name.
static BibleBook BibleInfo.getBook(String find)
          Deprecated. use Versification.getBook(String)
static BibleBook BibleBook.getBook(String find)
          Deprecated. Use Versification.getBook(String) instead.
static BibleBook[] BibleInfo.getBooks()
          Deprecated. No replacement
 BibleBook Versification.getFirstBook()
          Return the first book in the list.
 BibleBook BibleBookList.getFirstBook()
          Return the first book in the list.
 BibleBook Versification.getLastBook()
          Return the first book in the list.
 BibleBook BibleBookList.getLastBook()
          Return the first book in the list.
 BibleBook Versification.getNextBook(BibleBook book)
          Given a BibleBook, get the next BibleBook in this Versification.
static BibleBook BibleInfo.getNextBook(BibleBook book)
          Deprecated. Use Versification.getNextBook(BibleBook) instead
 BibleBook BibleBookList.getNextBook(BibleBook book)
          Given a BibleBook, get the next BibleBook in this Versification.
 BibleBook Versification.getPreviousBook(BibleBook book)
          Given a BibleBook, get the previous BibleBook in this Versification.
static BibleBook BibleInfo.getPreviousBook(BibleBook book)
          Deprecated. Use Versification.getPreviousBook(BibleBook) instead.
 BibleBook BibleBookList.getPreviousBook(BibleBook book)
          Given a BibleBook, get the previous BibleBook in this Versification.
static BibleBook BibleBook.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BibleBook[] BibleBook.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crosswire.jsword.versification that return types with arguments of type BibleBook
 Iterator<BibleBook> Versification.getBookIterator()
          Get the BibleBooks in this Versification.
 Iterator<BibleBook> BibleBookList.iterator()
          Get the BibleBooks in this Versification.
 

Methods in org.crosswire.jsword.versification with parameters of type BibleBook
static int BibleInfo.chaptersInBook(BibleBook book)
          Deprecated. use Versification.getLastChapter(BibleBook) instead
abstract  boolean SectionNames.contains(BibleBook book)
          Deprecated. Determine whether the book is contained within the section.
abstract  boolean DivisionName.contains(BibleBook book)
          Determine whether the book is contained within the section.
 boolean BibleBookList.contains(BibleBook book)
          Does this Versification contain the BibleBook.
 boolean Versification.containsBook(BibleBook book)
          Does this Versification contain the BibleBook.
 BookName Versification.getBookName(BibleBook book)
          Get the BookName.
(package private)  BookName BibleNames.getBookName(BibleBook book)
           
static BookName BibleInfo.getBookName(BibleBook book)
          Deprecated. Use Versification#getBookName() instead.
 int Versification.getLastChapter(BibleBook book)
          Get the last valid chapter number for a book.
 int Versification.getLastVerse(BibleBook book, int chapter)
          Get the last valid verse number for a chapter.
static String BibleInfo.getLongBookName(BibleBook book)
          Deprecated. Use Versification.getLongName(BibleBook) instead.
 String Versification.getLongName(BibleBook book)
          Get the full name of a book (e.g.
(package private)  String BibleNames.getLongName(BibleBook book)
          Get the full name of a book (e.g.
 BibleBook Versification.getNextBook(BibleBook book)
          Given a BibleBook, get the next BibleBook in this Versification.
static BibleBook BibleInfo.getNextBook(BibleBook book)
          Deprecated. Use Versification.getNextBook(BibleBook) instead
 BibleBook BibleBookList.getNextBook(BibleBook book)
          Given a BibleBook, get the next BibleBook in this Versification.
 int BibleBookList.getOrdinal(BibleBook book)
          Where does the BibleBook come in the order of books of the Bible.
static String BibleInfo.getOSISName(BibleBook book)
          Deprecated. Use getOSIS() instead.
static String BibleInfo.getPreferredBookName(BibleBook book)
          Deprecated. Use Versification.getPreferredName(BibleBook) instead.
 String Versification.getPreferredName(BibleBook book)
          Get the preferred name of a book.
(package private)  String BibleNames.getPreferredName(BibleBook book)
          Get the preferred name of a book.
 BibleBook Versification.getPreviousBook(BibleBook book)
          Given a BibleBook, get the previous BibleBook in this Versification.
static BibleBook BibleInfo.getPreviousBook(BibleBook book)
          Deprecated. Use Versification.getPreviousBook(BibleBook) instead.
 BibleBook BibleBookList.getPreviousBook(BibleBook book)
          Given a BibleBook, get the previous BibleBook in this Versification.
static SectionNames SectionNames.getSection(BibleBook book)
          Deprecated. Determine the section to which this book belongs.
static DivisionName DivisionName.getSection(BibleBook book)
          Determine the section to which this book belongs.
static String BibleInfo.getShortBookName(BibleBook book)
          Deprecated. Use Versification.getShortName(BibleBook) instead.
 String Versification.getShortName(BibleBook book)
          Get the short name of a book (e.g.
(package private)  String BibleNames.getShortName(BibleBook book)
          Get the short name of a book (e.g.
 Verse Versification.patch(BibleBook book, int chapter, int verse)
          Fix up these verses so that they are as valid a possible.
static Verse BibleInfo.patch(BibleBook book, int chapter, int verse)
          Deprecated. use Versification.patch(BibleBook, int, int) instead
private  void BibleNames.store(ResourceBundle resources, BibleBook book, Map fullMap, Map shortMap, Map altMap)
           
 void Versification.validate(BibleBook book, int chapter, int verse)
          Does the following represent a real verse?.
static void BibleInfo.validate(BibleBook book, int chapter, int verse)
          Deprecated. use Versification.validate(BibleBook, int, int) instead
static int BibleInfo.versesInChapter(BibleBook book, int chapter)
          Deprecated. use Versification.getLastVerse(BibleBook, int) instead
 

Constructors in org.crosswire.jsword.versification with parameters of type BibleBook
BibleBookList(BibleBook[] books)
          Create an ordered BibleBookList from the input.
BookName(Locale locale, BibleBook book, String longName, String shortName, String alternateNames)
          Create a BookName for a Book of the Bible in a given language.
Versification(String name, BibleBook[] booksOT, BibleBook[] booksNT, int[][] lastVerseOT, int[][] lastVerseNT)
          Construct a Versification.
Versification(String name, BibleBook[] booksOT, BibleBook[] booksNT, int[][] lastVerseOT, int[][] lastVerseNT)
          Construct a Versification.
 

Uses of BibleBook in org.crosswire.jsword.versification.system
 

Fields in org.crosswire.jsword.versification.system declared as BibleBook
(package private) static BibleBook[] SystemDefault.BOOKS_NONE
           
(package private) static BibleBook[] SystemVulg.BOOKS_NT
           
(package private) static BibleBook[] SystemSynodalP.BOOKS_NT
           
(package private) static BibleBook[] SystemSynodal.BOOKS_NT
           
(package private) static BibleBook[] SystemNRSVA.BOOKS_NT
           
(package private) static BibleBook[] SystemNRSV.BOOKS_NT
           
(package private) static BibleBook[] SystemMT.BOOKS_NT
           
(package private) static BibleBook[] SystemLuther.BOOKS_NT
           
(package private) static BibleBook[] SystemLeningrad.BOOKS_NT
           
(package private) static BibleBook[] SystemKJVA.BOOKS_NT
           
(package private) static BibleBook[] SystemKJV.BOOKS_NT
           
(package private) static BibleBook[] SystemGerman.BOOKS_NT
           
(package private) static BibleBook[] SystemDefault.BOOKS_NT
           
(package private) static BibleBook[] SystemCatholic2.BOOKS_NT
           
(package private) static BibleBook[] SystemCatholic.BOOKS_NT
           
(package private) static BibleBook[] SystemVulg.BOOKS_OT
           
(package private) static BibleBook[] SystemSynodalP.BOOKS_OT
           
(package private) static BibleBook[] SystemSynodal.BOOKS_OT
           
(package private) static BibleBook[] SystemNRSVA.BOOKS_OT
           
(package private) static BibleBook[] SystemNRSV.BOOKS_OT
           
(package private) static BibleBook[] SystemMT.BOOKS_OT
           
(package private) static BibleBook[] SystemLuther.BOOKS_OT
           
(package private) static BibleBook[] SystemLeningrad.BOOKS_OT
           
(package private) static BibleBook[] SystemKJVA.BOOKS_OT
           
(package private) static BibleBook[] SystemKJV.BOOKS_OT
           
(package private) static BibleBook[] SystemGerman.BOOKS_OT
           
(package private) static BibleBook[] SystemDefault.BOOKS_OT
           
(package private) static BibleBook[] SystemCatholic2.BOOKS_OT
           
(package private) static BibleBook[] SystemCatholic.BOOKS_OT
           
 


Copyright ? 2003-2011