Deprecated API


Contents
Deprecated Classes
org.crosswire.jsword.versification.BibleInfo
          Use Versifications.instance().getDefaultVersification() instead. 
 

Deprecated Enums
org.crosswire.jsword.versification.SectionNames
          Use DivisonName instead. 
 

Deprecated Fields
org.crosswire.jsword.versification.BibleInfo.TESTAMENT_NEW
          use Testament.NEW instead. 
org.crosswire.jsword.versification.BibleInfo.TESTAMENT_OLD
          use Testament.OLD instead. 
 

Deprecated Methods
org.crosswire.jsword.passage.Verse.add(int)
            
org.crosswire.jsword.passage.Verse.adjacentTo(Verse)
            
org.crosswire.jsword.versification.BibleInfo.booksInBible()
          use Versification.getBooks() and BibleBookList.getBookCount() instead 
org.crosswire.jsword.versification.BibleInfo.chaptersInBible()
          do not use 
org.crosswire.jsword.versification.BibleInfo.chaptersInBook(BibleBook)
          use Versification.getLastChapter(BibleBook) instead 
org.crosswire.jsword.versification.BibleInfo.decodeOrdinal(int)
          use Versification.decodeOrdinal(int) instead 
org.crosswire.jsword.passage.Verse.doGetName(Verse)
          do not use 
org.crosswire.jsword.passage.VerseRangeFactory.fromString(String)
          use VerseRangeFactory.fromString(Versification, String) instead 
org.crosswire.jsword.passage.VerseFactory.fromString(String)
          use VerseFactory.fromString(Versification, String) instead 
org.crosswire.jsword.passage.VerseRangeFactory.fromString(String, VerseRange)
          use VerseRangeFactory.fromString(Versification, String, VerseRange) instead 
org.crosswire.jsword.passage.VerseFactory.fromString(String, VerseRange)
          use VerseFactory.fromString(Versification, String, VerseRange) instead 
org.crosswire.common.swing.ActionFactory.getAction(String)
          use ActionFactory.findAction(String) instead 
org.crosswire.jsword.versification.BibleInfo.getBook(String)
          use BibleBook.getBook(String) 
org.crosswire.jsword.passage.VerseRange.getBookCount()
          use Versification.getBookCount(Verse, Verse) instead 
org.crosswire.jsword.versification.BibleInfo.getBookName(BibleBook)
          Use BibleBook.getBookName() instead. 
org.crosswire.jsword.versification.BibleInfo.getBooks()
          use Versification.getBooks() instead 
org.crosswire.jsword.versification.BibleInfo.getCase()
          use BookName.getCase() 
org.crosswire.jsword.passage.VerseRange.getChapterCount()
          use Versification.getChapterCount(Verse, Verse) instead 
org.crosswire.jsword.versification.BibleInfo.getCount(Testament)
          use Versification.getCount(Testament) instead 
org.crosswire.jsword.versification.BibleInfo.getDefaultCase()
          use BookName.getDefaultCase() 
org.crosswire.jsword.versification.BibleInfo.getLongBookName(BibleBook)
          Use BibleBook.getLongName() instead. 
org.crosswire.jsword.versification.BibleInfo.getNextBook(BibleBook)
          use Versification.getBooks().getNextBook(BibleBook) instead see Versification.getBooks() and BibleBookList.getNextBook(BibleBook). 
org.crosswire.jsword.passage.Verse.getOrdinal()
          do not use 
org.crosswire.jsword.versification.BibleInfo.getOrdinal(Verse)
          use Versification#getOrdinal() instead 
org.crosswire.jsword.versification.BibleInfo.getOSISName(BibleBook)
          Use BibleBook.getOSIS() instead. 
org.crosswire.jsword.versification.BibleInfo.getPreferredBookName(BibleBook)
          Use BibleBook.getPreferredName() instead. 
org.crosswire.jsword.versification.BibleInfo.getPreviousBook(BibleBook)
          use Versification.getBooks().getPreviousBook(BibleBook) instead see Versification.getBooks() and BibleBookList.getPreviousBook(BibleBook). 
org.crosswire.common.util.PropertyMap.getProperty(String)
          use @get(String) instead 
org.crosswire.common.util.PropertyMap.getProperty(String, String)
          use PropertyMap.get(String, String) instead 
org.crosswire.jsword.versification.BibleInfo.getShortBookName(BibleBook)
          Use BibleBook.getShortName() instead. 
org.crosswire.jsword.versification.BibleInfo.getTestament(int)
          use Versification.getTestament(int) instead 
org.crosswire.jsword.versification.BibleInfo.getTestamentOrdinal(int)
          use Versification#getTestamentOrdinal() instead 
org.crosswire.jsword.versification.BibleInfo.isBookName(String)
          use BibleBook.isBook(String) 
org.crosswire.jsword.passage.Verse.isEndOfBook()
            
org.crosswire.jsword.passage.Verse.isEndOfChapter()
            
org.crosswire.jsword.versification.BibleInfo.isFullBookName()
          use BookName.isFullBookName() 
org.crosswire.jsword.passage.Verse.isSameBook(Verse)
            
org.crosswire.jsword.passage.Verse.isSameChapter(Verse)
            
org.crosswire.jsword.passage.Verse.isStartOfBook()
            
org.crosswire.jsword.passage.Verse.isStartOfChapter()
            
org.crosswire.jsword.passage.Verse.max(Verse, Verse)
          do not use 
org.crosswire.jsword.versification.BibleInfo.maximumOrdinal()
          use Versification.maximumOrdinal() instead 
org.crosswire.jsword.passage.Verse.min(Verse, Verse)
          do not use 
org.crosswire.jsword.versification.BibleInfo.patch(BibleBook, int, int)
          use Versification.patch(BibleBook, int, int) instead 
org.crosswire.jsword.passage.Verse.set(int)
          do not use 
org.crosswire.jsword.passage.Verse.setAndPatch(BibleBook, int, int)
          do not use 
org.crosswire.jsword.versification.BibleInfo.setCase(CaseType)
          use BookName.setCase(CaseType) 
org.crosswire.jsword.versification.BibleInfo.setCase(int)
          use BookName.setCase(int) 
org.crosswire.jsword.versification.BibleInfo.setFullBookName(boolean)
          use BookName.setFullBookName(boolean) 
org.crosswire.common.util.PropertyMap.setProperty(String, String)
          use #put(String, String) instead 
org.crosswire.jsword.passage.Verse.subtract(int)
            
org.crosswire.jsword.passage.Verse.subtract(Verse)
            
org.crosswire.jsword.passage.AbstractPassage.toVerseRange(Object)
          use #toVerseRange(Versification, String) instead 
org.crosswire.jsword.versification.BibleInfo.validate(BibleBook, int, int)
          use Versification.validate(BibleBook, int, int) instead 
org.crosswire.jsword.versification.BibleInfo.verseCount(Verse, Verse)
          Use Versification#subtract(Verse, Verse) instead. 
org.crosswire.jsword.versification.BibleInfo.versesInBible()
          use BibleInfo.maximumOrdinal() 
org.crosswire.jsword.versification.BibleInfo.versesInChapter(BibleBook, int)
          use Versification.getLastVerse(BibleBook, int) instead 
 

Deprecated Constructors
org.crosswire.jsword.passage.VerseRange()
          use VerseRange.VerseRange(Versification) instead 
org.crosswire.jsword.passage.VerseRange(String, Verse, Verse)
          use VerseRange.VerseRange(Versification, String, Verse, Verse) instead 
org.crosswire.jsword.passage.VerseRange(Verse)
          use VerseRange.VerseRange(Versification, Verse) instead 
org.crosswire.jsword.passage.VerseRange(Verse, Verse)
          use VerseRange.VerseRange(Versification, Verse, Verse) instead 
 


Copyright ? 2003-2011