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

S

SAMUEL1 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
SAMUEL2 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
Sapphire - Class in org.crosswire.common.crypt
The Sapphire II Stream Cipher is a port of Sword's C++ implementation of Michael Paul Johnson's 2 January 1995 public domain cipher.
Sapphire(byte[]) - Constructor for class org.crosswire.common.crypt.Sapphire
Construct a Sapphire Stream Cipher from a key, possibly null or empty.
save() - Method in class org.crosswire.bibledesktop.book.BibleViewPane
Save the view to disk.
SAVE - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
save() - Method in interface org.crosswire.bibledesktop.book.install.SiteEditor
Save the state of this SiteEditor.
save() - Method in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
SAVE - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
SAVE - Static variable in class org.crosswire.common.swing.desktop.ViewManager
 
save() - Method in class org.crosswire.jsword.book.install.InstallManager
Save all properties to the user's local area.
save() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
SAVE_ALL - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
SAVE_ALL - Static variable in class org.crosswire.common.swing.desktop.ViewManager
 
SAVE_AS - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
SAVE_AS - Static variable in class org.crosswire.common.swing.desktop.ViewManager
 
saveAs() - Method in class org.crosswire.bibledesktop.book.BibleViewPane
Save the view to disk, but ask the user where to save it first.
saved - Variable in class org.crosswire.bibledesktop.book.BibleViewPane
 
saveKey(Key) - Method in class org.crosswire.bibledesktop.book.BibleViewPane
Do the real work of saving to a file
savePredictions() - Method in class org.crosswire.common.progress.Job
Save the known timings to a properties file.
SAXEventProvider - Interface in org.crosswire.common.xml
A simple way of giving someone a place from which to get SAX events.
SAXEventProviderInputSource - Class in org.crosswire.common.xml
This is a simple marker interface that we can use with SAXEventProviderXMLReader.
SAXEventProviderInputSource() - Constructor for class org.crosswire.common.xml.SAXEventProviderInputSource
 
SAXEventProviderXMLReader - Class in org.crosswire.common.xml
A helper to aid people working with a SAXEventProvider.
SAXEventProviderXMLReader(SAXEventProvider) - Constructor for class org.crosswire.common.xml.SAXEventProviderXMLReader
Constructor SAXEventProviderXMLReader.
sbmd - Variable in class org.crosswire.jsword.book.sword.SwordBook
The Sword configuration file
sbmd - Variable in class org.crosswire.jsword.book.sword.SwordDictionary
The Sword configuration file
sbmd - Variable in class org.crosswire.jsword.book.sword.SwordGenBook
The Sword configuration file
SCHEDULED - Static variable in class org.crosswire.jsword.index.IndexStatus
This Book has been scheduled for index creation
scheduleIndex(Book, Component) - Static method in class org.crosswire.bibledesktop.book.install.IndexResolver
 
scheduleIndexCreation(Book) - Method in interface org.crosswire.jsword.index.IndexManager
Read from the given source version to generate ourselves.
scheduleIndexCreation(Book) - Method in class org.crosswire.jsword.index.lucene.LuceneIndexManager
 
SCHEMA_FULL_CHECKING - Static variable in class org.crosswire.common.xml.XMLFeature
Schema full checking feature id
SCHEMA_VALIDATION - Static variable in class org.crosswire.common.xml.XMLFeature
Schema validation feature id
screenToLocal() - Method in class org.crosswire.common.config.swing.AbstractConfigEditor
Take the data displayed on screen an copy it to the local storage area.
ScripRefTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the scripRef element.
ScripRefTag() - Constructor for class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
ScriptureTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the scripture element.
ScriptureTag() - Constructor for class org.crosswire.jsword.book.filter.thml.ScriptureTag
 
SCROLL_TO_URL - Static variable in class org.crosswire.bibledesktop.display.textpane.TextPaneBookDataDisplay
 
ScrolledBookDataDisplay - Class in org.crosswire.bibledesktop.display.scrolled
An inner component of Passage pane that can't show the list.
ScrolledBookDataDisplay(BookDataDisplay) - Constructor for class org.crosswire.bibledesktop.display.scrolled.ScrolledBookDataDisplay
Simple Constructor
scrSummary - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
scrView - Variable in class org.crosswire.bibledesktop.display.scrolled.ScrolledBookDataDisplay
The scroller for the TextPaneBookDataDisplay component
SEARCH - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
search() - Method in class org.crosswire.jsword.examples.APIExamples
An example of how to search for various bits of data.
search(String) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(SearchRequest) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(Query) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(SearchRequest) - Method in interface org.crosswire.jsword.index.search.Searcher
Take a search request and decipher it into a Passage.
search(Query) - Method in interface org.crosswire.jsword.index.search.Searcher
Take a search request and decipher it into a Passage.
SEARCH_DIR - Static variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The relative path of the dir holding the search index files
SEARCH_FAILED - Static variable in class org.crosswire.jsword.index.lucene.Msg
 
SEARCH_FIELD - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
SEARCH_LABEL - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
SEARCH_SYNTAX - Static variable in class org.crosswire.jsword.index.search.SearchType
 
searchAndShow() - Method in class org.crosswire.jsword.examples.APIExamples
An example of how to do a search and then get text for each range of verses.
searcher - Variable in class org.crosswire.jsword.book.basic.AbstractBook
How do we perform searches
searcher - Variable in class org.crosswire.jsword.index.lucene.LuceneIndex
The Lucene search engine
Searcher - Interface in org.crosswire.jsword.index.search
The central interface to all searching.
SearcherFactory - Class in org.crosswire.jsword.index.search
Factory method for creating a new Searcher.
SearcherFactory() - Constructor for class org.crosswire.jsword.index.search.SearcherFactory
Prevent Instansiation
SearchModifier - Interface in org.crosswire.jsword.index.search
A SearchModifier consists of the kinds of changes that can be done to a search.
SearchRequest - Interface in org.crosswire.jsword.index.search
A SearchRequest consists of a string and modifiers for the search.
SearchType - Class in org.crosswire.jsword.index.search
An Enumeration of the possible types of Searches.
SearchType(String) - Constructor for class org.crosswire.jsword.index.search.SearchType
 
SECTION_KEY - Static variable in class org.crosswire.jsword.versification.SectionNames
 
sectionEnd - Variable in class org.crosswire.common.progress.Job
When do we expect this section to end
sectionName - Variable in class org.crosswire.common.progress.Job
Description of what we are doing
sectionNames - Static variable in class org.crosswire.jsword.versification.BibleInfo
Localized Bible SectionNames
SectionNames - Class in org.crosswire.jsword.versification
SectionNames deals with traditional sections of the Bible.
SectionNames() - Constructor for class org.crosswire.jsword.versification.SectionNames
Create a SectionNames object
sections - Variable in class org.crosswire.jsword.versification.SectionNames
Standard names for the sections
SECTIONS_IN_BIBLE - Static variable in class org.crosswire.jsword.versification.SectionNames
Constant for the number of sections in the Bible
sectionStart - Variable in class org.crosswire.common.progress.Job
When did this section start?
SECURITY - Static variable in class org.crosswire.common.util.Msg
 
