|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchKeyException | |
---|---|
org.crosswire.bibledesktop.book | This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. |
org.crosswire.jsword.book.basic | The Basic package contains default and abstract implementations of the main Book classes. |
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.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 . |
Uses of NoSuchKeyException in org.crosswire.bibledesktop.book |
---|
Methods in org.crosswire.bibledesktop.book with parameters of type NoSuchKeyException | |
---|---|
private void |
PassageSelectionPane.updateMessage(NoSuchKeyException ex)
Write out an error message to the message label |
Uses of NoSuchKeyException in org.crosswire.jsword.book.basic |
---|
Methods in org.crosswire.jsword.book.basic that throw NoSuchKeyException | |
---|---|
Key |
PassageAbstractBook.getKey(String text)
|
Uses of NoSuchKeyException in org.crosswire.jsword.book.readings |
---|
Methods in org.crosswire.jsword.book.readings that throw NoSuchKeyException | |
---|---|
Key |
ReadingsBook.getKey(String name)
|
Constructors in org.crosswire.jsword.book.readings that throw NoSuchKeyException | |
---|---|
ReadingsKey(String text,
String osisName,
Key parent)
Simple Constructor. |
Uses of NoSuchKeyException in org.crosswire.jsword.book.search |
---|
Methods in org.crosswire.jsword.book.search that throw NoSuchKeyException | |
---|---|
Key |
Index.getKey(String name)
An index must be able to create KeyLists for users in a similar way to the Book that it is indexing. |
Uses of NoSuchKeyException in org.crosswire.jsword.book.search.lucene |
---|
Methods in org.crosswire.jsword.book.search.lucene that throw NoSuchKeyException | |
---|---|
Key |
LuceneIndex.getKey(String name)
|
Uses of NoSuchKeyException in org.crosswire.jsword.book.sword |
---|
Methods in org.crosswire.jsword.book.sword that throw NoSuchKeyException | |
---|---|
Key |
SwordDictionary.getKey(String text)
|
Uses of NoSuchKeyException in org.crosswire.jsword.examples |
---|
Methods in org.crosswire.jsword.examples that throw NoSuchKeyException | |
---|---|
void |
APIExamples.readPlainText()
The source to this method is an example of how to read the plain text of a verse, and print it to stdout. |
void |
APIExamples.readStyledText()
This method demonstrates how to get styled text (in this case HTML) from a verse, and print it to stdout. |
Uses of NoSuchKeyException in org.crosswire.jsword.passage |
---|
Subclasses of NoSuchKeyException in org.crosswire.jsword.passage | |
---|---|
class |
NoSuchVerseException
When something tries to use a verse that we don't understand. |
Methods in org.crosswire.jsword.passage that throw NoSuchKeyException | |
---|---|
Key |
PassageKeyFactory.getKey(String name)
|
Key |
KeyFactory.getKey(String name)
Someone has typed in a reference to find, but we need a Key to actually look it up. |
|
Copyright ? 2003-2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |