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

abbreviated - Variable in class org.crosswire.bibledesktop.book.BibleNameCellRenderer
If true then the initials of a book are shown, otherwise the full name.
abbreviated - Variable in class org.crosswire.bibledesktop.book.BookListCellRenderer
If true then the initials of a book are shown, otherwise the full name.
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
 
AboutPane - Class in org.crosswire.bibledesktop.desktop
AboutPane is a window that contains various advanced user tools in one place.
AboutPane() - Constructor for class org.crosswire.bibledesktop.desktop.AboutPane
Basic constructor
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) - Constructor for class org.crosswire.jsword.book.basic.AbstractBook
Construct an AbstractBook given the BookMetaData.
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.basic
A basic implementation of BookList.
AbstractBookList() - Constructor for class org.crosswire.jsword.book.basic.AbstractBookList
 
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
 
AbstractConfigEditor - Class in org.crosswire.common.config.swing
An abstract base of a Configuration Editor.
AbstractConfigEditor() - Constructor for class org.crosswire.common.config.swing.AbstractConfigEditor
 
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
 
AbstractLayout - Class in org.crosswire.common.swing
AbstractLayout - support for DeckLayout.
AbstractLayout() - Constructor for class org.crosswire.common.swing.AbstractLayout
Defaults the horizontal and vertical gaps to 0
AbstractLayout(int, int) - Constructor for class org.crosswire.common.swing.AbstractLayout
Constructor that specifies the horizontal and vertical gaps
AbstractLFCustoms - Class in org.crosswire.common.swing.plaf
Contains base UI defaults for all platforms.
AbstractLFCustoms() - Constructor for class org.crosswire.common.swing.plaf.AbstractLFCustoms
Constructor.
AbstractOpenFileState - Class in org.crosswire.jsword.book.sword.state
 
AbstractOpenFileState() - Constructor for class org.crosswire.jsword.book.sword.state.AbstractOpenFileState
 
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) - Constructor for class org.crosswire.jsword.book.basic.AbstractPassageBook
 
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
 
AbstractSwordInstaller() - Constructor for class org.crosswire.jsword.book.install.sword.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
 
AbstractViewLayout - Class in org.crosswire.common.swing.desktop
Abstract manager of how we layout views.
AbstractViewLayout() - Constructor for class org.crosswire.common.swing.desktop.AbstractViewLayout
This constructor is protected because it only needs to be seen by the sub classes
accept(File) - Method in class org.crosswire.bibledesktop.book.BibleViewPane.CustomFileFilter
 
accept(String) - Method in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter.XSLTFilter
 
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
 
actBlur1 - Variable in class org.crosswire.bibledesktop.passage.KeySidebar
 
actBlur5 - Variable in class org.crosswire.bibledesktop.passage.KeySidebar
 
actDelete - Variable in class org.crosswire.bibledesktop.passage.KeySidebar
 
Actionable - Interface in org.crosswire.common.swing
The Actionable provides the ability to perform an action by name.
ActionFactory - Class in org.crosswire.common.swing
The ActionFactory is being radically updated.
ActionFactory() - Constructor for class org.crosswire.common.swing.ActionFactory
Creates an ActionFactory that merely holds actions.
ActionFactory(Object) - Constructor for class org.crosswire.common.swing.ActionFactory
Creates an ActionFactory that merely arranges for actions to be called against a bean.
actionPerformed(ActionEvent) - Method in class org.crosswire.bibledesktop.book.ParallelBookPicker.SelectedActionListener
 
actionPerformed(ActionEvent) - Method in class org.crosswire.bibledesktop.display.basic.URITipMgr
 
actionPerformed(ActionEvent) - Method in class org.crosswire.common.config.swing.ConfigEditorFactory.URIActionListener
The save action
actionPerformed(ActionEvent) - Method in class org.crosswire.common.progress.swing.JobCancelListener
 
actionPerformed(String) - Method in interface org.crosswire.common.swing.Actionable
 
actionPerformed(String) - Method in class org.crosswire.common.swing.ActionFactory
 
actionPerformed(ActionEvent) - Method in class org.crosswire.common.swing.ActionFactory
 
actionPerformed(ActionEvent) - Method in class org.crosswire.common.swing.CWAction
Forwards the ActionEvent to the registered listener.
actionPerformed(ActionEvent) - Method in class org.crosswire.common.swing.ExceptionPane.SelectActionListener
 
actions - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
The ActionFactory holding the actions used by this Component.
actions - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
actions - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
actions - Variable in class org.crosswire.bibledesktop.book.install.InternetWarning
 
actions - Variable in class org.crosswire.bibledesktop.book.install.SitePane
actions are held by this ActionFactory
actions - Variable in class org.crosswire.bibledesktop.book.install.SitesPane
 
actions - Variable in class org.crosswire.bibledesktop.book.ParallelBookPicker
Allow for adding and removing pickers.
actions - Variable in class org.crosswire.bibledesktop.book.PassageSelectionPane
The ActionFactory holding the actions used by this Component.
actions - Variable in class org.crosswire.bibledesktop.desktop.Desktop
The factory for actions that this class works with
actions - Variable in class org.crosswire.bibledesktop.desktop.DesktopActions
The factory for actions that this class works with
actions - Variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
 
actions - Variable in class org.crosswire.common.config.swing.ButtonPane
The action factory for the buttons
actions - Variable in class org.crosswire.common.config.swing.PathField
 
actions - Variable in class org.crosswire.common.config.swing.StringArrayField
 
actions - Variable in class org.crosswire.common.progress.swing.JobsProgressBar
The home of the stop action.
actions - Variable in class org.crosswire.common.swing.ActionFactory
The map of known CWActions
actions - Static variable in class org.crosswire.common.swing.CWOptionPane
The actions for this dialog.
actions - Variable in class org.crosswire.common.swing.desktop.ToolBar
 
actions - Variable in class org.crosswire.common.swing.QuickHelpDialog
 
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.SwordDictionary
 
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
activateURI(URIEvent) - Method in class org.crosswire.bibledesktop.desktop.Desktop
 
activateURI(URIEvent) - Method in class org.crosswire.bibledesktop.desktop.StatusBar
 
activateURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.ActiveURITip
 
activateURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.URITipHelper
This method is called to indicate that an URI can be processed.
activateURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.URITipMgr
 
activateURI(URIEvent) - Method in interface org.crosswire.bibledesktop.display.URIEventListener
This method is called to indicate that an URI can be processed.
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.SwordDictionary
Are we active
active - Variable in class org.crosswire.jsword.book.sword.SwordGenBook
Are we active
active - Variable in class org.crosswire.jsword.book.sword.TreeKeyIndex
 
ActiveURITip - Class in org.crosswire.bibledesktop.display.basic
How it works: 1.
ActiveURITip(JTextPane, Dimension) - Constructor for class org.crosswire.bibledesktop.display.basic.ActiveURITip
 
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(Action) - Method in class org.crosswire.common.swing.desktop.ToolBar
 
add(String, String) - Method in class org.crosswire.common.swing.MapTableModel
 
add(Class<T>, EventListener) - Method in class org.crosswire.common.util.EventListenerList
Add the listener as a listener of the specified type.
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(ConfigEntryType, String) - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
A helper to create/replace a value for a given type.
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(int) - Method in class org.crosswire.jsword.passage.Verse
Deprecated. Use Versification.add(Verse, int)
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.
addAction(String, String) - Method in class org.crosswire.common.swing.ActionFactory
Lookup an existing action for actionName.
addAction(String) - Method in class org.crosswire.common.swing.ActionFactory
 
addActionListener(ActionListener) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
Add a listener to the list that's notified each time a change to the data model occurs.
addActionListener(ActionListener) - Method in class org.crosswire.common.swing.CWAction
Adds a listener for Action events.
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
 
addAllInstallers() - Method in class org.crosswire.bibledesktop.book.install.SitesPane
Re-create the list of installers
addAnchoredComponent(JComponent, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col that anchors at the specified position.
addAnchoredComponent(JComponent, int, int, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col that spans across a specified number of columns and rows that anchors at the specified position.
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.
addBookListener(BookSelectListener) - Method in class org.crosswire.bibledesktop.book.ParallelBookPicker
Add a BookSelectListener listener
addBooksListener(BooksListener) - Method in class org.crosswire.jsword.book.basic.AbstractBookList
 
addBooksListener(BooksListener) - Method in interface org.crosswire.jsword.book.BookList
Remove a BibleListener from our list of listeners
addBooksListener(BooksListener) - Method in class org.crosswire.jsword.book.Books
 
addChoice(Choice) - Method in class org.crosswire.common.config.swing.AbstractConfigEditor
Add a Choice to our set of panels
addChoice(Choice) - Method in class org.crosswire.common.config.swing.AdvancedConfigEditor
Add a Choice to our set of panels
addChoice(Choice) - Method in class org.crosswire.common.config.swing.TreeConfigEditor
Add a Choice to our set of panels
addCommandListener(DisplaySelectListener) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
Add a DisplaySelectEvent listener
addComponent(JComponent, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col.
addComponent(JComponent, int, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col that spans across a specified number of columns and rows.
addComponent(JComponent, int, int, int, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col that spans across a specified number of columns and rows with the specified filling direction and an anchoring position.
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
addContext(String) - Method in class org.crosswire.common.diff.PatchEntry
 
addDifference(Difference) - Method in class org.crosswire.common.diff.PatchEntry
 
addDownActionListener(ActionListener) - Method in class org.crosswire.common.swing.NudgeButton
 
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?
addEntry(String, String, Component) - Method in class org.crosswire.common.swing.FormPane
Add a field to this panel
addField(Document, Field, String) - Method in class org.crosswire.jsword.index.lucene.LuceneIndex
 
addFilledComponent(JComponent, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col filling the column horizontally.
addFilledComponent(JComponent, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col with the specified filling direction.
addFilledComponent(JComponent, int, int, int, int, int) - Method in class org.crosswire.common.swing.GriddedPanel
Adds the component to the specified row and col that spans across a specified number of columns and rows with the specified filling direction.
addFilter(String, Filter) - Static method in class org.crosswire.jsword.book.filter.FilterFactory
Add to our list of known filters
addHistoryListener(HistoryListener) - Method in class org.crosswire.common.history.History
Add a listener for history events.
addImpl(Component, Object, int) - Method in class org.crosswire.common.swing.AltFixedSplitPane
 
addImpl(Component, Object, int) - Method in class org.crosswire.common.swing.FixedSplitPane
 
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
addJob(Progress) - Method in class org.crosswire.common.progress.swing.JobsProgressBar
Create a new set of components for the new Job
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
 
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.display.basic.SplitBookDataDisplay
Add a listener for changes in the Key.
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
 
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
 
addKeyChangeListener(KeyChangeListener) - Method in interface org.crosswire.bibledesktop.display.BookDataDisplay
Add a listener for when the key changes.
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.display.ProxyBookDataDisplay
 
addKeyChangeListener(KeyChangeListener) - Method in class org.crosswire.bibledesktop.passage.KeySidebar
Add a command listener
addLayoutComponent(String, Component) - Method in class org.crosswire.common.swing.AbstractLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class org.crosswire.common.swing.AbstractLayout
Add the specified component from the layout.
addListDataListener(ListDataListener) - Method in class org.crosswire.bibledesktop.book.BooksListModel
 
addListDataListener(ListDataListener) - Method in class org.crosswire.common.swing.StackTraceListModel
Ignore this because the trace will not change
addMouseListener(MouseListener) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
Forward the mouse listener to our child components
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
 
addPopup(JPopupMenu) - Method in class org.crosswire.common.swing.desktop.TDIViewLayout
Bind a popup to the tabbed page
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
addRow(Element, String, String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
addText(boolean, StringBuilder, Content) - Method in class org.crosswire.jsword.book.BookData
 
addTitleChangedListener(TitleChangedListener) - Method in class org.crosswire.bibledesktop.book.BibleViewPane
Add a TitleChangedEvent listener
addTitleChangedListener(TitleChangedListener) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
Add a TitleChangedEvent listener
addTitleChangedListener(TitleChangedListener) - Method in interface org.crosswire.common.swing.desktop.Titleable
Register an interest in being notified of changes to the title.
addTreeModelListener(TreeModelListener) - Method in class org.crosswire.common.config.swing.TreeConfigEditor.ConfigureTreeModel
 
addUpActionListener(ActionListener) - Method in class org.crosswire.common.swing.NudgeButton
 
addURIEventListener(URIEventListener) - Method in class org.crosswire.bibledesktop.book.MultiBookPane
 
addURIEventListener(URIEventListener) - Method in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
 
addURIEventListener(URIEventListener) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
 
addURIEventListener(URIEventListener) - Method in interface org.crosswire.bibledesktop.display.BookDataDisplay
Add a listener for when someone clicks on a browser 'link'
addURIEventListener(URIEventListener) - Method in class org.crosswire.bibledesktop.display.ProxyBookDataDisplay
 
addValue(String) - Method in class org.crosswire.jsword.book.sword.ConfigEntry
Add a value to the list of values for this ConfigEntry
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.
addView(Component) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
Add a view to the set.
addView(Component) - Method in class org.crosswire.common.swing.desktop.MDIViewLayout
 
addView(Component) - Method in class org.crosswire.common.swing.desktop.TDIViewLayout
 
addView(Component) - Method in interface org.crosswire.common.swing.desktop.Viewable
Add a view to the set.
addView(Component) - Method in class org.crosswire.common.swing.desktop.ViewManager
 
addView() - Method in class org.crosswire.common.swing.desktop.ViewManager
Adds a view to the list in this Desktop.
addViewEventListener(ViewEventListener) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
Adds a view event listener for notification of any changes to the view.
addViewEventListener(ViewEventListener) - Method in interface org.crosswire.common.swing.desktop.Viewable
Adds a view event listener for notification of any changes to the view.
addViewEventListener(ViewEventListener) - Method in class org.crosswire.common.swing.desktop.ViewManager
 
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(Verse) - Method in class org.crosswire.jsword.passage.Verse
Deprecated. Use Versification.isAdjacentVerse(Verse, Verse)
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.ConfigEntryTable
 
adjustDataPath() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
adjustLanguage() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
adjustName() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
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.jsword.book.sword.ConfigEntryTable
Get the next line from the input
advanced - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
advanced - Static variable in class org.crosswire.bibledesktop.desktop.AboutPane
 
AdvancedConfigEditor - Class in org.crosswire.common.config.swing
A further refinement of a Tree Configuration Editor
AdvancedConfigEditor() - Constructor for class org.crosswire.common.config.swing.AdvancedConfigEditor
WARNING: this code is not called from anywhere and is probably broken
AdvancedConfigEditor.AdvancedConfigureTreeModel - Class in org.crosswire.common.config.swing
A custom data model for the TreeConfig Tree
AdvancedConfigEditor.AdvancedConfigureTreeModel() - Constructor for class org.crosswire.common.config.swing.AdvancedConfigEditor.AdvancedConfigureTreeModel
 
AdvancedConfigEditor.CompNode - Class in org.crosswire.common.config.swing
Simple Tree Node
AdvancedConfigEditor.CompNode(String) - Constructor for class org.crosswire.common.config.swing.AdvancedConfigEditor.CompNode
Create a node with a name and path
AdvancedConfigEditor.CustomTreeCellRenderer - Class in org.crosswire.common.config.swing
The renderer for our tree
AdvancedConfigEditor.CustomTreeCellRenderer() - Constructor for class org.crosswire.common.config.swing.AdvancedConfigEditor.CustomTreeCellRenderer
 
AdvancedSearchPane - Class in org.crosswire.bibledesktop.book
An advanced search dialog.
AdvancedSearchPane() - Constructor for class org.crosswire.bibledesktop.book.AdvancedSearchPane
This is the default constructor
al - Variable in class org.crosswire.common.config.swing.AbstractConfigEditor
Action when the user clicks on accept
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
allowsContinuation() - Method in class org.crosswire.jsword.book.sword.ConfigEntry
While most fields are single line or single value, some allow continuation.
allowsContinuation() - Method in enum org.crosswire.jsword.book.sword.ConfigEntryType
While most fields are single line or single value, some allow continuation.
allowsRTF() - Method in class org.crosswire.jsword.book.sword.ConfigEntry
RTF 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
 
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
AltFixedSplitPane - Class in org.crosswire.common.swing
This is a hack to fix the setDividerLocation problem and other layout problems.
AltFixedSplitPane() - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane
AltFixedSplitPane(boolean) - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane that has no divider shadow and starts out with an empty border.
AltFixedSplitPane(int) - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane
AltFixedSplitPane(int, boolean) - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane
AltFixedSplitPane(int, Component, Component) - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane
AltFixedSplitPane(int, boolean, Component, Component) - Constructor for class org.crosswire.common.swing.AltFixedSplitPane
Constructor for FixedSplitPane
altNC - Variable in class org.crosswire.jsword.versification.BibleNames
Alternative shortened names for the Deuterocanonical books of the Bible normalized, generated at runtime.
altNT - Variable in class org.crosswire.jsword.versification.BibleNames
Alternative shortened names for the New Testament books of the Bible normalized, generated at runtime.
altOT - Variable in class org.crosswire.jsword.versification.BibleNames
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
 
AntiAliasedTextPane - Class in org.crosswire.common.swing
An extension of JTextPane that does Anti-Aliasing.
AntiAliasedTextPane() - Constructor for class org.crosswire.common.swing.AntiAliasedTextPane
 
antiAliasing - Static variable in class org.crosswire.common.swing.AntiAliasedTextPane
Do we anti-alias the text box?
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
 
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.
applyDefaultOrientation(Component) - Static method in class org.crosswire.common.swing.GuiUtil
Recursively apply default component orientation to the component and all it contains.
applyOrientation(Component, boolean) - Static method in class org.crosswire.common.swing.GuiUtil
Recursively apply component orientation to the component and all it contains.
applyOrientation(Component, ComponentOrientation) - Static method in class org.crosswire.common.swing.GuiUtil
Recursively apply component orientation to the component and all it contains.
applyPressed(ActionEvent) - Method in class org.crosswire.common.config.swing.AbstractConfigEditor
 
applyPressed(ActionEvent) - Method in interface org.crosswire.common.config.swing.ButtonPaneListener
Someone has pressed apply
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
asURL - Variable in enum org.crosswire.bibledesktop.desktop.XSLTProperty
Whether the string state should be converted to an URL when setting the property.
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
 
atp - Variable in class org.crosswire.bibledesktop.desktop.DesktopActions
The About window
ATTRIBUTE_CELL_ALIGN - 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_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_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

Copyright ? 2003-2011
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