|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchVerseException | |
---|---|
org.crosswire.bibledesktop.book | This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. |
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 NoSuchVerseException in org.crosswire.bibledesktop.book |
---|
Methods in org.crosswire.bibledesktop.book that throw NoSuchVerseException | |
---|---|
void |
BibleViewPane.open()
Open a saved verse list form disk |
Uses of NoSuchVerseException in org.crosswire.jsword.passage |
---|
Methods in org.crosswire.jsword.passage that throw NoSuchVerseException | |
---|---|
protected void |
AbstractPassage.addVerses(String refs)
Create a Passage from a human readable string. |
static int |
BibleInfo.chaptersInBook(int book)
Count the chapters in this book. |
int |
AbstractPassage.chaptersInPassage(int book)
|
int |
Passage.chaptersInPassage(int book)
How many chapters are there in a particular book in this Passage |
int |
ReadOnlyPassage.chaptersInPassage(int book)
|
int |
RocketPassage.chaptersInPassage(int book)
|
int |
SynchronizedPassage.chaptersInPassage(int book)
|
private static void |
AccuracyType.checkValidChapterOrVerse(String text)
Is this text valid in a chapter/verse context |
abstract Verse |
AccuracyType.createEndVerse(String endVerseDesc,
Verse verseBasis,
String[] endParts)
|
protected Passage |
PassageKeyFactory.createPassage(int type,
String name)
Create an empty Passage using a specified type. |
protected Passage |
PassageKeyFactory.createPassage(String name)
Create an empty Passage using the default type. |
abstract Verse |
AccuracyType.createStartVerse(String original,
VerseRange verseRangeBasis,
String[] parts)
|
static int[] |
BibleInfo.decodeOrdinal(int ordinal)
Where does this verse come in the Bible. |
static Passage |
PassageKeyFactory.fromBinaryRepresentation(byte[] buffer)
Write out the object to the given ObjectOutputStream |
static Verse |
VerseFactory.fromString(String original)
Construct a Verse from a String - something like "Gen 1:1". |
static VerseRange |
VerseRangeFactory.fromString(String orginal)
Construct a VerseRange from a human readable string. |
static Verse |
VerseFactory.fromString(String original,
VerseRange verseRangeBasis)
Construct a Verse from a String and a VerseRange. |
static VerseRange |
VerseRangeFactory.fromString(String original,
VerseRange basis)
Construct a VerseRange from a String and a VerseRange. |
static AccuracyType |
AccuracyType.fromText(String original,
String[] parts)
Determine how closely the string defines a verse. |
static AccuracyType |
AccuracyType.fromText(String original,
String[] parts,
AccuracyType verseAccuracy)
|
static AccuracyType |
AccuracyType.fromText(String original,
String[] parts,
AccuracyType verseAccuracy,
VerseRange basis)
Does this string exactly define a Verse. |
static AccuracyType |
AccuracyType.fromText(String original,
String[] parts,
VerseRange basis)
|
private static VerseRange |
VerseRangeFactory.fromText(String original,
String startVerseDesc,
String endVerseDesc,
VerseRange basis)
|
static String |
BibleInfo.getBookName(int book)
Get the preferred name of a book. |
static int |
AccuracyType.getChapter(int lbook,
String chapter)
Interprets the chapter value, which is either a number or "ff" or "$" (meaning "what follows") |
static String |
BibleInfo.getLongBookName(int book)
Get the full name of a book (e.g. |
static String |
BibleInfo.getOSISName(int book)
Get the OSIS name for a book. |
static String |
BibleInfo.getSectionName(int section)
Get the full name of a book (e.g. |
static String |
BibleInfo.getShortBookName(int book)
Get the short name of a book (e.g. |
static int |
AccuracyType.getVerse(int lbook,
int lchapter,
String verse)
Interprets the verse value, which is either a number or "ff" or "$" (meaning "what follows") |
private static int |
AccuracyType.parseInt(String text)
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure. |
protected static int |
Verse.parseInt(String text)
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure. |
void |
AbstractPassage.readDescription(Reader in)
|
void |
Passage.readDescription(Reader in)
To be compatible with humans we read/write ourselves to a file that a human can read and even edit. |
void |
SynchronizedPassage.readDescription(Reader in)
|
static Passage |
PassageKeyFactory.readPassage(Reader in)
Read a passage from a given stream |
private void |
Verse.set(int ordinal)
Set the references. |
private void |
Verse.set(int book,
int chapter,
int verse)
Verify and set the references. |
static void |
BibleInfo.validate(int[] ref)
Does the following represent a real verse? |
static void |
BibleInfo.validate(int book,
int chapter,
int verse)
Does the following represent a real verse?. |
static int |
BibleInfo.verseCount(int[] ref1,
int[] ref2)
How many verses between ref1 and ref2 (inclusive). |
static int |
BibleInfo.verseCount(int book1,
int chapter1,
int verse1,
int book2,
int chapter2,
int verse2)
How many verses between ref1 and ref2 (inclusive). |
static int |
BibleInfo.verseOrdinal(int[] ref)
Where does this verse come in the Bible. |
static int |
BibleInfo.verseOrdinal(int book,
int chapter,
int verse)
Where does this verse come in the Bible. |
static int |
BibleInfo.versesInBook(int book)
Count the verses in a book. |
static int |
BibleInfo.versesInChapter(int book,
int chapter)
Count the verses in a chapter. |
int |
AbstractPassage.versesInPassage(int book,
int chapter)
|
int |
Passage.versesInPassage(int book,
int chapter)
How many chapters are there in a particular book in this Passage Note that versesInPassage(ref, 0, 0) == ref.countVerses() |
int |
ReadOnlyPassage.versesInPassage(int book,
int chapter)
|
int |
RocketPassage.versesInPassage(int book,
int chapter)
|
int |
SynchronizedPassage.versesInPassage(int book,
int chapter)
|
Constructors in org.crosswire.jsword.passage that throw NoSuchVerseException | |
---|---|
BitwisePassage(String refs)
Create a Verse from a human readable string. |
|
DistinctPassage(String refs)
Create a Verse from a human readable string. |
|
PassageTally(String refs)
Create a Verse from a human readable string. |
|
RangedPassage(String refs)
Create a Verse from a human readable string. |
|
RocketPassage(String refs)
Create a Verse from a human readable string. |
|
Verse(int ordinal)
Set a Verse using a Verse Ordinal number - WARNING Do not use this method unless you really know the dangers of doing so. |
|
Verse(int book,
int chapter,
int verse)
Create a Verse from book, chapter and verse numbers, throwing up if the specified Verse does not exist. |
|
Verse(String original,
int book,
int chapter,
int verse)
Create a Verse from book, chapter and verse numbers, throwing up if the specified Verse does not exist. |
|
Copyright ? 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |