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

P

p1Pattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
PACKAGE_DIR - Static variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The relative path of the dir holding the zip files
PACKAGE_SEPARATOR_CHAR - Static variable in class org.crosswire.common.util.ClassUtil
The package separator character: ..
PADDING - Static variable in class org.crosswire.common.util.ThreadUtil
 
pageSize - Static variable in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
How many verses on a tab.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.crosswire.common.swing.EdgeBorder
Actually go and paint the border
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.crosswire.common.swing.plaf.MetalPanelBorder
 
paintComponent(Graphics) - Method in class org.crosswire.common.swing.AntiAliasedTextPane
 
paintIcon(Component, Graphics, int, int) - Method in class org.crosswire.common.config.swing.ColorField.CustomIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.crosswire.common.swing.CompositeIcon
 
paintIcon(Component, Graphics, Icon, int, int, int, int, int, int) - Method in class org.crosswire.common.swing.CompositeIcon
Paints one icon in the specified rectangle with the given orientations.
pane - Variable in class org.crosswire.common.progress.swing.JobsViewPane.JobRunner
 
pane - Variable in class org.crosswire.common.swing.ExceptionPane.SelectActionListener
 
pane - Variable in class org.crosswire.common.swing.ExceptionPane.SelectedItemListener
 
panel - Variable in class org.crosswire.common.swing.desktop.AbstractViewLayout
The panel into which all components are placed.
panel - Variable in class org.crosswire.common.swing.desktop.ViewManager
 
paragraphs - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
params - Variable in exception org.crosswire.common.util.LucidException
The array of parameters
params - Variable in exception org.crosswire.common.util.LucidRuntimeException
The array of parameters
params - Variable in class org.crosswire.common.xml.TransformingSAXEventProvider
The remembered Parameters because the transformer has not been created
parent - Variable in class org.crosswire.bibledesktop.passage.WholeBibleTreeNode
Our parent tree node
parent - Variable in class org.crosswire.common.util.NetUtil.IsDirectoryURLFilter
 
parent - Variable in class org.crosswire.jsword.passage.AbstractPassage
The parent key.
parent - Variable in class org.crosswire.jsword.passage.DefaultKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.DefaultLeafKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.SetKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.Verse
The parent key.
parent - Variable in class org.crosswire.jsword.passage.VerseRange
The parent key.
parse(InputSource) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
parse(String) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
parse(String) - Method in class org.crosswire.common.xml.XMLProcess
 
parse(String) - Method in class org.crosswire.jsword.book.filter.osis.OSISFilter
If the string is invalid then we might want to have more than one crack at parsing it
parse(String) - Method in class org.crosswire.jsword.book.filter.thml.THMLFilter
Parse a string by creating a StringReader and all the other gubbins.
parse() - Method in class org.crosswire.jsword.examples.BibleToOsis
 
parse(String) - Method in class org.crosswire.jsword.index.lucene.LuceneQueryBuilder
 
parse(String) - Method in interface org.crosswire.jsword.index.query.QueryBuilder
Construct a query from a string.
PARSE_FAIL - Static variable in class org.crosswire.jsword.book.readings.Msg
 
parseInt(String) - Static method in class org.crosswire.jsword.passage.AccuracyType
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure.
parseInt(String) - Static method in class org.crosswire.jsword.passage.Verse
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure.
parser - Variable in class org.crosswire.common.xml.XMLProcess
 
parseTags(String) - Method in class org.crosswire.jsword.book.filter.gbf.GBFFilter
Turn the string into a list of tags in the order that they appear in the original string.
PART_BIBLE - Static variable in class org.crosswire.bibledesktop.passage.Msg
 
partial - Variable in class org.crosswire.bibledesktop.passage.KeySidebar
The key that is selected
PARTIAL_HITS - Static variable in class org.crosswire.bibledesktop.book.Msg
 
PASSAGE - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
Passage - Interface in org.crosswire.jsword.passage
A Passage is a specialized Collection of Verses.
PASSAGE_FIELD - Static variable in class org.crosswire.bibledesktop.book.DisplaySelectPane
 
PASSAGE_READONLY - Static variable in class org.crosswire.jsword.passage.Msg
 
PASSAGE_UNKNOWN - Static variable in class org.crosswire.jsword.passage.Msg
 
PassageEvent - Class in org.crosswire.jsword.passage
Defines an event that encapsulates changes to a Passage.
PassageEvent(Object, int, Verse, Verse) - Constructor for class org.crosswire.jsword.passage.PassageEvent
Constructs a PassageEvent object.
PassageKeyFactory - Class in org.crosswire.jsword.passage
An implementation of KeyFactory that works for most Bibles that contain all the verses in the Bible.
PassageKeyFactory() - Constructor for class org.crosswire.jsword.passage.PassageKeyFactory
This class implements a Singleton pattern.
PassageListener - Interface in org.crosswire.jsword.passage
A PassageListener gets told when the verses in a Passage have changed (added or removed).
PassageListType - Class in org.crosswire.jsword.passage
Types of Passage Lists.
PassageListType(String) - Constructor for class org.crosswire.jsword.passage.PassageListType
Simple ctor
passageSelected(DisplaySelectEvent) - Method in interface org.crosswire.bibledesktop.book.DisplaySelectListener
This method is called to indicate that a command has been made.
passageSelected(DisplaySelectEvent) - Method in class org.crosswire.bibledesktop.desktop.Desktop
 
passageSelected(DisplaySelectEvent) - Method in class org.crosswire.bibledesktop.passage.KeySidebar
 
PassageSelectionPane - Class in org.crosswire.bibledesktop.book
A JPanel (or dialog) that presents a interactive GUI way to select passages.
PassageSelectionPane() - Constructor for class org.crosswire.bibledesktop.book.PassageSelectionPane
Constructor for PassageSelectionPane.
PassageSelectionPane.CustomDocumentEvent - Class in org.crosswire.bibledesktop.book
Update the list whenever the textbox changes
PassageSelectionPane.CustomDocumentEvent() - Constructor for class org.crosswire.bibledesktop.book.PassageSelectionPane.CustomDocumentEvent
 
PassageSelectionPane.CustomPassageListener - Class in org.crosswire.bibledesktop.book
To update the textbox when the passage changes
PassageSelectionPane.CustomPassageListener() - Constructor for class org.crosswire.bibledesktop.book.PassageSelectionPane.CustomPassageListener
 
PassageTally - Class in org.crosswire.jsword.passage
Similar to a Passage, but that stores a ranking for each of the Verses that it contains.
PassageTally() - Constructor for class org.crosswire.jsword.passage.PassageTally
Create an empty PassageTally
PassageTally(String) - Constructor for class org.crosswire.jsword.passage.PassageTally
Create a Verse from a human readable string.
PassageTally.OrderedVerseIterator - Class in org.crosswire.jsword.passage
Iterate over the Verses in order of their rank in the tally
PassageTally.OrderedVerseIterator(int[]) - Constructor for class org.crosswire.jsword.passage.PassageTally.OrderedVerseIterator
Find the first unused verse
PassageTally.OrderedVerseRangeIterator - Class in org.crosswire.jsword.passage
Iterate over the Ranges in order of their rank in the tally
PassageTally.OrderedVerseRangeIterator(Iterator, int[]) - Constructor for class org.crosswire.jsword.passage.PassageTally.OrderedVerseRangeIterator
Find the first unused verse
PassageTally.TalliedVerse - Class in org.crosswire.jsword.passage
JDK: Hack to make this work with J2SE 1.1 as well as J2SE 1.2 This compared 2 Integers
PassageTally.TalliedVerse(int, int) - Constructor for class org.crosswire.jsword.passage.PassageTally.TalliedVerse
Convenience ctor to set the public variables
PassageTally.TalliedVerseRange - Class in org.crosswire.jsword.passage
Hack to make this work with JDK1.1 as well as JDK1.2 This compared 2 Integers
PassageTally.TalliedVerseRange(VerseRange, int) - Constructor for class org.crosswire.jsword.passage.PassageTally.TalliedVerseRange
Convenience ctor to set the public variables
PassageTally.VerseIterator - Class in org.crosswire.jsword.passage
Iterate over the Verses in normal verse order
PassageTally.VerseIterator() - Constructor for class org.crosswire.jsword.passage.PassageTally.VerseIterator
Find the first unused verse
PassageUtil - Class in org.crosswire.jsword.passage
A Utility class containing various static methods.
PassageUtil() - Constructor for class org.crosswire.jsword.passage.PassageUtil
Prevent Instansiation
PasswordField - Class in org.crosswire.common.config.swing
PasswordField.
PasswordField() - Constructor for class org.crosswire.common.config.swing.PasswordField
 
patch(int[]) - Static method in class org.crosswire.jsword.passage.BibleInfo
Fix up these verses so that they are as valid a possible.
path - Variable in class org.crosswire.common.config.swing.AdvancedConfigEditor.CompNode
The path to us
path - Variable in class org.crosswire.common.config.swing.TreeConfigEditor.Node
The path to us
path - Variable in class org.crosswire.jsword.index.lucene.LuceneIndex
The location of this index
PATH_EDITOR - Static variable in class org.crosswire.common.config.swing.Msg
 
PathChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
PathChoice() - Constructor for class org.crosswire.common.config.PathChoice
 
PathField - Class in org.crosswire.common.config.swing
A StringArrayField allows editing of an array of Strings in a JList.
PathField() - Constructor for class org.crosswire.common.config.swing.PathField
Create a PropertyHashtableField for editing String arrays.
PatternFormatter - Class in org.crosswire.common.util
Formats a log entry by pattern.
PatternFormatter() - Constructor for class org.crosswire.common.util.PatternFormatter
 
PbTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the pb (page break) element.
PbTag() - Constructor for class org.crosswire.jsword.book.filter.thml.PbTag
 
pendingEndTag - Variable in class org.crosswire.common.xml.PrettySerializingContentHandler
One of the difficulties in SAX parsing is that it does not retain state.
PENTATEUCH - Static variable in class org.crosswire.jsword.passage.BibleInfo.Section
 
percentend - Variable in class org.crosswire.common.progress.Job
The percentage at the end of this section
permanentToLocal(URL) - Method in class org.crosswire.common.config.Config
Take the data stored permanently and copy it to the local storage area, using the configured storage area
persistentNaming - Static variable in class org.crosswire.jsword.passage.PassageUtil
Do we store the original string?
PETER1 - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
PETER2 - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
PHILEMON - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
PHILIPPIANS - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
PHRASE - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
PHRASE - Static variable in class org.crosswire.jsword.index.search.SearchType
Find the words in the specified order.
pickBible() - Method in class org.crosswire.jsword.examples.APIExamples
This is an example of the different ways to select a Book from the selection available.
pickLoader(ClassLoader, ClassLoader) - Static method in class org.crosswire.common.util.CWClassLoader
Returns 'true' if 'loader2' is a delegation child of 'loader1' [or if 'loader1'=='loader2'].
PLAF_CHANGE - Static variable in class org.crosswire.common.swing.Msg
 
PlainTextFilter - Class in org.crosswire.jsword.book.filter.plaintext
Filter to convert plain text to OSIS format.
PlainTextFilter() - Constructor for class org.crosswire.jsword.book.filter.plaintext.PlainTextFilter
 
PLUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
pnl_progr - Variable in class org.crosswire.bibledesktop.desktop.StatusBar
Where the progress bars go
pnlAction - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
 
pnlButtons - Variable in class org.crosswire.bibledesktop.book.install.SitesPane
 
pnlButtons - Variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
 
pnlMain - Variable in class org.crosswire.bibledesktop.desktop.AboutPane
 
pnlMain - Variable in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
The top level component
pnlMore - Variable in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
Blank thing for the "More..." button
pnlPassg - Variable in class org.crosswire.bibledesktop.book.BibleViewPane
 
pnlSelect - Variable in class org.crosswire.bibledesktop.book.BibleViewPane
 
pnlSelect - Variable in class org.crosswire.bibledesktop.book.DictionaryPane
 
pnlView - Variable in class org.crosswire.bibledesktop.display.tab.TabbedBookDataDisplay
If we are not using tabs, this is the main view
POETRY - Static variable in class org.crosswire.jsword.passage.BibleInfo.Section
 
popup - Variable in class org.crosswire.common.swing.desktop.TabPopupListener
The popup for the tabs
pos - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
pos - Static variable in class org.crosswire.jsword.examples.DictToOsis
 
