A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

AbbrTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the abbr element.
AbbrTag() - Constructor for class org.crosswire.jsword.book.filter.thml.AbbrTag
 
absentType - Variable in class org.crosswire.jsword.versification.QualifiedKey
 
absentVerses - Variable in class org.crosswire.jsword.versification.VersificationToKJVMapper
 
AbstractBackend<T extends OpenFileState> - Class in org.crosswire.jsword.book.sword
A generic way to read data from disk for later formatting.
AbstractBackend() - Constructor for class org.crosswire.jsword.book.sword.AbstractBackend
Default constructor for the sake of serialization.
AbstractBackend(SwordBookMetaData) - Constructor for class org.crosswire.jsword.book.sword.AbstractBackend
Construct a minimal backend
AbstractBinaryQuery - Class in org.crosswire.jsword.index.query
A binary query has a left query and right query.
AbstractBinaryQuery(Query, Query) - Constructor for class org.crosswire.jsword.index.query.AbstractBinaryQuery
Create a query consisting of two queries.
AbstractBook - Class in org.crosswire.jsword.book.basic
AbstractBook implements a few of the more generic methods of Book.
AbstractBook(BookMetaData, Backend) - Constructor for class org.crosswire.jsword.book.basic.AbstractBook
Construct an AbstractBook given the BookMetaData and the AbstractBackend.
AbstractBookAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
Base class for Analyzers.
AbstractBookAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
AbstractBookAnalyzer(Book) - Constructor for class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
AbstractBookDriver - Class in org.crosswire.jsword.book.basic
The AbstractBookDriver class implements some BibleDriver methods, making a simple read-only BibleDriver.
AbstractBookDriver() - Constructor for class org.crosswire.jsword.book.basic.AbstractBookDriver
 
AbstractBookList - Class in org.crosswire.jsword.book
A basic implementation of BookList.
AbstractBookList() - Constructor for class org.crosswire.jsword.book.AbstractBookList
Build a default BookList
AbstractBookMetaData - Class in org.crosswire.jsword.book.basic
 
AbstractBookMetaData() - Constructor for class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
AbstractBookTokenFilter - Class in org.crosswire.jsword.index.lucene.analysis
An AbstractBookTokenFilter ties a Lucene TokenFilter to a Book.
AbstractBookTokenFilter(TokenStream) - Constructor for class org.crosswire.jsword.index.lucene.analysis.AbstractBookTokenFilter
Create a TokenFilter not tied to a Book.
AbstractBookTokenFilter(Book, TokenStream) - Constructor for class org.crosswire.jsword.index.lucene.analysis.AbstractBookTokenFilter
Create a TokenFilter tied to a Book.
AbstractCompressor - Class in org.crosswire.common.compress
A compressor provides the ability to compress and uncompress text.
AbstractCompressor(InputStream) - Constructor for class org.crosswire.common.compress.AbstractCompressor
 
AbstractIndex - Class in org.crosswire.jsword.index
A simple implementation of an Index that provides the set/get for SearchModifier.
AbstractIndex() - Constructor for class org.crosswire.jsword.index.AbstractIndex
 
AbstractKeyBackend<T extends OpenFileState> - Class in org.crosswire.jsword.book.sword
A Backend that can be used as a global key list.
AbstractKeyBackend(SwordBookMetaData) - Constructor for class org.crosswire.jsword.book.sword.AbstractKeyBackend
Simple ctor
AbstractKeyList - Class in org.crosswire.jsword.passage
An implementation of some of the easier methods from Key.
AbstractKeyList(String) - Constructor for class org.crosswire.jsword.passage.AbstractKeyList
Build an AbstractKeyList with the given name.
AbstractKeyList.NameVisitor - Class in org.crosswire.jsword.passage
The NameVisitor constructs a readable representation of the Passage.
AbstractKeyList.NameVisitor() - Constructor for class org.crosswire.jsword.passage.AbstractKeyList.NameVisitor
Create a NameVisitor.
AbstractKeyList.OsisIDVisitor - Class in org.crosswire.jsword.passage
The OsisRefVisitor constructs a readable representation of the Passage, using OSIS names.
AbstractKeyList.OsisIDVisitor() - Constructor for class org.crosswire.jsword.passage.AbstractKeyList.OsisIDVisitor
 
AbstractKeyList.OsisRefVisitor - Class in org.crosswire.jsword.passage
The OsisRefVisitor constructs a readable representation of the Passage, using OSIS names.
AbstractKeyList.OsisRefVisitor() - Constructor for class org.crosswire.jsword.passage.AbstractKeyList.OsisRefVisitor
 
AbstractOpenFileState - Class in org.crosswire.jsword.book.sword.state
 
AbstractOpenFileState(BookMetaData) - Constructor for class org.crosswire.jsword.book.sword.state.AbstractOpenFileState
Create an AbstractOpenFileState tied to a BookMetaData.
AbstractPassage - Class in org.crosswire.jsword.passage
This is a base class to help with some of the common implementation details of being a Passage.
AbstractPassage(Versification) - Constructor for class org.crosswire.jsword.passage.AbstractPassage
Setup that leaves original name being null
AbstractPassage(Versification, String) - Constructor for class org.crosswire.jsword.passage.AbstractPassage
Setup the original name of this reference
AbstractPassage.VerseRangeIterator - Class in org.crosswire.jsword.passage
Skip over verses that are part of a range
AbstractPassage.VerseRangeIterator(Versification, Iterator<Key>, RestrictionType) - Constructor for class org.crosswire.jsword.passage.AbstractPassage.VerseRangeIterator
iterate, amalgamating Verses into VerseRanges
AbstractPassageBook - Class in org.crosswire.jsword.book.basic
An abstract implementation of Book that lets implementors just concentrate on reading book data.
AbstractPassageBook(BookMetaData, Backend) - Constructor for class org.crosswire.jsword.book.basic.AbstractPassageBook
Construct an AbstractPassageBook given the BookMetaData and the AbstractBackend.
AbstractQuery - Class in org.crosswire.jsword.index.query
A base query is the smallest unit of search that the index can perform.
AbstractQuery(String) - Constructor for class org.crosswire.jsword.index.query.AbstractQuery
Construct a query from a string.
AbstractReflectedChoice - Class in org.crosswire.common.config
A helper for when we need to be a choice created dynamically.
AbstractReflectedChoice() - Constructor for class org.crosswire.common.config.AbstractReflectedChoice
 
AbstractSwordInstaller - Class in org.crosswire.jsword.book.install.sword
The AbstractSwordInstaller provides for the common implementation of derived classes.
AbstractSwordInstaller() - Constructor for class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
Build a default AbstractSwordInstaller
AbstractTag - Class in org.crosswire.jsword.book.filter.gbf
A Tag that has a tagname from the input.
AbstractTag(String) - Constructor for class org.crosswire.jsword.book.filter.gbf.AbstractTag
 
AbstractTag - Class in org.crosswire.jsword.book.filter.thml
The AbstractTag ignores the tag.
AbstractTag() - Constructor for class org.crosswire.jsword.book.filter.thml.AbstractTag
 
accept(String) - Method in class org.crosswire.common.util.DefaultURIFilter
 
accept(String) - Method in class org.crosswire.common.util.NetUtil.IsDirectoryURIFilter
 
accept(File, String) - Method in class org.crosswire.common.util.NetUtil.URIFilterFilenameFilter
 
accept(String) - Method in interface org.crosswire.common.util.URIFilter
Tests if a specified file should be included in a file list.
accept(String) - Method in class org.crosswire.jsword.book.readings.ReadingsBookDriver.ReadingsFilter
 
accept(File, String) - Method in class org.crosswire.jsword.book.sword.SwordBookPath.CustomFilenameFilter
 
acceptsDocsOutOfOrder() - Method in class org.crosswire.jsword.index.lucene.VerseCollector
 
AccuracyType - Enum in org.crosswire.jsword.passage
Types of Accuracy for verse references.
AccuracyType() - Constructor for enum org.crosswire.jsword.passage.AccuracyType
 
Activatable - Interface in org.crosswire.common.activate
A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
activate(Lock) - Method in interface org.crosswire.common.activate.Activatable
Called to indicate that the Book should initialize itself, and consume whatever system resources it needs to be able to respond to other queries.
activate(Activatable) - Static method in class org.crosswire.common.activate.Activator
Check that a subject is activated and call activate() if not.
activate(Lock) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
activate(Lock) - Method in class org.crosswire.jsword.book.sword.SwordGenBook
 
activate(Lock) - Method in class org.crosswire.jsword.book.sword.TreeKeyIndex
 
activated - Static variable in class org.crosswire.common.activate.Activator
The list of things that we have activated
Activator - Class in org.crosswire.common.activate
Manager for instances of Activatable.
Activator() - Constructor for class org.crosswire.common.activate.Activator
Prevent instantiation
active - Variable in class org.crosswire.jsword.book.sword.SwordGenBook
Are we active
active - Variable in class org.crosswire.jsword.book.sword.TreeKeyIndex
 
adapter - Variable in class org.crosswire.common.xml.XMLProcess
 
adapterName - Variable in class org.crosswire.common.xml.XMLProcess
 
add(Choice) - Method in class org.crosswire.common.config.Config
Add a key/model pairing
add(Document, ResourceBundle) - Method in class org.crosswire.common.config.Config
Add the set of configuration options specified in the xml file.
add(Object) - Method in class org.crosswire.common.history.History
Add an element to history.
add(Option) - Method in class org.crosswire.common.options.OptionList
Adds an Option to the end of this OptionList.
add(String, String, String) - Method in class org.crosswire.common.util.Ini
Add a key/value pair to a section.
add(String, String) - Method in class org.crosswire.common.util.IniSection
Add a value for the key.
add(E) - Method in class org.crosswire.common.util.ListSet
 
add(int, Book) - Method in class org.crosswire.jsword.book.BookSet
 
add(Book) - Method in class org.crosswire.jsword.book.BookSet
 
add(String, String) - Method in class org.crosswire.jsword.book.study.StrongsMapSet
Add a String representing the content of an instance of a Strong's Number in a text.
add(Key) - Method in class org.crosswire.jsword.passage.BitwisePassage
 
add(Key) - Method in class org.crosswire.jsword.passage.DistinctPassage
 
add(Key) - Method in interface org.crosswire.jsword.passage.Passage
Add this Verse/VerseRange to this Passage
add(Key) - Method in class org.crosswire.jsword.passage.PassageTally
Add/Increment this verses in the rankings
add(Key, int) - Method in class org.crosswire.jsword.passage.PassageTally
DONT USE THIS.
add(Key) - Method in class org.crosswire.jsword.passage.RangedPassage
 
add(Key) - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
add(Key) - Method in class org.crosswire.jsword.passage.SynchronizedPassage
 
add(Verse, int) - Method in class org.crosswire.jsword.versification.Versification
Get the verse that is a few verses on from the one we've got.
add1ToManyMappings(Verse, QualifiedKey) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
A simple two way entry between 2 1-1 entries.
addAfter(ChainLink<E>) - Method in class org.crosswire.common.util.ChainLink
Add this node after the given node.
addAll(Collection<? extends Book>) - Method in class org.crosswire.jsword.book.BookSet
 
addAll(int, Collection<? extends Book>) - Method in class org.crosswire.jsword.book.BookSet
 
addAll(Key) - Method in class org.crosswire.jsword.book.sword.AbstractKeyBackend
 
addAll(Key) - Method in class org.crosswire.jsword.passage.AbstractPassage
 
addAll(Key) - Method in class org.crosswire.jsword.passage.BitwisePassage
 
addAll(Key) - Method in class org.crosswire.jsword.passage.DefaultKeyList
 
addAll(Key) - Method in class org.crosswire.jsword.passage.DefaultLeafKeyList
 
addAll(Key) - Method in interface org.crosswire.jsword.passage.Key
Adds the specified element to this set if it is not already present.
addAll(Key) - Method in class org.crosswire.jsword.passage.PassageTally
 
addAll(Key) - Method in class org.crosswire.jsword.passage.ReadOnlyKeyList
 
addAll(Key) - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
addAll(Key) - Method in class org.crosswire.jsword.passage.SetKeyList
 
addAll(Key) - Method in class org.crosswire.jsword.passage.SynchronizedPassage
 
addAll(Key) - Method in class org.crosswire.jsword.passage.TreeKey
 
addAll(Key) - Method in class org.crosswire.jsword.passage.Verse
 
addAll(Key) - Method in class org.crosswire.jsword.passage.VerseRange
 
addBefore(ChainLink<E>) - Method in class org.crosswire.common.util.ChainLink
Add this node before the given node.
addBook(Book) - Method in class org.crosswire.jsword.book.basic.DefaultBookmark
 
addBook(Book) - Method in interface org.crosswire.jsword.book.Bookmark
Add a Book to this Bookmark.
addBook(Book) - Method in class org.crosswire.jsword.book.Books
Add a Book to the current list of Books.
addBooksListener(BooksListener) - Method in class org.crosswire.jsword.book.AbstractBookList
 
addBooksListener(BooksListener) - Method in interface org.crosswire.jsword.book.BookList
Add a BibleListener from our list of listeners
addConfig(MetaDataLocator) - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
addConfigListener(ConfigListener) - Method in class org.crosswire.common.config.Config
Add an Exception listener to the list of things wanting to know whenever we capture an Exception.
addContentSafely(Element, List<Content>) - Method in class org.crosswire.jsword.book.BookData
JDOM will throw an exception if we try and add the content to multiple parents.
addContext(String) - Method in class org.crosswire.common.diff.PatchEntry
 
addDifference(Difference) - Method in class org.crosswire.common.diff.PatchEntry
 
added - Variable in class org.crosswire.jsword.book.BooksEvent
Is this an addition event?
added - Variable in class org.crosswire.jsword.book.install.InstallerEvent
Is this an addition event?
addField(Document, Field, String) - Method in class org.crosswire.jsword.index.lucene.LuceneIndex
Add the text to the Field and put the Field in the document, ignoring null and empty text.
addFilter(String, SourceFilter) - Static method in class org.crosswire.jsword.book.filter.SourceFilterFactory
Add to our list of known filters
addFirst(ChainLink<E>) - Method in class org.crosswire.common.util.ChainLink
Add this node as the head of the chain.
addForwardMappingFromSingleKeyToRange(Verse, QualifiedKey) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
Adds a forward mappings from left to KJV.
addHeaderAndSetShowDiffsState(Element, boolean[], int, boolean) - Method in class org.crosswire.jsword.book.BookData
 
