|
||||||||||
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 | 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.readings | An implementation of BookDriver and Dictionary that read provide access to readings planners. |
org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
org.crosswire.jsword.bridge | Command line programs to do useful things. |
org.crosswire.jsword.examples | Some examples of how to use the JSword API. |
org.crosswire.jsword.index | Abstraction of an Index. |
org.crosswire.jsword.index.lucene | An implementation of an Index using Lucene. |
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 |
Methods in org.crosswire.bibledesktop.book that throw NoSuchKeyException | |
---|---|
void |
BibleViewPane.open()
Open a saved verse list form disk |
Uses of NoSuchKeyException in org.crosswire.jsword.book |
---|
Methods in org.crosswire.jsword.book that throw NoSuchKeyException | |
---|---|
Key |
Book.getKey(String name)
Someone has typed in a reference to find, but we need a Key to actually look it up. |
Uses of NoSuchKeyException in org.crosswire.jsword.book.basic |
---|
Methods in org.crosswire.jsword.book.basic that throw NoSuchKeyException | |
---|---|
Key |
AbstractPassageBook.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)
|
Uses of NoSuchKeyException in org.crosswire.jsword.book.sword |
---|
Methods in org.crosswire.jsword.book.sword that throw NoSuchKeyException | |
---|---|
Key |
SwordGenBook.getKey(String text)
|
Key |
SwordDictionary.getKey(String text)
|
Uses of NoSuchKeyException in org.crosswire.jsword.bridge |
---|
Methods in org.crosswire.jsword.bridge that throw NoSuchKeyException | |
---|---|
private BookData |
DwrBridge.getBookData(String bookInitials,
String reference,
int start,
int count)
Get BookData representing one or more Book entries, but capped to a maximum number of entries. |
int |
DwrBridge.getCardinality(String bookInitials,
String reference)
Determine the size of this reference. |
private SAXEventProvider |
DwrBridge.getOSISProvider(String bookInitials,
String reference,
int start,
int count)
Obtain a SAX event provider for the OSIS document representation of one or more book entries. |
String |
DwrBridge.getOSISString(String bookInitials,
String reference,
int start,
int count)
Obtain the OSIS representation from a book for a reference, pruning a reference to a limited number of keys. |
Uses of NoSuchKeyException in org.crosswire.jsword.examples |
---|
Methods in org.crosswire.jsword.examples that throw NoSuchKeyException | |
---|---|
void |
BibleToOsis.dump(String name,
String range)
|
SAXEventProvider |
APIExamples.getOSIS(String bookInitials,
String reference,
int maxKeyCount)
Obtain a SAX event provider for the OSIS document representation of one or more book entries. |
String |
APIExamples.getPlainText(String bookInitials,
String reference)
Get just the canonical text of one or more book entries without any markup. |
static void |
APIExamples.main(String[] args)
Quick Demo |
String |
APIExamples.readStyledText(String bookInitials,
String reference,
int maxKeyCount)
Obtain styled text (in this case HTML) for a book reference. |
Uses of NoSuchKeyException in org.crosswire.jsword.index |
---|
Methods in org.crosswire.jsword.index 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.index.lucene |
---|
Methods in org.crosswire.jsword.index.lucene that throw NoSuchKeyException | |
---|---|
Key |
LuceneIndex.getKey(String name)
|
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 | |
---|---|
(package private) static Passage |
PassageKeyFactory.fromBinaryRepresentation(byte[] buffer)
Write out the object to the given ObjectOutputStream |
Key |
KeyFactory.getKey(String name)
Someone has typed in a reference to find, but we need a Key to actually look it up. |
Key |
PassageKeyFactory.getKey(Versification v11n,
String passageReference)
Convert the passageReference into a Passage. |
Key |
PassageKeyFactory.getKey(Versification v11n,
String passageReference,
Key basis)
Convert the passageReference into a Passage. |
static Passage |
PassageKeyFactory.readPassage(Reader in)
Read a passage from a given stream |
|
Copyright ? 2003-2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |