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

T

tab - Variable in class org.crosswire.common.config.swing.TabbedConfigEditor
The tabbed pane
TAB_ICON - Static variable in class org.crosswire.common.config.swing.TabbedConfigEditor
Set this to task_small to get icons on the tabs.
TAB_MODE - Static variable in class org.crosswire.common.swing.desktop.ViewManager
 
TabbedBookDataDisplay - Class in org.crosswire.bibledesktop.display.basic
An inner component of Passage pane that can't show the list.
TabbedBookDataDisplay() - Constructor for class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
Simple Constructor
TabbedConfigEditor - Class in org.crosswire.common.config.swing
Some static methods for using the Config package.
TabbedConfigEditor() - Constructor for class org.crosswire.common.config.swing.TabbedConfigEditor
 
TabbedPanePanel - Class in org.crosswire.common.swing.desktop
A JPanel class where it's child components will paint on top of its border.
TabbedPanePanel() - Constructor for class org.crosswire.common.swing.desktop.TabbedPanePanel
 
TabbedPanePanel(boolean) - Constructor for class org.crosswire.common.swing.desktop.TabbedPanePanel
 
TabbedPanePanel(LayoutManager) - Constructor for class org.crosswire.common.swing.desktop.TabbedPanePanel
 
TabbedPanePanel(LayoutManager, boolean) - Constructor for class org.crosswire.common.swing.desktop.TabbedPanePanel
 
tabChanged() - Method in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
Tabs changed, generate some stuff
table - Variable in class org.crosswire.jsword.book.sword.ConfigEntryTable
A map of lists of known config entries.
TABLE_ROLE_LABEL - Static variable in class org.crosswire.jsword.book.OSISUtil
Table roles (on table, row and cell elements) can be "data", the default, or label.
TableTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the table element.
TableTag() - Constructor for class org.crosswire.jsword.book.filter.thml.TableTag
 
tabMain - Variable in class org.crosswire.bibledesktop.book.install.SitesPane
 
tabMain - Variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
 
tabMain - Variable in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
If we are using tabs, this is the main view
TabPopupListener - Class in org.crosswire.common.swing.desktop
A mouse listener for a tabbed pane that can display a popup menu.
TabPopupListener(JTabbedPane, JPopupMenu) - Constructor for class org.crosswire.common.swing.desktop.TabPopupListener
Create a listener to mouse events on a JTabbedPane and show a popup if requested.
tabs - Variable in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
Are we using tabs?
tabs - Variable in class org.crosswire.common.swing.desktop.TabPopupListener
The tabs for which the popup applies
tabs - Variable in class org.crosswire.common.swing.desktop.TDIViewLayout
The tabbed view pane
Tag - Interface in org.crosswire.jsword.book.filter.gbf
GBF Tag interface.
tag - Variable in class org.crosswire.jsword.book.filter.thml.AliasTag
The tag we are aliasing to
Tag - Interface in org.crosswire.jsword.book.filter.thml
THML Tag interface - there should be one implementation of this class for each THML tag.
TAG_MAP - Static variable in class org.crosswire.jsword.book.filter.thml.CustomHandler
The known tag types
TAG_ROOT - Static variable in class org.crosswire.jsword.book.filter.thml.RootTag
This is added by the parser to we make the string accessible
TagBuilder - Interface in org.crosswire.jsword.book.filter.gbf
A class that packages start and end Tags together.
tagName - Variable in class org.crosswire.jsword.book.filter.thml.AnonymousTag
The alias that we are using for the other tag
tally - Variable in class org.crosswire.jsword.passage.PassageTally.TalliedVerse
The rank of the verse
tally - Variable in class org.crosswire.jsword.passage.PassageTally.TalliedVerseRange
The rank of the verse
TALLY - Static variable in class org.crosswire.jsword.passage.PassageType
Optimize the Passage for tally operations
TALLY_ERROR_ENUM - Static variable in class org.crosswire.jsword.passage.Msg
 
TALLY_ERROR_ORDER - Static variable in class org.crosswire.jsword.passage.Msg
 
target - Variable in class org.crosswire.common.diff.Diff
The changed text.
target - Variable in class org.crosswire.common.diff.DifferenceEngine
The changed text.
targetLength - Variable in class org.crosswire.common.diff.PatchEntry
 
targetMap - Variable in class org.crosswire.common.diff.LineMap
Each character in sourceMap provides an integer representation of the line in the original.
targetPrefix - Variable in class org.crosswire.common.diff.CommonMiddle
 
targetStart - Variable in class org.crosswire.common.diff.PatchEntry
 
targetSuffix - Variable in class org.crosswire.common.diff.CommonMiddle
 
TASK_ICON_LARGE - Static variable in class org.crosswire.common.config.swing.AbstractConfigEditor
The large task icon
TASK_ICON_SMALL - Static variable in class org.crosswire.common.config.swing.AbstractConfigEditor
The small task icon
TDI - Static variable in class org.crosswire.common.swing.desktop.LayoutType
Tabbed View
tdiView - Variable in class org.crosswire.common.swing.desktop.ViewManager
 
TDIViewLayout - Class in org.crosswire.common.swing.desktop
TDI (Tabbed Document Interface) manager of how we layout views as tabs.
TDIViewLayout() - Constructor for class org.crosswire.common.swing.desktop.TDIViewLayout
Build a TDI layout
TdTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the td element.
TdTag() - Constructor for class org.crosswire.jsword.book.filter.thml.TdTag
 
TEMP_PREFIX - Static variable in class org.crosswire.jsword.util.IndexDownloader
Temp file prefix
TEMP_SUFFIX - Static variable in class org.crosswire.common.util.NetUtil
The temporary suffix, used when a temporary file is needed in the system's temporary directory.
TEMP_SUFFIX - Static variable in class org.crosswire.jsword.util.IndexDownloader
Temp file suffix
templates - Variable in class org.crosswire.common.xml.TransformingSAXEventProvider.TemplateInfo
 
TermTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the term element.
TermTag() - Constructor for class org.crosswire.jsword.book.filter.thml.TermTag
 
TEST - Static variable in class org.crosswire.common.swing.ActionFactory
The test string to find actions
test(Object) - Method in interface org.crosswire.common.util.Filter
Does this given object pass the test implemented by this filter
test(Book) - Method in interface org.crosswire.jsword.book.BookFilter
Does this given book pass the tests implemented by this filter
test(Book) - Method in class org.crosswire.jsword.book.BookFilters.AllBookFilter
 
test(Book) - Method in class org.crosswire.jsword.book.BookFilters.BookCategoryFilter
 
test(Book) - Method in class org.crosswire.jsword.book.BookFilters.BookFeatureFilter
 
test(Book) - Method in class org.crosswire.jsword.book.BookFilters.CustomBookFilter
 
test(Book) - Method in class org.crosswire.jsword.book.BookFilters.NotBookCategoryFilter
 
test(Object) - Method in class org.crosswire.jsword.book.BookSet.GroupFilter
 
test(Book) - Method in class org.crosswire.jsword.examples.APIExamples.MyBookFilter
 
TEST_PREFIX - Static variable in class org.crosswire.jsword.view.web.DownloadSet
 
TEST_SUFFIX - Static variable in class org.crosswire.jsword.view.web.DownloadSet
 
TESTAMENT_INTRO - Static variable in class org.crosswire.jsword.book.sword.SwordConstants
constant for the introduction
TESTAMENT_NEW - Static variable in class org.crosswire.jsword.book.sword.SwordConstants
constant for the new testament
TESTAMENT_OLD - Static variable in class org.crosswire.jsword.book.sword.SwordConstants
constant for the old testament
testDefaultPath(List, File) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
Check to see if the given directory is a Sword mods.d directory and then add it to the list if it is.
testDefaultPath(List, String) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
Check to see if the given directory is a Sword mods.d directory and then add it to the list if it is.
tests - Variable in class org.crosswire.jsword.book.BookFilters.CustomBookFilter
 
text - Variable in class org.crosswire.common.config.swing.FileField
The text field
text - Variable in class org.crosswire.common.config.swing.NumberField
The text field
text - Variable in class org.crosswire.common.diff.Bitap
The text to search.
text - Variable in class org.crosswire.common.diff.Difference
 
text - Variable in class org.crosswire.common.diff.Match
The text to search.
text - Variable in class org.crosswire.common.diff.Patch.PatchResults
 
text - Variable in class org.crosswire.common.swing.ExceptionPane
 
TEXT_SOURCE - Static variable in class org.crosswire.jsword.book.sword.ConfigEntryType
Information on where the book's text was obtained.
TEXT_VIEWER - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
textAreas - Variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
 
TextField - Class in org.crosswire.common.config.swing
Text choice swing componenet.
TextField() - Constructor for class org.crosswire.common.config.swing.TextField
 
textFile - Variable in class org.crosswire.jsword.book.sword.ZVerseBackend
The array of data random access files
TextPaneBookDataDisplay - Class in org.crosswire.bibledesktop.display.basic
A JDK JTextPane implementation of an OSIS displayer.
TextPaneBookDataDisplay() - Constructor for class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
Simple ctor
TextPaneBookMetaDataDisplay - Class in org.crosswire.bibledesktop.book.install
A JDK JTextPane implementation of an OSIS displayer.
TextPaneBookMetaDataDisplay() - Constructor for class org.crosswire.bibledesktop.book.install.TextPaneBookMetaDataDisplay
Simple ctor
textRaf - Variable in class org.crosswire.jsword.book.sword.ZVerseBackend
The array of data random access files
then - Variable in class org.crosswire.common.util.TimeGate
The time in milliseconds that the gate last closed.
THESSALONIANS1 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
THESSALONIANS2 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
THMLFilter - Class in org.crosswire.jsword.book.filter.thml
Filter to convert THML to OSIS format.
THMLFilter() - Constructor for class org.crosswire.jsword.book.filter.thml.THMLFilter
 
threaded - Variable in class org.crosswire.jsword.book.Books
Do we try to get clever in registering books?.
THRESHOLD - Static variable in class org.crosswire.common.compress.LZSS
It takes 2 bytes to store an offset and a length.
THRESHOLD - Static variable in class org.crosswire.common.diff.Bitap
At what point is no match declared (0.0 = perfection, 1.0 = very loose)
threshold - Static variable in class org.crosswire.common.diff.Bitap
 
ThTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the th element.
ThTag() - Constructor for class org.crosswire.jsword.book.filter.thml.ThTag
 
TimeGate - Class in org.crosswire.common.util
A TimeGate when entered will cause the gate to be closed for a specified period of time.
TimeGate(int) - Constructor for class org.crosswire.common.util.TimeGate
Build a TimeGate that will allow entry no more often than count milliseconds
TIMEOUT - Static variable in class org.crosswire.common.diff.DifferenceEngine
Number of seconds to map a diff before giving up.
timeout - Static variable in class org.crosswire.common.diff.DifferenceEngine
 
TIMOTHY1 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
TIMOTHY2 - Static variable in class org.crosswire.jsword.versification.BibleNames
 
TINY_VERSE_NUMBERS - Static variable in class org.crosswire.bibledesktop.desktop.XSLTProperty
Show verse numbers as a superscript.
title - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
title - Variable in class org.crosswire.common.config.Config
The name for dialog boxes and properties files
title - Variable in class org.crosswire.common.config.swing.TreeConfigEditor
The title for the config panels
title - Variable in class org.crosswire.common.config.swing.WizardConfigEditor
The title for the config panels
title - Variable in class org.crosswire.common.swing.desktop.event.TitleChangedEvent
 
TITLE - Static variable in class org.crosswire.jsword.book.readings.Msg
 
TITLE_LENGTH - Static variable in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
What is the max length for a tab title
Titleable - Interface in org.crosswire.common.swing.desktop
A Titleable object has a title which may be gotten.
titleChanged(TitleChangedEvent) - Method in class org.crosswire.bibledesktop.book.BibleViewPane
 
titleChanged(TitleChangedEvent) - Method in interface org.crosswire.common.swing.desktop.event.TitleChangedListener
A Select pane is telling us that it has changed, and we might want to update the BibleViewPane and the AbstractViewLayout to reflect any potentially new titles
titleChanged(TitleChangedEvent) - Method in class org.crosswire.common.swing.desktop.ViewManager
 
TitleChangedEvent - Class in org.crosswire.common.swing.desktop.event
'thrown' to indicate that a View has a new title.
TitleChangedEvent(Object, String) - Constructor for class org.crosswire.common.swing.desktop.event.TitleChangedEvent
 
TitleChangedListener - Interface in org.crosswire.common.swing.desktop.event
A listener for changes to a Views title.
TITUS - Static variable in class org.crosswire.jsword.versification.BibleNames
 
toBinary(byte[], int, int, int) - Static method in class org.crosswire.jsword.passage.PassageKeyFactory
Write to buffer (starting at index) the given number using a set of bytes as required by the max possible value for the number
toBinaryRepresentation(Passage) - Static method in class org.crosswire.jsword.passage.PassageKeyFactory
Convert us to a binary representation.
toConf() - Method in class org.crosswire.jsword.book.sword.ConfigEntry
Build's a SWORD conf file as a string.
toConf() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
Build's a SWORD conf file as a string.
toConf(StringBuffer, ConfigEntryType[]) - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
 
toFont() - Static method in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter
Accessor for the stylesheet we are transforming using
toFontUIResource() - Static method in class org.crosswire.common.swing.LookAndFeelUtil
Converts the font spec to something useful.
toInteger() - Method in class org.crosswire.common.swing.desktop.LayoutType
Get an integer representation for this LayoutType
toInteger() - Method in class org.crosswire.common.util.OSType
Get an integer representation for this CaseType
toInteger() - Method in class org.crosswire.common.xml.FormatType
Get an integer representation for this FormatType
toInteger() - Method in class org.crosswire.jsword.book.CaseType
Get an integer representation for this CaseType
toInteger() - Method in class org.crosswire.jsword.passage.AccuracyType
Get an integer representation for this RestrictionType
toInteger(PassageType) - Static method in class org.crosswire.jsword.passage.PassageType
Lookup method to convert from an integer
toInteger() - Method in class org.crosswire.jsword.passage.RestrictionType
Get an integer representation for this RestrictionType
tokenize(String) - Static method in class org.crosswire.jsword.book.SentenceUtil
Take a string and tokenize it using " " and "--" as delimiters into an Array of Strings.
tokenize(String) - Static method in class org.crosswire.jsword.passage.AccuracyType
Take a string representation of a verse and parse it into an Array of Strings where each part is likely to be a verse part.
tokenStream(String, Reader) - Method in class org.crosswire.jsword.index.lucene.KeyAnalyzer
 
tokenStream(String, Reader) - Method in class org.crosswire.jsword.index.lucene.LuceneAnalyzer
 
tokenStream(String, Reader) - Method in class org.crosswire.jsword.index.lucene.StrongsNumberAnalyzer
 
tokenStream(String, Reader) - Method in class org.crosswire.jsword.index.lucene.XRefAnalyzer
 
ToolBar - Class in org.crosswire.common.swing.desktop
This toolbar allows for manipulating how it looks.
ToolBar(JFrame) - Constructor for class org.crosswire.common.swing.desktop.ToolBar
ToolBar constructor.
TOOLBAR_LARGE - Static variable in class org.crosswire.common.swing.desktop.ToolBar
 
TOOLBAR_TEXT - Static variable in class org.crosswire.common.swing.desktop.ToolBar
 
TOOLBAR_TOGGLE - Static variable in class org.crosswire.common.swing.desktop.ToolBar
 
TOOLS - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
TOOLTIP_TOGGLE - Static variable in class org.crosswire.bibledesktop.desktop.DesktopActions
 
toOSIS() - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
toOSIS() - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
toOSIS() - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
toOSIS() - Method in interface org.crosswire.jsword.book.Book
Get an OSIS representation of information concerning this Book.
toOSIS() - Method in interface org.crosswire.jsword.book.BookMetaData
Get an OSIS representation of information concerning this Book.
toOSIS(Book, Key, String) - Method in interface org.crosswire.jsword.book.filter.Filter
Converter from plain (encoded) text to OSIS data
toOSIS(Book, Key, String) - Method in class org.crosswire.jsword.book.filter.gbf.GBFFilter
 
toOSIS(Book, Key, String) - Method in class org.crosswire.jsword.book.filter.osis.OSISFilter
 
toOSIS(Book, Key, String) - Method in class org.crosswire.jsword.book.filter.plaintext.PlainTextFilter
 
toOSIS(Book, Key, String) - Method in class org.crosswire.jsword.book.filter.thml.THMLFilter
 
toOSIS() - Method in class org.crosswire.jsword.book.sword.ConfigEntry
 
toOSIS() - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
Sort the keys for a more meaningful presentation order.
toOSIS(OSISUtil.OSISFactory, Element, String, ConfigEntryType[]) - Method in class org.crosswire.jsword.book.sword.ConfigEntryTable
Build an ordered map so that it displays in a consistent order.
toOSIS() - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
TOP - Static variable in class org.crosswire.common.swing.plaf.MetalPanelBorder
 
toRange(Verse, int) - Method in class org.crosswire.jsword.passage.RestrictionType
Create a range from the verse having the specified number of verses.
toRemoteURI(Book) - Method in interface org.crosswire.jsword.book.install.Installer
 
toRemoteURI(Book) - Method in class org.crosswire.jsword.book.install.sword.HttpSwordInstaller
 
toSentenceCase(String) - Static method in class org.crosswire.jsword.book.CaseType
Change to sentence case - ie first character in caps, the rest in lower.
toString() - Method in class org.crosswire.bibledesktop.desktop.XSLTProperty
 
toString() - Method in class org.crosswire.bibledesktop.display.ProxyBookDataDisplay
 
toString() - Method in class org.crosswire.bibledesktop.passage.WholeBibleTreeNode
How we appear in the Tree
toString() - Method in class org.crosswire.common.compress.CompressorType
 
toString() - Method in class org.crosswire.common.config.swing.AdvancedConfigEditor.CompNode
 
toString() - Method in class org.crosswire.common.config.swing.TreeConfigEditor.Node
 
toString() - Method in class org.crosswire.common.diff.CommonMiddle
 
toString() - Method in class org.crosswire.common.diff.Difference
 
toString() - Method in class org.crosswire.common.diff.EditType
 
toString() - Method in class org.crosswire.common.diff.PatchEntry
 
toString() - Method in class org.crosswire.common.swing.AbstractLayout
Return a string representation of the layout manager
toString() - Method in class org.crosswire.common.swing.CWAction
String representation of this object suitable for debugging
toString() - Method in class org.crosswire.common.swing.desktop.LayoutType
 
toString() - Method in class org.crosswire.common.util.EventListenerList
Return a string representation of the EventListenerList.
toString() - Method in class org.crosswire.common.util.Histogram.Counter
 
toString() - Method in class org.crosswire.common.util.Histogram
The format of the histogram is an unordered list of string and the counts of the number of times it has been seen.
toString() - Method in class org.crosswire.common.util.MsgBase
 
toString(Object) - Method in class org.crosswire.common.util.MsgBase
Formats the message with the given parameter.
toString(Object[]) - Method in class org.crosswire.common.util.MsgBase
Formats the message with the given parameters.
toString() - Method in class org.crosswire.common.util.OSType
 
toString(Object[]) - Static method in class org.crosswire.common.util.StringUtil
Returns a string representation of the contents of the specified array.
toString() - Method in class org.crosswire.common.xml.FormatType
 
toString() - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
toString() - Method in class org.crosswire.common.xml.SerializingContentHandler
 
toString() - Method in class org.crosswire.common.xml.XMLFeature
 
toString() - Method in class org.crosswire.common.xml.XMLFeatureSet
 
toString() - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
toString() - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
toString() - Method in class org.crosswire.jsword.book.BookCategory
 
toString() - Method in class org.crosswire.jsword.book.CaseType
 
toString() - Method in class org.crosswire.jsword.book.FeatureType
 
toString() - Method in class org.crosswire.jsword.book.study.StrongsNumber
 
toString() - Method in class org.crosswire.jsword.book.sword.BlockType
 
toString() - Method in class org.crosswire.jsword.book.sword.BookType
 
toString() - Method in class org.crosswire.jsword.book.sword.ConfigEntry
 
toString() - Method in class org.crosswire.jsword.book.sword.ConfigEntryType
 
toString() - Method in class org.crosswire.jsword.index.IndexStatus
 
toString() - Method in class org.crosswire.jsword.index.search.SearchType
 
toString() - Method in class org.crosswire.jsword.passage.AbstractKeyList.NameVisitor
 
toString() - Method in class org.crosswire.jsword.passage.AbstractKeyList.OsisIDVisitor
 
toString() - Method in class org.crosswire.jsword.passage.AbstractKeyList
 
toString() - Method in class org.crosswire.jsword.passage.AbstractPassage
 
toString() - Method in class org.crosswire.jsword.passage.AccuracyType
 
toString() - Method in class org.crosswire.jsword.passage.DefaultLeafKeyList
 
toString() - Method in class org.crosswire.jsword.passage.PassageListType
 
toString() - Method in class org.crosswire.jsword.passage.PassageTally
 
toString() - Method in class org.crosswire.jsword.passage.PassageType
 
toString() - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
toString() - Method in class org.crosswire.jsword.passage.RestrictionType
 
toString() - Method in class org.crosswire.jsword.passage.Verse
 
toString() - Method in class org.crosswire.jsword.passage.VerseRange
 
toString() - Method in class org.crosswire.jsword.versification.BookName
 
totalWork - Variable in class org.crosswire.common.progress.Job
Total amount of work to do.
toText() - Method in class org.crosswire.common.diff.Patch
Take a list of patches and return a textual representation.
toURI(URL) - Static method in class org.crosswire.common.util.NetUtil
Convert an URL to an URI.
toURL(URI) - Static method in class org.crosswire.common.util.NetUtil
Convert an URI to an URL.
toVerseArray() - Method in class org.crosswire.jsword.passage.Verse
Create an array of Verses
toVerseArray() - Method in class org.crosswire.jsword.passage.VerseRange
Create an array of Verses
toVerseRange(Object) - Static method in class org.crosswire.jsword.passage.AbstractPassage
Convert the Object to a VerseRange.
traces - Variable in class org.crosswire.common.swing.ExceptionPane.SelectActionListener
 
trackBible - Static variable in class org.crosswire.jsword.book.Defaults
Indicates whether the last book of each type is used next time.
transfact - Variable in class org.crosswire.common.xml.TransformingSAXEventProvider
How we get the transformer objects
transform(Source, Result) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
TRANSFORM_FAIL - Static variable in class org.crosswire.bibledesktop.display.basic.Msg
 
TransformingSAXEventProvider - Class in org.crosswire.common.xml
A SAXEventProvider that gets its output data from an XSL stylesheet and another SAXEventProvider (supplying input XML).
TransformingSAXEventProvider(URI, SAXEventProvider) - Constructor for class org.crosswire.common.xml.TransformingSAXEventProvider
Simple ctor
TransformingSAXEventProvider.TemplateInfo - Class in org.crosswire.common.xml
A simple struct to link modification times to Templates objects
TransformingSAXEventProvider.TemplateInfo(Templates, long) - Constructor for class org.crosswire.common.xml.TransformingSAXEventProvider.TemplateInfo
Simple ctor
TransformingSAXEventProviderConverter - Class in org.crosswire.common.xml
An implementation of Converter that uses a TransformingSAXEventProvider to transform one SAXEventProvider into another SAXEventProvider using XSL.
TransformingSAXEventProviderConverter(URI) - Constructor for class org.crosswire.common.xml.TransformingSAXEventProviderConverter
Simple ctor
translation - Variable in class org.crosswire.bibledesktop.desktop.Translations
The language that BibleDesktop should use.
TRANSLATION_KEY - Static variable in class org.crosswire.bibledesktop.desktop.Translations
The key used in config.xml
Translations - Class in org.crosswire.bibledesktop.desktop
Translations provides a list of languages that BibleDesktop has been translated into.
Translations() - Constructor for class org.crosswire.bibledesktop.desktop.Translations
Singleton classes have private constructors.
translations - Variable in class org.crosswire.bibledesktop.desktop.Translations
List of available languages.
treAll - Variable in class org.crosswire.bibledesktop.book.PassageSelectionPane
 
treAvailable - Variable in class org.crosswire.bibledesktop.book.install.SitePane
 
tree - Variable in class org.crosswire.common.config.swing.TreeConfigEditor
The tree containing the Field sets
TreeConfigEditor - Class in org.crosswire.common.config.swing
A Tabbed view of a config class.
TreeConfigEditor() - Constructor for class org.crosswire.common.config.swing.TreeConfigEditor
 
TreeConfigEditor.ConfigureTreeModel - Class in org.crosswire.common.config.swing
A custom data model for the TreeConfig Tree
TreeConfigEditor.ConfigureTreeModel() - Constructor for class org.crosswire.common.config.swing.TreeConfigEditor.ConfigureTreeModel
 
TreeConfigEditor.Node - Class in org.crosswire.common.config.swing
Simple Tree Node
TreeConfigEditor.Node(String, String) - Constructor for class org.crosswire.common.config.swing.TreeConfigEditor.Node
Create a node with a name and path
TreeKey - Class in org.crosswire.jsword.passage
A Key that knows where the data is in the real file.
TreeKey(String, Key) - Constructor for class org.crosswire.jsword.passage.TreeKey
Setup with the key name and positions of data in the file
TreeKey(String) - Constructor for class org.crosswire.jsword.passage.TreeKey
Setup with the key name.
TreeKeyIndex - Class in org.crosswire.jsword.book.sword
TreeKeyIndex reads Sword index files that are path based.
TreeKeyIndex(SwordBookMetaData) - Constructor for class org.crosswire.jsword.book.sword.TreeKeyIndex
Simple ctor
TreeNode - Class in org.crosswire.jsword.book.sword
A node that knows where the data is in the real file and where it is in relationship to other nodes.
TreeNode() - Constructor for class org.crosswire.jsword.book.sword.TreeNode
TreeNode default ctor.
TreeNode(int) - Constructor for class org.crosswire.jsword.book.sword.TreeNode
Setup with the positions of data in the file
treeSelected() - Method in class org.crosswire.bibledesktop.book.PassageSelectionPane
The tree selection has changed
trimRanges(int, RestrictionType) - Method in class org.crosswire.jsword.passage.AbstractPassage
 
trimRanges(int, RestrictionType) - Method in interface org.crosswire.jsword.passage.Passage
Ensures that there are a maximum of count VerseRanges in this Passage.
trimRanges(int, RestrictionType) - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
trimRanges(int, RestrictionType) - Method in class org.crosswire.jsword.passage.SynchronizedPassage
 
trimVerses(int) - Method in class org.crosswire.jsword.passage.AbstractPassage
 
trimVerses(int) - Method in interface org.crosswire.jsword.passage.Passage
Ensures that there are a maximum of count Verses in this Passage.
trimVerses(int) - Method in class org.crosswire.jsword.passage.PassageTally
Ensures that there are a maximum of count Verses in this Passage.
trimVerses(int) - Method in class org.crosswire.jsword.passage.ReadOnlyPassage
 
trimVerses(int) - Method in class org.crosswire.jsword.passage.SynchronizedPassage
 
TrTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the tr element.
TrTag() - Constructor for class org.crosswire.jsword.book.filter.thml.TrTag
 
TRUNCATED - Static variable in class org.crosswire.jsword.book.filter.Msg
 
tryInitialSelection(Book) - Method in class org.crosswire.bibledesktop.book.BooksComboBoxModel
 
TtTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the tt (tele-type) element.
TtTag() - Constructor for class org.crosswire.jsword.book.filter.thml.TtTag
 
txers - Static variable in class org.crosswire.common.xml.TransformingSAXEventProvider
A cache of transformers
txtDisplay - Variable in class org.crosswire.bibledesktop.book.PassageSelectionPane
 
txtExcludes - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtFile - Variable in class org.crosswire.jsword.book.sword.RawBackend
The array of data random access files
txtHelp - Variable in class org.crosswire.common.swing.QuickHelpDialog
 
txtIncludes - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtKey - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
txtName - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
txtPhrase - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtRaf - Variable in class org.crosswire.jsword.book.sword.RawBackend
The array of data files
txtRestrict - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtSearch - Variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
txtSpell - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtStartsWith - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtSummary - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
txtView - Variable in class org.crosswire.bibledesktop.book.install.TextPaneBookMetaDataDisplay
The display component
txtView - Variable in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
The display component
TYPE - Static variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
type - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The type (as specified in config.xml)
type - Variable in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
type - Variable in class org.crosswire.jsword.book.sword.BookType
What category is this book
type - Variable in class org.crosswire.jsword.book.sword.ConfigEntry
 
type - Variable in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
type - Variable in class org.crosswire.jsword.passage.PassageEvent
The type of change
TYPE_INDEXGEN - Static variable in class org.crosswire.jsword.index.lucene.Msg
 
TYPE_UNKNOWN - Static variable in class org.crosswire.jsword.book.sword.Msg
 
TYPE_UNSUPPORTED - Static variable in class org.crosswire.jsword.book.sword.Msg
 
TYPE_X_PREFIX - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant for x- types

Copyright ยจ 2003-2007
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