position - Variable in class org.crosswire.common.swing.CompositeIcon
 
positions - Variable in class org.crosswire.common.progress.swing.JobsProgressBar
Array telling us what y position the jobs have in the window
positions - Variable in class org.crosswire.common.progress.swing.JobsViewPane
Array telling us what y position the jobs have in the window
posn - Variable in class org.crosswire.common.config.swing.WizardConfigEditor
The current position
postCacheData() - Method in class org.crosswire.bibledesktop.book.BooksComboBoxModel
 
pPattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
predicted - Variable in class org.crosswire.common.progress.Job
The timings loaded from where they were saved after the last run
predicted - Variable in class org.crosswire.common.progress.WorkEvent
Is this a predicted or actual progress report?
predictedlen - Variable in class org.crosswire.common.progress.Job
How long to we predict this job is going to last?
predictSection(String) - Method in class org.crosswire.common.progress.Job
Predict a percentage complete
predicturl - Variable in class org.crosswire.common.progress.Job
The URL to which we load and save timings
PreferredKey - Interface in org.crosswire.jsword.passage
For any time when a component wishes to express a preferrence for a Key.
preferredLayoutSize(Container) - Method in class org.crosswire.common.swing.FieldLayout
The preferred layout size for a given container
PREFIX_GLOBALS - Static variable in class org.crosswire.jsword.book.sword.SwordBookDriver
File prefix for config file
PRELOAD_DATA - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
PRELOAD_PROVIDER - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
PRELOAD_SETUP - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
PRELOAD_STYLE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
PRELOAD_TITLE - Static variable in class org.crosswire.bibledesktop.desktop.Msg
 
PRESET_END - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
PRESET_START - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
PRESETS - Static variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
 
presets - Variable in class org.crosswire.bibledesktop.book.AdvancedSearchPane
The entries in the restrictions preset
PRESETS - Static variable in class org.crosswire.bibledesktop.book.Msg
 
PrettySerializingContentHandler - Class in org.crosswire.common.xml
This class provides for the formatted serialization of a SAX stream to a Writer.
PrettySerializingContentHandler() - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that does not add whitespace to the document.
PrettySerializingContentHandler(FormatType) - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that adds whitespace to the document according to the specified FormatType.
PrettySerializingContentHandler(FormatType, Writer) - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that adds whitespace to the document according to the specified FormatType.
preVerseElement - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
preVersePattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
preVerseStart - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
printDefaults() - Method in class org.crosswire.common.xml.XMLProcess
 
printError(String, SAXParseException) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
Prints the error message.
printUsage() - Method in class org.crosswire.common.xml.XMLFeatureSet
Prints the usage.
printUsage() - Method in class org.crosswire.common.xml.XMLProcess
 
priority - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The priority of this config level
PRIORITY_ACCESSOR - Static variable in interface org.crosswire.common.config.Choice
The priority level for configuring previously created items
PRIORITY_CTOR - Static variable in interface org.crosswire.common.config.Choice
The priority level for creating items for later configuring
PRIORITY_EXTENDER - Static variable in interface org.crosswire.common.config.Choice
The priority level for important but non system level stuff
PRIORITY_HIGHEST - Static variable in interface org.crosswire.common.config.Choice
The priority level for important but non system level stuff
PRIORITY_LOWEST - Static variable in interface org.crosswire.common.config.Choice
The lowest level priority generally for system level stuff
PRIORITY_NORMAL - Static variable in interface org.crosswire.common.config.Choice
The priority level for normal use
PRIORITY_SYSTEM - Static variable in interface org.crosswire.common.config.Choice
The highest level priority generally for system level stuff
processContent(Element) - Method in class org.crosswire.jsword.book.filter.thml.AbstractTag
 