addHistoryListener(HistoryListener) - Method in class org.crosswire.common.history.History
Add a listener for history events.
addIndexStatusListener(IndexStatusListener) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
addIndexStatusListener(IndexStatusListener) - Method in interface org.crosswire.jsword.book.Book
Adds a IndexStatusListener to the listener list.
addInstaller(String, Installer) - Method in class org.crosswire.jsword.book.install.InstallManager
Add an installer to our list of installers
addInstallerListener(InstallerListener) - Method in class org.crosswire.jsword.book.install.InstallManager
Remove a BibleListener from our list of listeners
addKJVToMapping(QualifiedKey, Verse) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
If leftKey is non-null (i.e.
addLast(ChainLink<E>) - Method in class org.crosswire.common.util.ChainLink
Add this node as the tail of the chain.
addManyToMany(QualifiedKey, QualifiedKey) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
Adds a many to many mapping, mappings all the verses on the left hand side to all the verses on the right hand side.
addMappings(QualifiedKey, QualifiedKey) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
Adds a 1-Many mapping, by simply listing out all the properties.
addOSIS(Key, Element, List<Content>) - Method in class org.crosswire.jsword.book.basic.AbstractPassageBook
Add the OSIS elements to the div element.
addOSIS(Key, List<Content>, List<Content>) - Method in class org.crosswire.jsword.book.basic.AbstractPassageBook
Add the OSIS elements to the content list.
addOSIS(Key, Element, List<Content>) - Method in class org.crosswire.jsword.book.sword.SwordBook
 
addOSIS(Key, List<Content>, List<Content>) - Method in class org.crosswire.jsword.book.sword.SwordBook
 
addPassageListener(PassageListener) - Method in class org.crosswire.jsword.passage.AbstractPassage
 
addPassageListener(PassageListener) - Method in interface org.crosswire.jsword.passage.Passage
Event Listeners - Add Listener
addPassageListener(PassageListener) - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
addPassageListener(PassageListener) - Method in class org.crosswire.jsword.passage.SynchronizedPassage
 
addProperty(String, String) - Method in class org.crosswire.jsword.versification.FileVersificationMapping
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.crosswire.common.config.Config
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.crosswire.common.config.Config
Add a PropertyChangeListener for a specific property.
addReporterListener(ReporterListener) - Static method in class org.crosswire.common.util.Reporter
Add an Exception listener to the list of things wanting to know whenever we capture an Exception
addReverse1ToManyMappings(Verse, QualifiedKey) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
Adds the data into the reverse mappings.
addRow(OSISUtil.OSISFactory, Element, String, String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
addText(boolean, StringBuilder, List<Content>) - Method in class org.crosswire.jsword.book.BookData
Loops around contents and calls addText for a single element
addText(boolean, StringBuilder, Content) - Method in class org.crosswire.jsword.book.BookData
Adds the text to the diff buffer
addValue(String, String) - Method in class org.crosswire.common.util.Ini
Add a value for the key.
addVerses(String, Key) - Method in class org.crosswire.jsword.passage.AbstractPassage
Create a Passage from a human readable string.
addVersifiedOrdinal(int) - Method in class org.crosswire.jsword.passage.BitwisePassage
A shortcut to adding a key, by ordinal.
addWorkListener(WorkListener) - Method in class org.crosswire.common.progress.Job
Add a listener to the list
addWorkListener(WorkListener) - Static method in class org.crosswire.common.progress.JobManager
Add a listener to the list
adjacentTo(VerseRange) - Method in class org.crosswire.jsword.passage.VerseRange
Are the 2 VerseRanges in question contiguous.
adjustBookType() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustConfig() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustHistory(IniSection) - Static method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustLanguage() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustLocation() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustName() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
adjustPackageSearch(String) - Method in class org.crosswire.common.util.CWClassLoader
Prefix the search with a package prefix, if not already.
adjustPathSearch(String) - Method in class org.crosswire.common.util.CWClassLoader
Change all but a leading '/' to '.'
adjustSourceLength(int) - Method in class org.crosswire.common.diff.PatchEntry
 
adjustSourceStart(int) - Method in class org.crosswire.common.diff.PatchEntry
 
adjustTargetLength(int) - Method in class org.crosswire.common.diff.PatchEntry
 
adjustTargetStart(int) - Method in class org.crosswire.common.diff.PatchEntry
 
advance(BufferedReader) - Method in class org.crosswire.common.util.Ini
Get the next line from the input
advance(BufferedReader) - Method in class org.crosswire.common.util.IniSection
Get the next line from the input
alias - Variable in enum org.crosswire.jsword.book.FeatureType
The alias of the FeatureType
alias - Variable in class org.crosswire.jsword.book.filter.thml.AliasTag
The alias that we are using for the other tag
AliasTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the bold element.
AliasTag(String, Tag) - Constructor for class org.crosswire.jsword.book.filter.thml.AliasTag
simple ctor
allowed(String, String) - Method in class org.crosswire.common.util.IniSection
 
allowsContinuation() - Method in enum org.crosswire.jsword.book.sword.ConfigEntryType
While most fields are single line or single value, some allow continuation.
allowsHTML() - Method in enum org.crosswire.jsword.book.sword.ConfigEntryType
HTML is allowed in a few config entries.
allowsRTF() - Method in enum org.crosswire.jsword.book.sword.ConfigEntryType
RTF is allowed in a few config entries.
alphabet - Variable in class org.crosswire.common.diff.Bitap
Alphabet is the compiled representation of the pattern.
alphabet() - Method in class org.crosswire.common.diff.Bitap
 
ALT_KEY - Static variable in class org.crosswire.jsword.versification.BibleNames.NameList
 
alternateNames - Variable in class org.crosswire.jsword.versification.BookName
 
alterVerseBase(Key, int) - Method in class org.crosswire.jsword.passage.PassageTally
Increment/Decrement this verses in the rankings
altNC - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Alternative shortened names for the Deuterocanonical books of the Bible normalized, generated at runtime.
altNT - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Alternative shortened names for the New Testament books of the Bible normalized, generated at runtime.
altOT - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Alternative shortened names for the Old Testament books of the Bible normalized, generated at runtime.
analytic - Variable in enum org.crosswire.common.xml.FormatType
 
analyze(StrongsMapSet, Book, List<Key>, Key) - Method in class org.crosswire.jsword.examples.StrongsAnalysis
 
analyzer - Variable in class org.crosswire.jsword.index.lucene.analysis.LuceneAnalyzer
 
AnalyzerFactory - Class in org.crosswire.jsword.index.lucene.analysis
A factory creating the appropriate Analyzer for natural language analysis of text for Lucene Indexing and Query Parsing.
AnalyzerFactory() - Constructor for class org.crosswire.jsword.index.lucene.analysis.AnalyzerFactory
 
AndNotQuery - Class in org.crosswire.jsword.index.query
An "And Not" query specifies that a result needs to be in the left but not in the right query result.
AndNotQuery(Query, Query) - Constructor for class org.crosswire.jsword.index.query.AndNotQuery
Create a query where the right query result is subtracted from the left query result.
AndQuery - Class in org.crosswire.jsword.index.query
An AND query specifies that a result needs to be in both the left and the right query results.
AndQuery(Query, Query) - Constructor for class org.crosswire.jsword.index.query.AndQuery
Create a query where the result is the intersection of two queries.
AnonymousTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process an element that does not map to OSIS.
AnonymousTag(String) - Constructor for class org.crosswire.jsword.book.filter.thml.AnonymousTag
 
APIExamples - Class in org.crosswire.jsword.examples
All the methods in this class highlight some are of the API and how to use it.
APIExamples() - Constructor for class org.crosswire.jsword.examples.APIExamples
 
APIExamples.MyBookFilter - Class in org.crosswire.jsword.examples
A simple BookFilter that looks for a Bible by name.
APIExamples.MyBookFilter(String) - Constructor for class org.crosswire.jsword.examples.APIExamples.MyBookFilter
 
APIExamples.MyBooksListener - Class in org.crosswire.jsword.examples
A simple BooksListener that actually does nothing.
APIExamples.MyBooksListener() - Constructor for class org.crosswire.jsword.examples.APIExamples.MyBooksListener
 
appendText(String) - Method in class org.crosswire.common.diff.Difference
 
appendText(char) - Method in class org.crosswire.common.diff.Difference
 
appendVersificationNotice(Element, String) - Method in class org.crosswire.jsword.book.BookData
Creates a notice element.
applicationToLocal() - Method in class org.crosswire.common.config.Config
Take the data in the application and copy it to the local storage area.
apply(String) - Method in class org.crosswire.common.diff.Patch
Merge this patch onto the text.
ArabicLuceneAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
An Analyzer whose TokenStream is built from a ArabicLetterTokenizer filtered with LowerCaseFilter, ArabicNormalizationFilter, ArabicStemFilter (optional) and Arabic StopFilter (optional).
ArabicLuceneAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.ArabicLuceneAnalyzer
 
args - Variable in class org.crosswire.common.options.GetOptions
 
ArgumentType - Enum in org.crosswire.common.options
An ArgumentType indicates whether and/or how an Option is followed by an argument.
ArgumentType(String) - Constructor for enum org.crosswire.common.options.ArgumentType
 
argumentType - Variable in class org.crosswire.common.options.Option
 
array - Variable in class org.crosswire.common.config.StringOptionsChoice
The options that we are presenting the user with
ATag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the a (Reference) element.
ATag() - Constructor for class org.crosswire.jsword.book.filter.thml.ATag
 
ATTRIBUTE_CELL_ALIGN - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_CELL_COLS - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_CELL_ROWS - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_DIV_BOOK - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_FIGURE_SRC - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_OSISTEXT_OSISIDWORK - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_Q_WHO - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_SPEAKER_WHO - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_TABLE_BORDER - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_TABLE_ROLE - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_TEXT_OSISIDWORK - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_W_LEMMA - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_W_MORPH - Static variable in class org.crosswire.jsword.book.OSISUtil
 
ATTRIBUTE_WORK_OSISWORK - Static variable in class org.crosswire.jsword.book.OSISUtil
 
attributeDecl(String, String, String, String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
AUGMENT_PATH - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
Sword global config file's path to where mods can be found
augmentPath - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
The directory URL
AUTH_REFUSED - Static variable in class org.crosswire.jsword.book.install.sword.FTPMsg
 
AUTH_SEPERATOR_PASSWORD - Static variable in class org.crosswire.common.util.NetUtil
Separating the password from the username
AUTH_SEPERATOR_USERNAME - Static variable in class org.crosswire.common.util.NetUtil
Separating the username from the rest of the URL/URI
autoRegister() - Method in class org.crosswire.jsword.book.Books
Registers all the drivers known to the program.
avalanche - Variable in class org.crosswire.common.crypt.Sapphire
 
AWT_HANDLER_PROPERTY - Static variable in class org.crosswire.common.util.Reporter
The system property name for registering AWT exceptions
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Copyright ยจ 2003-2015