SEG_CENTER - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_COLORPREFIX - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_JUSTIFYRIGHT - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_SIZEPREFIX - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
select() - Method in class org.crosswire.bibledesktop.book.install.EditSitePane
Someone has picked a new installer
select(int) - Method in class org.crosswire.common.history.History
Make a particular element in the navigation list the current item in history.
select(Component) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
Find the view and select it.
select(Component) - Method in class org.crosswire.common.swing.desktop.MDIViewLayout
 
select(Component) - Method in class org.crosswire.common.swing.desktop.TDIViewLayout
 
select(Component) - Method in interface org.crosswire.common.swing.desktop.Viewable
Find the view and select it.
select(Component) - Method in class org.crosswire.common.swing.desktop.ViewManager
 
SELECT_BOOK - Static variable in class org.crosswire.bibledesktop.book.Msg
 
SELECT_CHAPTER - Static variable in class org.crosswire.bibledesktop.book.Msg
 
SELECT_FONT - Static variable in class org.crosswire.common.config.swing.Msg
 
SELECT_FONT - Static variable in class org.crosswire.common.swing.Msg
 
SELECT_PASSAGE_TITLE - Static variable in class org.crosswire.bibledesktop.book.Msg
 
SELECT_SUBNODE - Static variable in class org.crosswire.common.config.swing.Msg
 
SELECT_VERSE - Static variable in class org.crosswire.bibledesktop.book.Msg
 
selectBook(Book) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
 
selectCard() - Method in class org.crosswire.common.config.swing.AdvancedConfigEditor
Used to update the configuration panel whenever someone selects a different item form the tree on the LHS of the configuation dialog.
selectCard() - Method in class org.crosswire.common.config.swing.TreeConfigEditor
Used to update the configuration panel whenever someone selects a different item form the tree on the LHS of the configuation dialog.
selected - Variable in class org.crosswire.bibledesktop.book.BibleComboBoxModel
What is currently selected?
selected - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
selected() - Method in class org.crosswire.bibledesktop.book.install.SitePane
Something has been (un)selected in the tree
selected() - Method in class org.crosswire.bibledesktop.book.MultiBookPane
Something has been (un)selected in the tree
SELECTED_BOOK_LABEL - Static variable in class org.crosswire.bibledesktop.book.install.SitePane
 
SELECTED_VERSES - Static variable in class org.crosswire.bibledesktop.book.PassageSelectionPane
 
selectHistory(int) - Method in class org.crosswire.bibledesktop.desktop.Desktop
 
selectInstaller(Component) - Static method in class org.crosswire.bibledesktop.book.install.IndexResolver
Pick an installer
selection - Variable in class org.crosswire.bibledesktop.book.install.InstallerFactoryComboBoxModel
The currently selected object
selection - Variable in class org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel
The currently selected object
selection() - Method in class org.crosswire.bibledesktop.passage.KeySidebar
Someone clicked on a value in the list
selection - Variable in class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
The currently selected item
SENTENCE - Static variable in class org.crosswire.jsword.book.CaseType
 
SentenceUtil - Class in org.crosswire.jsword.book
The SentenceUtil class provide utility functions for the various Books.
SentenceUtil() - Constructor for class org.crosswire.jsword.book.SentenceUtil
Ensure we can not be instansiated
separator - Variable in class org.crosswire.common.config.StringArrayChoice
 
SEPARATOR - Static variable in class org.crosswire.common.config.swing.StringArrayField
What character do we use to separate strings?
SEPARATOR - Static variable in class org.crosswire.common.swing.ActionFactory
What we lookup
SEPARATOR - Static variable in class org.crosswire.common.util.NetUtil
URL separator
SEPARATOR - Static variable in class org.crosswire.jsword.book.sword.RawLDBackend
Used to separate the key name from the key value
SEPARATOR - Static variable in class org.crosswire.jsword.book.sword.ZLDBackend
Used to separate the key name from the key value
SEPARATORS - Static variable in class org.crosswire.jsword.book.filter.gbf.GBFFilter
 
SerializingContentHandler - Class in org.crosswire.common.xml
Class to convert a SAX stream into a simple String.
SerializingContentHandler() - Constructor for class org.crosswire.common.xml.SerializingContentHandler
Default ctor that does not insert newlines.
SerializingContentHandler(boolean) - Constructor for class org.crosswire.common.xml.SerializingContentHandler
Default ctor that does not insert newlines.
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.BibleComboBoxModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.BibleViewPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.BookListCellRenderer
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.BooksComboBoxModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.BooksListModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.BookNode
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.BookTreeCellRenderer
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.InstallerFactoryComboBoxModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.SitePane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.SitesPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.MultiBookPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.book.PassageSelectionPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.desktop.Desktop
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.desktop.Splash
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.desktop.StatusBar
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.desktop.XSLTProperty
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.display.URLEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.KeyChangeEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.KeyListListModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.KeySidebar
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.KeyTreeCellRenderer
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.KeyTreeModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.RangeListModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.bibledesktop.passage.WholeBibleTreeModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.ConfigEvent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.config.ConfigException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.config.StartupException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.AdvancedConfigEditor.CustomTreeCellRenderer
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.AdvancedConfigEditor
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.BooleanField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.ButtonPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.ColorField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.DirectoryField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.FileField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.FontField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.NumberField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.PasswordField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.PathField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.StringArrayField.InputPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.StringArrayField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.TabbedConfigEditor
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.TextField
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.TreeConfigEditor
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.config.swing.WizardConfigEditor
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.history.HistoryEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.progress.Job.PredictTask
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.progress.swing.JobsProgressBar
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.progress.swing.JobsViewPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.progress.WorkEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.AntiAliasedTextPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.CWAction
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.desktop.event.TitleChangedEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.desktop.event.ViewEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.desktop.TabbedPanePanel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.desktop.ToolBar
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.ExceptionPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FieldLayout
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FixedSplitPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FontChooser.CustomListCellRenderer
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FontChooser
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.FormPane
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.GriddedPanel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.MapTableModel
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.NudgeButton
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.NumericDocument
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.plaf.MetalPanelBorder
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.swing.QuickHelpDialog
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.util.EventListenerList
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.util.LucidException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.util.LucidRuntimeException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.util.ReporterEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.xml.FormatType
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.xml.XMLFeature
Serialization UID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BookCategory
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.book.BookException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BookSet
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BooksEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.FeatureType
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.book.filter.FilterException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.install.InstallerEvent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.book.install.InstallException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.readings.ReadingsKey
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.IndexKey
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.TreeNode
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.index.IndexStatus
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.index.IndexStatusEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.index.search.SearchType
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.BitwisePassage
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DefaultKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DefaultLeafKeyList
 
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DistinctPassage
To make serialization work across new versions
serialVersionUID - Static variable in exception org.crosswire.jsword.passage.NoSuchKeyException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.passage.NoSuchVerseException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.PassageEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.PassageTally
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.RangedPassage
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.ReadOnlyKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.ReadOnlyPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.RocketPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.SetKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.SynchronizedPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.TreeKey
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.Verse
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.VerseRange
To make serialization work across new versions
set - Variable in class org.crosswire.bibledesktop.book.BibleComboBoxModel
Shared settings
set - Variable in class org.crosswire.bibledesktop.book.MultiBookPane
 
set(int, Object) - Method in class org.crosswire.jsword.book.BookSet
 
set - Variable in class org.crosswire.jsword.book.sword.SwordDictionary
So we can implement getIndex() easily
set - Variable in class org.crosswire.jsword.book.sword.SwordGenBook
So we can implement getIndex() easily
set(int, int, int) - Method in class org.crosswire.jsword.passage.Verse
Verify and set the references.
set(int) - Method in class org.crosswire.jsword.passage.Verse
Set the references.
setActive() - Method in class org.crosswire.bibledesktop.passage.KeySidebar
Make sure the correct buttons are made active
setAdvanced(boolean) - Static method in class org.crosswire.bibledesktop.desktop.AboutPane
 
setAndPatch(int, int, int) - Method in class org.crosswire.jsword.passage.Verse
Mutate into this reference and fix the reference if needed.
setAntiAliasing(boolean) - Static method in class org.crosswire.common.swing.AntiAliasedTextPane
 
setArray(String[]) - Method in class org.crosswire.common.config.swing.PathField
Set the current value using a String array
setArray(String[]) - Method in class org.crosswire.common.config.swing.StringArrayField
Set the current value using a hashtable
setAugmentPath(File[]) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
Accessor for the Sword directory
setBible(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setBibleByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setBibleViewReused(boolean) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setBlurRestriction(int) - Static method in class org.crosswire.jsword.passage.RestrictionType
The default Blur settings.
setBook(int) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModel
Accessor for the book
setBook(Book) - Method in class org.crosswire.bibledesktop.book.install.TextPaneBookMetaDataDisplay
 
setBook(BookMetaData) - Static method in class org.crosswire.jsword.book.DataPolice
Set the current book to enhance error reports
setBookCategory(BookCategory) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setBookComboBox(JComboBox) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
The book combo box
setBookData(Book, Key) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
 
setBookData(Book, Key) - Method in interface org.crosswire.bibledesktop.display.BookDataDisplay
Set the BookData to be displayed.
setBookData(Book, Key) - Method in class org.crosswire.bibledesktop.display.proxy.ProxyBookDataDisplay
 
setBookData(Book, Key) - Method in class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
 
setBookData(Book, Key) - Method in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
 
setBookData(Book, Key) - Method in class org.crosswire.bibledesktop.display.textpane.TextPaneBookDataDisplay
 
setBookMetaData(BookMetaData) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
setBookMetaData(BookMetaData) - Method in interface org.crosswire.jsword.book.Book
Set the meta-information for this book.
setBottomComponent(Component) - Method in class org.crosswire.common.swing.FixedSplitPane
 
setCancelable(boolean) - Method in class org.crosswire.common.progress.Job
 
setCancelable(boolean) - Method in interface org.crosswire.common.progress.Progress
Indicates whether the job is cancelable or not.
setCase(String) - Method in class org.crosswire.jsword.book.CaseType
 
setCase(int) - Static method in class org.crosswire.jsword.versification.BibleInfo
This is only used by config.
setCase(CaseType) - Static method in class org.crosswire.jsword.versification.BibleInfo
How do we report the names of the books?.
setCenterComponent(Component) - Method in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
Make a new component reside in the center of this panel
setChapter(int) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModel
Accessor for the chapter
setChapterComboBox(JComboBox) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
The chapter combo box
setChoice(Choice) - Method in class org.crosswire.common.config.swing.BooleanField
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.ColorField
 
setChoice(Choice) - Method in interface org.crosswire.common.config.swing.Field
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.FileField
 
setChoice(Choice) - Method in class org.crosswire.common.config.swing.FontField
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.NumberField
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.OptionsField
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.PasswordField
Some fields will need some extra info to display properly like the options in an options field.
setChoice(Choice) - Method in class org.crosswire.common.config.swing.PathField
 
setChoice(Choice) - Method in class org.crosswire.common.config.swing.StringArrayField
 
setChoice(Choice) - Method in class org.crosswire.common.config.swing.TextField
Some fields will need some extra info to display properly like the options in an options field.
setCloseEnabled(boolean) - Method in class org.crosswire.bibledesktop.desktop.Desktop
Are the close buttons enabled?
setColumnName(int, String) - Method in class org.crosswire.common.swing.MapTableModel
The name of the of the colth column
setCommentariesWithBibles(boolean) - Static method in class org.crosswire.jsword.book.BookFilters
Establish whether the getBible should return the current Bible or the user's chosen default.
setCommentary(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setCommentaryByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setContentHandler(ContentHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setCurrentBible(boolean) - Static method in class org.crosswire.jsword.book.Defaults
Establish whether the getBible should return the current Bible or the user's chosen default.
setCurrentBook(Book) - Static method in class org.crosswire.jsword.book.Defaults
If the user has chosen to remember the book (by type) then set the current book for that type.
setCurrentConverterName(String) - Static method in class org.crosswire.jsword.util.ConverterFactory
For config to set the currently preferred converter implementation
setDailyDevotional(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setDailyDevotionalByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setDefault(Book) - Method in class org.crosswire.jsword.book.DefaultBook
Set the default Book.
setDefaultByName(String) - Method in class org.crosswire.jsword.book.DefaultBook
Trawl through all the known Books satisfying the filter looking for the one matching the given name.
setDefaultConditionally(Book) - Method in class org.crosswire.jsword.book.DefaultBook
Set the default Book conditionally.
setDefaultPassage(int) - Static method in class org.crosswire.jsword.passage.PassageKeyFactory
Set the default reference type.
setDefaultSize(Dimension) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setDictionary(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setDictionaryByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setDirectory(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setDisplayedException(Throwable) - Method in class org.crosswire.common.swing.ExceptionPane
Display a different nested exception
setDividerLocation(double) - Method in class org.crosswire.common.swing.FixedSplitPane
Sets the divider location as a percentage of the JSplitPane's size.
setDocument(Verse, BookData) - Method in class org.crosswire.jsword.book.basic.AbstractPassageBook
For when we want to add writing functionality
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
setDownEnabled(boolean) - Method in class org.crosswire.common.swing.NudgeButton
 
setDownloadDir(File) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
 
setDriver(BookDriver) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setDTDHandler(DTDHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setEditable(boolean) - Method in interface org.crosswire.bibledesktop.book.install.SiteEditor
Change the Editable state of this SiteEditor.
setEditable(boolean) - Method in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
setEntityResolver(EntityResolver) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setErrorListener(ErrorListener) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setFeature(String, boolean) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setFeature(XMLReader) - Method in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
Set the control state on the parser.
setFeatures(XMLReader) - Method in class org.crosswire.common.xml.XMLFeatureSet
 
setFeatureState(XMLFeature, boolean) - Method in class org.crosswire.common.xml.XMLFeatureSet
 
setFeatureStates(String[]) - Method in class org.crosswire.common.xml.XMLFeatureSet
 
setFilter(BookFilter) - Method in class org.crosswire.bibledesktop.book.BooksListModel
 
setFirstChild(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setFont(String) - Static method in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter
Accessor for the stylesheet we are transforming using
setFullBookName(boolean) - Static method in class org.crosswire.jsword.versification.BibleInfo
Set whether the name should be full or abbreviated, long or short.
setFullPath(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setFullPath(String) - Method in interface org.crosswire.common.config.Choice
Sets the full path of the option.
setGreekDefinitions(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setGreekDefinitionsByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setGreekParse(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setGreekParseByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setHandlers() - Method in class org.crosswire.common.xml.XMLProcess
 
setHebrewDefinitions(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setHebrewDefinitionsByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setHebrewParse(Book) - Static method in class org.crosswire.jsword.book.Defaults
 
setHebrewParseByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setHelpDeskListener(boolean) - Static method in class org.crosswire.common.swing.ExceptionPane
You must call setJoinHelpDesk() in order to start displaying Exceptions sent to the Log, and in order to properly close this class you must call it again (with false).
setHelpText(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setHelpText(String) - Method in interface org.crosswire.common.config.Choice
Sets a brief description of what is going on
setHgap(int) - Method in class org.crosswire.common.swing.AbstractLayout
Set the horizontal gap between components.
setHome(URL) - Static method in class org.crosswire.common.util.CWClassLoader
Establish the applications home directory from where additional resources can be found.
setHost(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setIndexStatus(IndexStatus) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
setIndexStatus(IndexStatus) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setIndexStatus(IndexStatus) - Method in interface org.crosswire.jsword.book.Book
This method does not alter the index status, however it is for Indexers that are responsible for indexing and have changed the status themselves.
setIndexStatus(IndexStatus) - Method in interface org.crosswire.jsword.book.BookMetaData
This method does not alter the index status, however it is for Indexers that are responsible for indexing and have changed the status themselves.
setInitialLayoutType(int) - Static method in class org.crosswire.common.swing.desktop.ViewManager
What should the initial layout state be?
setInitials(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
See note on setName() for side effect on setInitials().
setInstaller(Installer) - Method in class org.crosswire.bibledesktop.book.install.EditSitePane
Convenience method to allow us to change the type of the current installer.
setInstaller(Installer) - Method in interface org.crosswire.bibledesktop.book.install.SiteEditor
Establish the installer for this SiteEditor.
setInstaller(Installer) - Method in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
setKey(Key) - Method in class org.crosswire.bibledesktop.book.BibleViewPane
Accessor for the current passage
setKey(String) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
setKey(Key) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
setKey(Key) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
Accessor for the current passage
setKey(Key) - Method in class org.crosswire.bibledesktop.passage.KeySidebar
 
setKey(Key) - Method in class org.crosswire.bibledesktop.passage.KeyTreeModel
Sets the key is this tree editing
setKey(String) - Method in class org.crosswire.common.swing.MapTableModel.StringPair
 
setKey(Key) - Static method in class org.crosswire.jsword.book.DataPolice
Set the current item to enhance error reports
SetKeyList - Class in org.crosswire.jsword.passage
A Key that uses a Set of Keys as it's store of data.
SetKeyList(Set) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set, String) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set, Key) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set, Key, String) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
setLabelRank(int) - Method in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
setLanguage(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setLayoutType(LayoutType) - Method in class org.crosswire.common.swing.desktop.ViewManager
Setup the current view
setLeftComponent(Component) - Method in class org.crosswire.common.swing.FixedSplitPane
 
setLibrary(URL) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setLibrary(URL) - Method in interface org.crosswire.jsword.book.BookMetaData
Set the base URL for library of this module.
setLibrary(URL) - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
setLocal(String, String) - Method in class org.crosswire.common.config.Config
Set a configuration Choice (by name) to a new value.
setLocation(URL) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setLocation(URL) - Method in interface org.crosswire.jsword.book.BookMetaData
Set the base URL for relative urls in the document.
setLookAndFeel(Class) - Static method in class org.crosswire.common.swing.LookAndFeelUtil
Set the look and feel to a new class.
setMap(Map) - Method in class org.crosswire.common.swing.MapTableModel
Change the map that we report on
setMaxHeight(int) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setMaxNumRankedVerses(int) - Static method in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
setMaxWidth(int) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setName(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
Setting the name also sets some default initials, so if you wish to set some specific initials then it should be done after setting the name.
setName(String) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setName(String) - Method in class org.crosswire.jsword.passage.AbstractKeyList
Override the default name with a custom name.
setname - Variable in class org.crosswire.jsword.view.web.DownloadSet
 
setNextSibling(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setNumRankedVerses(int) - Static method in class org.crosswire.bibledesktop.book.DisplaySelectPane
Sets the number of verses that should be shown when a search result is ranked.
setOffset(int) - Method in class org.crosswire.jsword.book.sword.IndexKey
 
setOffset(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setOrdering(int) - Method in class org.crosswire.jsword.passage.PassageTally
Set how we sort the verses we output.
setOutputProperties(Properties) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setOutputProperty(String, String) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setPageSize(int) - Static method in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
Accessor for the page size
setParameter(String, Object) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setParent(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setParent(Key) - Method in class org.crosswire.jsword.passage.AbstractPassage
Set a parent Key.
setParent(Key) - Method in class org.crosswire.jsword.passage.Verse
Set a parent Key.
setParent(Key) - Method in class org.crosswire.jsword.passage.VerseRange
Set a parent Key.
setPassage(Passage) - Method in class org.crosswire.bibledesktop.passage.RangeListModel
Accessor for the current passage
setPersistentNaming(boolean) - Static method in class org.crosswire.jsword.passage.PassageUtil
Do we remember the original string used to configure us?
setPriority(int) - Method in class org.crosswire.common.config.AbstractReflectedChoice
Sometimes we need to ensure that we configure items in a certain order, the config package moves the changes to the application starting with the highest priority, moving to the lowest
setProgress(int, String) - Method in class org.crosswire.common.progress.Job
We have moved onto another section so update the percentage complete and the section title.
setProperties(TransformingSAXEventProvider) - Static method in class org.crosswire.bibledesktop.desktop.XSLTProperty
 
setProperties(Properties) - Method in class org.crosswire.common.config.Config
Take the data stored permanetly and copy it to the local storage area, using the specified stream
setProperties(Map) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setProperty(TransformingSAXEventProvider) - Method in class org.crosswire.bibledesktop.desktop.XSLTProperty
 
setProperty(String, Object) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setProxyHost(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setProxyPort(Integer) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setRanked(boolean) - Method in class org.crosswire.jsword.index.search.DefaultSearchModifier
Set whether or not the search should be ranked.
setResourceName(String) - Static method in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter
Accessor for the stylesheet we are transforming using
setRestriction(RestrictionType) - Method in class org.crosswire.bibledesktop.passage.RangeListModel
Change the restrictions we are using.
setRightComponent(Component) - Method in class org.crosswire.common.swing.FixedSplitPane
 
setSearchModifier(SearchModifier) - Method in class org.crosswire.jsword.index.AbstractIndex
 
setSearchModifier(SearchModifier) - Method in interface org.crosswire.jsword.index.Index
Set any modifier for the current and subsequent search.
setSectionName(String) - Method in class org.crosswire.common.progress.Job
 
setSectionName(String) - Method in interface org.crosswire.common.progress.Progress
We have moved onto another section so update the section title.
setSelectedItem(Object) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModel
 
setSelectedItem(Object) - Method in class org.crosswire.bibledesktop.book.BooksComboBoxModel
 
setSelectedItem(Object) - Method in class org.crosswire.bibledesktop.book.install.InstallerFactoryComboBoxModel
 
setSelectedItem(Object) - Method in class org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel
 
setSelectedItem(Object) - Method in class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
 
setSidebarShowing(boolean) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setSize(Window, Dimension) - Static method in class org.crosswire.common.swing.GuiUtil
Set the size of the window, but no bigger than the screen.
setSize(int) - Method in class org.crosswire.jsword.book.sword.IndexKey
 
setSourcePath(File[]) - Static method in class org.crosswire.common.swing.ExceptionPane
Set the directories to search for source files.
setState(int, String) - Method in class org.crosswire.bibledesktop.book.install.EditSitePane
Set the various gui elements depending on the current edit mode
setState(boolean) - Method in class org.crosswire.bibledesktop.desktop.XSLTProperty
 
setState(boolean) - Method in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
Set the new state
setString(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setString(String) - Method in interface org.crosswire.common.config.Choice
String value to associate with this Field.
setStyle(Font) - Method in class org.crosswire.common.swing.FontChooser
Set the Font displayed
setter - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The method to call to set the value
setText(String) - Method in class org.crosswire.bibledesktop.desktop.StatusBar
Sets the text to display
setText(Verse, String) - Method in class org.crosswire.jsword.book.basic.AbstractPassageBook
Set the unparsed text for a verse to permanent storage.
setText(Verse, String) - Method in class org.crosswire.jsword.book.sword.SwordBook
 
setTitle(int) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
setTopComponent(Component) - Method in class org.crosswire.common.swing.FixedSplitPane
 
setTreeModel(BookList) - Method in class org.crosswire.bibledesktop.book.install.SitePane
 
setType(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setUpEnabled(boolean) - Method in class org.crosswire.common.swing.NudgeButton
 
setURIResolver(URIResolver) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setURLCacheDir(File) - Static method in class org.crosswire.common.util.NetUtil
Sets the cache directory.
setUserData(byte[]) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setValidPassage(boolean) - Method in class org.crosswire.bibledesktop.book.PassageSelectionPane
Update the UI when the validity of the passage changes
setValue(String) - Method in class org.crosswire.common.config.swing.BooleanField
Set the current value
setValue(String) - Method in class org.crosswire.common.config.swing.ColorField
 
setValue(String) - Method in interface org.crosswire.common.config.swing.Field
Set the current value.
setValue(String) - Method in class org.crosswire.common.config.swing.FileField
 
setValue(String) - Method in class org.crosswire.common.config.swing.FontField
Set the current value
setValue(String) - Method in class org.crosswire.common.config.swing.NumberField
Set the current value
setValue(String) - Method in class org.crosswire.common.config.swing.OptionsField
Set the current value
setValue(String) - Method in class org.crosswire.common.config.swing.PasswordField
Set the current value
setValue(String) - Method in class org.crosswire.common.config.swing.PathField
 
setValue(String) - Method in class org.crosswire.common.config.swing.StringArrayField
 
setValue(String) - Method in class org.crosswire.common.config.swing.TextField
Set the current value
setValue(String) - Method in class org.crosswire.common.swing.MapTableModel.StringPair
 
setVerse(int) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModel
Accessor for the chapter
setVerse(Verse) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
Set the combo-boxes to a new verse
setVerseComboBox(JComboBox) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
The verse combo box
setVgap(int) - Method in class org.crosswire.common.swing.AbstractLayout
Set the vertical gap between components.
setViewedVerse(Verse) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
Sets the verse.
setViewLayoutType(LayoutType) - Method in class org.crosswire.common.swing.desktop.ViewManager
Set the current layout type
setVisible(boolean) - Method in class org.crosswire.common.swing.QuickHelpDialog
 
setVisibleDividerBorder(boolean) - Method in class org.crosswire.common.swing.FixedSplitPane
Set a hint whether the border should be visible or not.
setWebJournalShowing(boolean) - Static method in class org.crosswire.bibledesktop.desktop.Desktop
 
setWord(String) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
See if the current dictionary has a mention of the word in question.
setWork(int) - Method in class org.crosswire.common.progress.Job
 
setWork(int) - Method in interface org.crosswire.common.progress.Progress
Indicate progress toward the whole.
SHORT_COPYRIGHT - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
A one line copyright statement, required by Lockman for NASB
SHORT_KEY - Static variable in class org.crosswire.jsword.versification.BibleNames
 
SHORT_PROMO - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
A one line promo statement, required by Lockman for NASB
shortBooks - Variable in class org.crosswire.jsword.versification.BibleNames
Standard shortened names for the book of the Bible, in mixed case
shortBooksMap - Variable in class org.crosswire.jsword.versification.BibleNames
Standard shortened names for the book of the Bible, normalized, generated at runtime.
shortBooksSearch - Variable in class org.crosswire.jsword.versification.BibleNames
Standard shortened names for the book of the Bible, normalized, generated at runtime.
shortenURL(URL, String) - Static method in class org.crosswire.common.util.NetUtil
Utility to strip a string from the end of a URL.
show - Variable in class org.crosswire.bibledesktop.desktop.DesktopActions.ShowSideBarVisitor
 
showDialog(Component, ActionListener) - Method in class org.crosswire.common.config.swing.AbstractConfigEditor
 
showDialog(Component, ActionListener) - Method in interface org.crosswire.common.config.swing.ConfigEditor
Create a dialog to house a TreeConfig component using the default set of Fields
showDialog(Config, Component, ActionListener) - Static method in class org.crosswire.common.config.swing.ConfigEditorFactory
Create a dialog to house a TreeConfig component using the default set of Fields
showDialog(Config, Component, URL) - Static method in class org.crosswire.common.config.swing.ConfigEditorFactory
Create a dialog to house a TreeConfig component using the default set of Fields, with the default accept action of config.localToAppliation and config,localToPermanentURL
showDialog(Component) - Method in class org.crosswire.common.config.swing.WizardConfigEditor
Create a dialog to house a TreeConfig component using the default set of Fields.
showDialog(Component, String, Font) - Static method in class org.crosswire.common.swing.FontChooser
Display a FontChooser in a dialog
showExceptionDialog(Component, Throwable) - Static method in class org.crosswire.common.swing.ExceptionPane
Show a dialog containing the exception
showInDialog(Component, String, boolean, String) - Method in class org.crosswire.bibledesktop.book.AdvancedSearchPane
Open us in a new (optionally modal) dialog window
showInDialog(Component) - Method in class org.crosswire.bibledesktop.book.install.EditSitePane
Open us in a new modal dialog window
showInDialog(Component) - Method in class org.crosswire.bibledesktop.book.install.SitesPane
Open this Panel in it's own dialog box.
showInDialog(Component, String, boolean, String) - Method in class org.crosswire.bibledesktop.book.PassageSelectionPane
Open us in a new (optionally modal) dialog window
showInDialog(Component) - Method in class org.crosswire.bibledesktop.desktop.AboutPane
A method to be exposed by our children
showInFrame(Frame) - Method in class org.crosswire.bibledesktop.desktop.ViewSourcePane
Display this Panel in a new JFrame
showLargeIcons(boolean) - Method in class org.crosswire.common.swing.desktop.ToolBar
Sets the size of the tool bar button images.
showSelectDialog() - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
Someone clicked the "..." button
showSidebar(boolean) - Method in class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
Show or hide the passage sidebar.
showStatusBar(boolean) - Method in class org.crosswire.bibledesktop.desktop.Desktop
Show or hide the status bar.
showText(boolean) - Method in class org.crosswire.common.swing.desktop.ToolBar
Set the tool tip text for the buttons on the tool bar.
showToolBar(boolean) - Method in class org.crosswire.common.swing.desktop.ToolBar
Show or hide the tool bar.
showWebJournal(boolean) - Method in class org.crosswire.bibledesktop.desktop.Desktop
Show or hide the web journal.
sidebar - Variable in class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
 
SIDEBAR_TOGGLE - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
sidebarShowing - Static variable in class org.crosswire.bibledesktop.desktop.Desktop
Whether to show the Key Sidebar at startup
sidebarToggle - Variable in class org.crosswire.bibledesktop.desktop.Desktop
 
siteEditor - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
SiteEditor - Interface in org.crosswire.bibledesktop.book.install
A SiteEditor allows for the editing of a site.
SiteEditorFactory - Class in org.crosswire.bibledesktop.book.install
Factory for SiteEditors.
SiteEditorFactory() - Constructor for class org.crosswire.bibledesktop.book.install.SiteEditorFactory
Prevent Use
siteEditorPane - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
SitePane - Class in org.crosswire.bibledesktop.book.install
A panel for use within a SitesPane to display one set of Books that are installed or could be installed.
SitePane() - Constructor for class org.crosswire.bibledesktop.book.install.SitePane
For local installations
SitePane(Installer) - Constructor for class org.crosswire.bibledesktop.book.install.SitePane
For remote installations
SitePane(Installer, String) - Constructor for class org.crosswire.bibledesktop.book.install.SitePane
Internal ctor
SitePane.CustomBooksListener - Class in org.crosswire.bibledesktop.book.install
When new books are added we need to relfect the change in this tree.
SitePane.CustomBooksListener() - Constructor for class org.crosswire.bibledesktop.book.install.SitePane.CustomBooksListener
 
sites - Variable in class org.crosswire.bibledesktop.desktop.DesktopActions
The Book installer window
SitesPane - Class in org.crosswire.bibledesktop.book.install
A SitesPane manages library sites.
SitesPane() - Constructor for class org.crosswire.bibledesktop.book.install.SitesPane
Simple ctor
SitesPane.SiteInstallerListener - Class in org.crosswire.bibledesktop.book.install
Local listener for install events.
SitesPane.SiteInstallerListener() - Constructor for class org.crosswire.bibledesktop.book.install.SitesPane.SiteInstallerListener
 
siteUpdate() - Method in class org.crosswire.bibledesktop.book.install.EditSitePane
The name field has been updated, so we need to check the entry is valid
size() - Method in class org.crosswire.common.config.Config
The number of Choices
SIZE - Static variable in class org.crosswire.common.config.swing.ColorField
The icon square size
size - Variable in class org.crosswire.common.swing.FontChooser
The font size
size - Variable in class org.crosswire.jsword.book.sword.IndexKey
 
size - Variable in class org.crosswire.jsword.passage.PassageTally
 
SIZE - Static variable in class org.crosswire.jsword.passage.PassageType
Optimize the Passage for size
skipNormalization - Variable in class org.crosswire.jsword.passage.AbstractPassage
Do we skip normalization for now - if we want to skip then we increment this, and the decrement it when done.
skippedEntity(String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
skippedEntity(String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
skippedEntity(String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
sliderRank - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
SmallTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the small element.
SmallTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SmallTag
 
SONGOFSOLOMON - Static variable in class org.crosswire.jsword.versification.BibleNames
 
SOURCE_ATTEMPT - Static variable in class org.crosswire.common.swing.Msg
 
SOURCE_FOUND - Static variable in class org.crosswire.common.swing.Msg
 
SOURCE_MISSING - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
SOURCE_NOT_FOUND - Static variable in class org.crosswire.common.swing.Msg
 
SOURCE_TYPE - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
This indicates the kind of markup used for the book.
sources - Static variable in class org.crosswire.common.swing.ExceptionPane
The directories searched for source
SPACE - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
In our parsing we use space quite a lot and this ensures there is only one and that we don't have lots of NON-NLS comments everywhere
SPACE - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
In our parsing we use space quite a lot and this ensures there is only one and that we don't have lots of NON-NLS comments everywhere
SPACE_MINUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
SPACE_PLUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
SPEED - Static variable in class org.crosswire.jsword.passage.PassageType
Optimize the Passage for speed
SPELL - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
SPELL_WORDS - Static variable in class org.crosswire.jsword.index.search.SearchType
Find verses with words spelled something like
splash - Variable in class org.crosswire.bibledesktop.desktop.Desktop.DesktopRunner
 
Splash - Class in org.crosswire.bibledesktop.desktop
A Simple splash screen.
Splash() - Constructor for class org.crosswire.bibledesktop.desktop.Splash
Create a splash window
Splash.CustomWorkListener - Class in org.crosswire.bibledesktop.desktop
Pack the frame if we get new jobs that could shunt things around
Splash.CustomWorkListener() - Constructor for class org.crosswire.bibledesktop.desktop.Splash.CustomWorkListener
 
SPLASH_FONT - Static variable in class org.crosswire.bibledesktop.desktop.AboutPane
 
SPLASH_FONT - Static variable in class org.crosswire.bibledesktop.desktop.Splash
 
SPLASH_IMAGE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
SPLASH_PROPS - Static variable in class org.crosswire.bibledesktop.desktop.Desktop
 
SPLASH_TITLE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
split - Variable in class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
 
split(String) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separators specified.
split(String, String, int) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separators specified.
splitAll(String, char) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
SplitBookDataDisplay - Class in org.crosswire.bibledesktop.display.splitlist
A quick Swing Bible display pane.
SplitBookDataDisplay(KeySidebar, BookDataDisplay) - Constructor for class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay
Initialize the SplitBookDataDisplay
splitNext() - Method in class org.crosswire.jsword.passage.RangedPassage.VerseRangeIterator
The next object is too big, so cut it up
sptBlog - Variable in class org.crosswire.bibledesktop.desktop.Desktop
 
sptBooks - Variable in class org.crosswire.bibledesktop.desktop.Desktop
 
sptMain - Variable in class org.crosswire.bibledesktop.book.MultiBookPane
 
SRC_TGZ - Static variable in class org.crosswire.jsword.view.web.DownloadSet
 
SRC_ZIP - Static variable in class org.crosswire.jsword.view.web.DownloadSet
 
st - Variable in class org.crosswire.common.swing.ExceptionPane.CustomLister
The StackTrace
st - Variable in class org.crosswire.common.swing.StackTraceListModel
 
stack - Variable in class org.crosswire.jsword.book.filter.thml.CustomHandler
The stack of elements that we have created
StackTrace - Class in org.crosswire.common.util
Unscramble the current stack, and present the data from it to the user in various forms.
StackTrace() - Constructor for class org.crosswire.common.util.StackTrace
Generate a stack trace an model it
StackTrace(Throwable) - Constructor for class org.crosswire.common.util.StackTrace
We already have an Exception that we'd like to model
StackTrace.AbstractStackIterator - Class in org.crosswire.common.util
Base class for the real enumeration implementations below
StackTrace.AbstractStackIterator() - Constructor for class org.crosswire.common.util.StackTrace.AbstractStackIterator
 
StackTraceListModel - Class in org.crosswire.common.swing
To itterate over the full function names.
StackTraceListModel(StackTrace) - Constructor for class org.crosswire.common.swing.StackTraceListModel
 
start - Variable in class org.crosswire.common.progress.Job
When did this job start?
start - Variable in class org.crosswire.jsword.passage.VerseRange
The real data - where do we start?.
START_VERSE_ON_NEWLINE - Static variable in class org.crosswire.bibledesktop.desktop.XSLTProperty
Determines whether verses should start on a new line.
START_WORDS - Static variable in class org.crosswire.jsword.index.search.SearchType
Find verses with words that start with the these beginnings.
startCDATA() - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startDocument() - Method in class org.crosswire.common.xml.HTMLSerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startDTD(String, String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CustomHandler
 
startEntity(String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
STARTS_WITH - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
STARTUP_GENERAL_CONFIG - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
STARTUP_GENERATE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
STARTUP_TITLE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
StartupException - Exception in org.crosswire.common.config
Something in the startup config files failed to start properly.
StartupException(MsgBase) - Constructor for exception org.crosswire.common.config.StartupException
Construct the Exception with a message
StartupException(MsgBase, Throwable) - Constructor for exception org.crosswire.common.config.StartupException
Construct the Exception with a message and a nested Exception
StartupException(MsgBase, Object[]) - Constructor for exception org.crosswire.common.config.StartupException
Construct the Exception with a message and some i18n params
StartupException(MsgBase, Throwable, Object[]) - Constructor for exception org.crosswire.common.config.StartupException
Construct the Exception with a message, a nested Exception and some i18n params
state - Variable in class org.crosswire.bibledesktop.desktop.XSLTProperty
The current state of the XSLTProperty
state - Variable in class org.crosswire.common.xml.XMLFeature
 
state - Variable in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
 
STATE_DISPLAY - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
The state is viewing a site
STATE_EDIT_ERROR - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
The state is editing a site (syntactically invalid)
STATE_EDIT_OK - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
The state is editing a site (syntactically valid)
states - Variable in class org.crosswire.common.xml.XMLFeatureSet
 
STATUS - Static variable in class org.crosswire.common.swing.Msg
 
STATUS_DEFAULT - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
STATUS_TOGGLE - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
StatusBar - Class in org.crosswire.bibledesktop.desktop
The status bar provides useful info to the user as to the current state of the program.
StatusBar() - Constructor for class org.crosswire.bibledesktop.desktop.StatusBar
Create a new StatusBar
statusChanged(IndexStatusEvent) - Method in interface org.crosswire.jsword.index.IndexStatusListener
Called whenever the IndexStatus of a book has changed.
store - Variable in class org.crosswire.jsword.passage.BitwisePassage
The place the real data is stored
store - Variable in class org.crosswire.jsword.passage.DistinctPassage
The place the real data is stored
store - Variable in class org.crosswire.jsword.passage.RangedPassage
The place the real data is stored
string2Boolean(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a boolean
string2Class(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a Class
string2Color(String) - Static method in class org.crosswire.common.swing.GuiConvert
Convert a String to a Color
string2Font(String) - Static method in class org.crosswire.common.swing.GuiConvert
Convert a String to a Font
string2Hashtable(String, Class) - Static method in class org.crosswire.common.util.Convert
Convert a String to a Hashtable, with type checking
string2Int(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to an int
string2Map(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a Hashtable, without type checking
string2Object(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to an Object
string2StringArray(String, String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a StringArray
stringArray2String(String[], String) - Static method in class org.crosswire.common.util.Convert
Convert a StringArray to a String
StringArrayChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
StringArrayChoice() - Constructor for class org.crosswire.common.config.StringArrayChoice
 
StringArrayField - Class in org.crosswire.common.config.swing
A StringArrayField allows editing of an array of Strings in a JList.
StringArrayField() - Constructor for class org.crosswire.common.config.swing.StringArrayField
Create a PropertyHashtableField for editing String arrays.
StringArrayField.InputPane - Class in org.crosswire.common.config.swing
The panel for a JOptionPane that allows editing a name/class combination.
StringArrayField.InputPane() - Constructor for class org.crosswire.common.config.swing.StringArrayField.InputPane
Simple ctor
StringChoice - Class in org.crosswire.common.config
A type of Choice that converts between strings and objects.
StringChoice() - Constructor for class org.crosswire.common.config.StringChoice
 
StringOptionsChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
StringOptionsChoice() - Constructor for class org.crosswire.common.config.StringOptionsChoice
 
StringSAXEventProvider - Class in org.crosswire.common.xml
A SAXEventProvider that provides SAX events from a String.
StringSAXEventProvider(String) - Constructor for class org.crosswire.common.xml.StringSAXEventProvider
Simple ctor
StringUtil - Class in org.crosswire.common.util
A generic class of String utils.
StringUtil() - Constructor for class org.crosswire.common.util.StringUtil
Prevent Instansiation
stripPunctuation(String[]) - Static method in class org.crosswire.jsword.book.SentenceUtil
From a sentence get a list of words (in original order) without any punctuation, and all in lower case.
stripPunctuationWord(String) - Static method in class org.crosswire.jsword.book.SentenceUtil
Remove the punctuation from the ends of the word
stripWords(String[]) - Static method in class org.crosswire.jsword.book.SentenceUtil
From a sentence get a list of words (in original order) without any punctuation, and all in lower case.
stripWords(String, String) - Static method in class org.crosswire.jsword.book.SentenceUtil
Remove the punctuation from the ends of the word.
STRONGS_ERROR_GREEK - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_ERROR_HEBREW - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_ERROR_NUMBER - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_ERROR_PARSE - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_ERROR_PARSING - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_ERROR_TYPE - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_GREEK - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_HEBREW - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_NUMBERS - Static variable in class org.crosswire.bibledesktop.desktop.XSLTProperty
Determines whether Strong's Numbers should show
STRONGS_PARSING - Static variable in class org.crosswire.jsword.book.Msg
 
STRONGS_PATTERN - Static variable in class org.crosswire.jsword.book.sword.SwordDictionary
 
style - Variable in class org.crosswire.bibledesktop.display.textpane.TextPaneBookDataDisplay
A sytle used to underline a hyperlink
style - Static variable in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter
The stylesheet we are transforming using
styledDoc - Variable in class org.crosswire.bibledesktop.display.textpane.TextPaneBookDataDisplay
The styled document of the JTextPane.
SubTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the bold element.
SubTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SubTag
 
subtract(Verse) - Method in class org.crosswire.jsword.passage.Verse
How many verses are there in between the 2 Verses.
subtract(int) - Method in class org.crosswire.jsword.passage.Verse
Get the verse n down from here this Verse.
SUFFIX_COMP - Static variable in class org.crosswire.common.swing.FormPane
 
SUFFIX_COMP - Static variable in class org.crosswire.jsword.book.sword.GZIPBackend
 
SUFFIX_INDEX - Static variable in class org.crosswire.jsword.book.sword.GZIPBackend
 
SUFFIX_LABEL - Static variable in class org.crosswire.common.swing.FormPane
 
SUFFIX_PART1 - Static variable in class org.crosswire.jsword.book.sword.GZIPBackend
 
SUFFIX_TEXT - Static variable in class org.crosswire.jsword.book.sword.GZIPBackend
 
SUMMARY - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
SUMMARY - Static variable in class org.crosswire.bibledesktop.book.Msg
 
supported - Variable in class org.crosswire.jsword.book.sword.ConfigEntryTable
True if this book's config type can be used by JSword.
suppressEvents - Variable in class org.crosswire.common.swing.FontChooser
Are we doing some processing, that makes us not want to send events?
suppressEvents - Variable in class org.crosswire.jsword.passage.AbstractPassage
If we have several changes to make then we increment this and then decrement it when done (and fire an event off).
SupTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the superscript element.
SupTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SupTag
 
SWORD_GLOBAL_CONF - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
Sword global config file
SWORD_VERSION_DATE - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
The date that this version of the book was last updated.
SwordBook - Class in org.crosswire.jsword.book.sword
SwordBook is a base class for all sword type books.
SwordBook(SwordBookMetaData, AbstractBackend) - Constructor for class org.crosswire.jsword.book.sword.SwordBook
Simple ctor
SwordBookDriver - Class in org.crosswire.jsword.book.sword
This represents all of the Sword Books (aka modules).
SwordBookDriver() - Constructor for class org.crosswire.jsword.book.sword.SwordBookDriver
Some basic name initialization
SwordBookMetaData - Class in org.crosswire.jsword.book.sword
A utility class for loading and representing Sword book configs.
SwordBookMetaData(File, String, URL) - Constructor for class org.crosswire.jsword.book.sword.SwordBookMetaData
Loads a sword config from a given File.
SwordBookMetaData(byte[], String) - Constructor for class org.crosswire.jsword.book.sword.SwordBookMetaData
Loads a sword config from a buffer.
SwordBookPath - Class in org.crosswire.jsword.book.sword
This represents all of the Sword Books (aka modules).
SwordBookPath() - Constructor for class org.crosswire.jsword.book.sword.SwordBookPath
Some basic name initialization
SwordBookPath.CustomFilenameFilter - Class in org.crosswire.jsword.book.sword
Check that the directories in the version directory really represent versions.
SwordBookPath.CustomFilenameFilter() - Constructor for class org.crosswire.jsword.book.sword.SwordBookPath.CustomFilenameFilter
 
SwordConstants - Class in org.crosswire.jsword.book.sword
A Constants to help the SwordBookDriver to read Sword format data.
SwordConstants() - Constructor for class org.crosswire.jsword.book.sword.SwordConstants
Prevent Instansiation
SwordDailyDevotion - Class in org.crosswire.jsword.book.sword
A book that has a preferred key of today's date.
SwordDailyDevotion(SwordBookMetaData, AbstractBackend) - Constructor for class org.crosswire.jsword.book.sword.SwordDailyDevotion
Simple ctor
SwordDictionary - Class in org.crosswire.jsword.book.sword
A Sword version of Dictionary.
SwordDictionary(SwordBookMetaData, AbstractBackend) - Constructor for class org.crosswire.jsword.book.sword.SwordDictionary
Start and to as much checking as we can without using memory.
SwordGenBook - Class in org.crosswire.jsword.book.sword
A Sword version of Dictionary.
SwordGenBook(SwordBookMetaData, AbstractBackend) - Constructor for class org.crosswire.jsword.book.sword.SwordGenBook
Start and to as much checking as we can without using memory.
SwordSiteEditor - Class in org.crosswire.bibledesktop.book.install
A representation of a Sword SiteEditor.
SwordSiteEditor() - Constructor for class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
SwordUtil - Class in org.crosswire.jsword.book.sword
Various utilities used by different Sword classes.
SwordUtil() - Constructor for class org.crosswire.jsword.book.sword.SwordUtil
Prevent Instansiation
SynchronizedPassage - Class in org.crosswire.jsword.passage
This is a simple proxy to a real Passage object that makes all accesses synchronized.
SynchronizedPassage(Passage) - Constructor for class org.crosswire.jsword.passage.SynchronizedPassage
Construct a SynchronizedPassage from a real Passage to which we proxy.
SyncTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the sync element.
SyncTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SyncTag
 
SYSTEM_INFO - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
SYSTEM_PROPS_TAB_TITLE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 

Copyright ยจ 2003-2006
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z