processContent(Element) - Method in class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
processContent(Element) - Method in interface org.crosswire.jsword.book.filter.thml.Tag
Do additional processing of the tag after the element has been created.
processingInstruction(String, String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
processingInstruction(String, String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
processingInstruction(String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
processLines(OSISUtil.OSISFactory, String) - Method in class org.crosswire.jsword.book.sword.ConfigEntry
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AbstractTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AliasTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ATag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BlockquoteTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BrTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CenterTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CitationTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.DivTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.FontTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ForeignTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ITag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.LiTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.NameTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.NoteTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.OlTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.PTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.RootTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ScriptureTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SmallTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SupTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SyncTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TableTag
 
processTag(Element, Attributes) - Method in interface org.crosswire.jsword.book.filter.thml.Tag
Make changes to the specified OSIS element given the attributes passed in the source document.
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TdTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TermTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ThTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TrTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.UlTag
 
processTag(Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.UTag
 
progress - Variable in class org.crosswire.common.progress.swing.JobsProgressBar.JobData
 
progress - Variable in class org.crosswire.common.progress.swing.JobsViewPane.JobData
 
Project - Class in org.crosswire.jsword.util
The Project class looks after the source of project files.
Project() - Constructor for class org.crosswire.jsword.util.Project
Prevent Instansiation.
prop - Variable in class org.crosswire.jsword.book.basic.AbstractBookMetaData
The single key version of the properties
PROPERTIES - Static variable in class org.crosswire.common.config.swing.Msg
 
properties2Map(Properties) - Static method in class org.crosswire.common.util.CollectionUtil
 
properties2Map(URL) - Static method in class org.crosswire.common.util.CollectionUtil
 
PROPERTIES_POSN - Static variable in class org.crosswire.common.config.swing.Msg
 
property - Variable in class org.crosswire.jsword.book.BookFilters.CustomBookFilter.Test
 
PROPERTY_SWORD_HOME - Static variable in class org.crosswire.jsword.book.sword.SwordBookDriver
System property for sword home directory
PROPERTY_USER_HOME - Static variable in class org.crosswire.jsword.book.sword.SwordBookDriver
Java system property for users home directory
propertyname - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The property that we call on the reflecting class
PROPERTYNAME_VISIBLE_DIVIDER_BORDER - Static variable in class org.crosswire.common.swing.FixedSplitPane
Property for border visibility
proportionalLocation - Variable in class org.crosswire.common.swing.FixedSplitPane
 
protocol - Variable in class org.crosswire.bibledesktop.display.URLEvent
 
PROTOCOL_FILE - Static variable in class org.crosswire.common.util.NetUtil
Constant for the file: protocol
PROTOCOL_FTP - Static variable in class org.crosswire.common.util.NetUtil
Constant for the file: protocol
PROTOCOL_HTTP - Static variable in class org.crosswire.common.util.NetUtil
Constant for the file: protocol
PROTOCOL_JAR - Static variable in class org.crosswire.common.util.NetUtil
Constant for the jar: protocol
PROTOTYPE_BOOK_NAME - Static variable in class org.crosswire.bibledesktop.book.BookListCellRenderer
Make sure that book names are not too wide
PROVERBS - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.JDOMSAXEventProvider
 
provideSAXEvents(ContentHandler) - Method in interface org.crosswire.common.xml.SAXEventProvider
When SAX events are required the user of this interface can call this method.
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.StringSAXEventProvider
 
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
proxy - Variable in class org.crosswire.bibledesktop.display.proxy.ProxyBookDataDisplay
The component to which we proxy
PROXY_HOST - Static variable in class org.crosswire.bibledesktop.book.install.Msg
 
PROXY_PORT - Static variable in class org.crosswire.bibledesktop.book.install.Msg
 
ProxyBookDataDisplay - Class in org.crosswire.bibledesktop.display.proxy
An implementation of BookDataDisplay that simply proxies all requests to an underlying BookDataDisplay.
ProxyBookDataDisplay(BookDataDisplay) - Constructor for class org.crosswire.bibledesktop.display.proxy.ProxyBookDataDisplay
Setup the proxy
proxyHost - Variable in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
proxyHost - Variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The remote proxy hostname.
proxyPort - Variable in class org.crosswire.bibledesktop.book.install.SwordSiteEditor
 
proxyPort - Variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The remote proxy port.
PSALMS - Static variable in class org.crosswire.jsword.passage.BibleInfo.Names
 
psalmTitleElement - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
psalmTitlePattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
psalmTitleStart - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
PTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the p element.
PTag() - Constructor for class org.crosswire.jsword.book.filter.thml.PTag
 
putProperty(String, String) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 

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