Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
M
MAC
- Static variable in class org.crosswire.common.util.
OSType
MAC_USER_DATA_AREA
- Static variable in class org.crosswire.common.util.
OSType
The Mac user settings parent directory
macOSXRegistration()
- Method in class org.crosswire.bibledesktop.desktop.
DesktopActions
Register the application with Apple EAWT, which provides support for the Application Menu, with About, Preferences (Options) and Quit (Exit).
main(String[])
- Static method in class org.crosswire.bibledesktop.desktop.
Desktop
Central start point.
main(String[])
- Static method in class org.crosswire.common.xml.
XalanProcess
Run xalan's xslt process main.
main(String[])
- Static method in class org.crosswire.common.xml.
XMLProcess
Process an xml file according to the arguments.
main(String[])
- Static method in class org.crosswire.jsword.examples.
APIExamples
Quick Demo
main(String[])
- Static method in class org.crosswire.jsword.examples.
BibleToOsis
main(String[])
- Static method in class org.crosswire.jsword.examples.
DictToOsis
main(String[])
- Static method in class org.crosswire.jsword.examples.
StrongsAnalysis
mainPanel
- Variable in class org.crosswire.bibledesktop.desktop.
Desktop
MAJOR_PROPHETS
- Static variable in class org.crosswire.jsword.versification.
SectionNames
make(String, String, List)
- Method in class org.crosswire.common.diff.
Patch
Compute a list of patches to turn text1 into text2.
makeDirectory(URI)
- Static method in class org.crosswire.common.util.
NetUtil
If the directory does not exist, create it.
makeFile(URI)
- Static method in class org.crosswire.common.util.
NetUtil
If the file does not exist, create it.
MALACHI
- Static variable in class org.crosswire.jsword.versification.
BibleNames
map
- Static variable in class org.crosswire.common.config.
ChoiceFactory
Store of the known ChoiceTypes
map
- Static variable in class org.crosswire.common.config.swing.
FieldMap
The configuration table
map
- Variable in class org.crosswire.common.swing.
MapTableModel
The backing map
map
- Variable in class org.crosswire.jsword.book.study.
StrongsMapSet
map
- Variable in class org.crosswire.jsword.book.sword.
SwordDictionary
So we can quickly find a Key given the text for the key
map
- Variable in class org.crosswire.jsword.book.sword.
SwordGenBook
So we can quickly find a Key given the text for the key
map2String(Map)
- Static method in class org.crosswire.common.util.
Convert
Convert a Hashtable to a Sting
MapTableModel
- Class in
org.crosswire.common.swing
TableModel using a Map internally.
MapTableModel()
- Constructor for class org.crosswire.common.swing.
MapTableModel
Create an internal store from a 2D array
MapTableModel(Map)
- Constructor for class org.crosswire.common.swing.
MapTableModel
Create an internal store from a 2D array
MapTableModel.StringPair
- Class in
org.crosswire.common.swing
A simple holder of a key/value pair of Strings.
MapTableModel.StringPair(String, String)
- Constructor for class org.crosswire.common.swing.
MapTableModel.StringPair
margin
- Variable in class org.crosswire.common.diff.
Patch
MARGIN
- Static variable in class org.crosswire.common.diff.
PatchEntry
Chunk size for context length.
margin
- Static variable in class org.crosswire.common.diff.
PatchEntry
MARK
- Static variable in class org.crosswire.jsword.versification.
BibleNames
Match
- Class in
org.crosswire.common.diff
Computes the difference between two texts to create a patch.
Match()
- Constructor for class org.crosswire.common.diff.
Match
Match(String, String, int)
- Constructor for class org.crosswire.common.diff.
Match
Locate the best instance of 'pattern' in 'text' near 'loc'.
match(String)
- Method in class org.crosswire.jsword.book.basic.
AbstractBook
match(String)
- Method in interface org.crosswire.jsword.book.
Book
Return the likelihood that we have a match.
match(Object)
- Method in class org.crosswire.jsword.book.sword.
ConfigEntry
Determine whether this Config entry matches the value.
match(ConfigEntryType, Object)
- Method in class org.crosswire.jsword.book.sword.
ConfigEntryTable
Determine whether this ConfigEntryTable has the ConfigEntry and it matches the value.
match(String)
- Method in class org.crosswire.jsword.versification.
BookName
Match the normalized name as closely as possible.
matchLength
- Variable in class org.crosswire.common.compress.
LZSS
The number of characters in the ring buffer at matchPosition that match a given string.
matchPosition
- Variable in class org.crosswire.common.compress.
LZSS
The position in the ring buffer.
MATTHEW
- Static variable in class org.crosswire.jsword.versification.
BibleNames
max
- Variable in class org.crosswire.jsword.passage.
PassageTally
The maximum tally possible
max(Verse, Verse)
- Static method in class org.crosswire.jsword.passage.
Verse
Return the bigger of the 2 verses.
MAX_FONT_SIZE
- Static variable in class org.crosswire.common.swing.
FontChooser
The minimum size of the font.
MAX_OUTPUT_LEN
- Static variable in class org.crosswire.jsword.book.filter.
FilterUtil
Some XML strings are very long and we don't want to debug the lot
MAX_PICKERS
- Static variable in class org.crosswire.bibledesktop.book.
ParallelBookPicker
What is the default maximum number of pickers.
MAX_STORE_LENGTH
- Static variable in class org.crosswire.common.compress.
LZSS
This is the maximum length of a character sequence that can be taken from the ring buffer.
MAX_TALLY
- Static variable in class org.crosswire.jsword.passage.
PassageTally
The highest tally possible
MAX_TITLE_LEN
- Static variable in class org.crosswire.common.swing.desktop.
AbstractViewLayout
The maximum length of a title before it is abbreviated
MAXBITS
- Static variable in class org.crosswire.common.diff.
Bitap
The maximum number of bits in an int.
maximizeWindow(Window)
- Static method in class org.crosswire.common.swing.
GuiUtil
Maximize the specified window.
maximumLayoutSize(Container)
- Method in class org.crosswire.common.swing.
AbstractLayout
Returns the maximum dimensions for this layout given the component in the specified target container.
MAXLENGTH
- Static variable in class org.crosswire.common.diff.
Bitap
maxLength
- Static variable in class org.crosswire.common.diff.
Bitap
maxNumRankedVerses
- Static variable in class org.crosswire.bibledesktop.book.
DisplaySelectPane
What is the limit to which numRankedVerses can be set.
maxPatternLength()
- Method in class org.crosswire.common.diff.
Bitap
maxPatternLength()
- Method in interface org.crosswire.common.diff.
Locator
The maximum length a pattern can be.
maxPatternLength()
- Method in class org.crosswire.common.diff.
Match
maxPickers
- Static variable in class org.crosswire.bibledesktop.book.
ParallelBookPicker
The maximum number of pickers.
mayRepeat()
- Method in class org.crosswire.jsword.book.sword.
ConfigEntry
Some keys can repeat.
mayRepeat()
- Method in class org.crosswire.jsword.book.sword.
ConfigEntryType
Some keys can repeat.
maySave()
- Method in class org.crosswire.bibledesktop.book.
BibleViewPane
Returns true if there is something to save.
MB_SIZE
- Static variable in class org.crosswire.bibledesktop.book.install.
Msg
MDI
- Static variable in class org.crosswire.common.swing.desktop.
LayoutType
Multiple Document View
mdiView
- Variable in class org.crosswire.common.swing.desktop.
ViewManager
MDIViewLayout
- Class in
org.crosswire.common.swing.desktop
MDI (Multiple documet interface) manager of how we layout views as sub-windows.
MDIViewLayout()
- Constructor for class org.crosswire.common.swing.desktop.
MDIViewLayout
Create a MDIViewLayout
MDIViewLayout.CloseListener
- Class in
org.crosswire.common.swing.desktop
We need to veto the closing of the last window.
MDIViewLayout.CloseListener()
- Constructor for class org.crosswire.common.swing.desktop.
MDIViewLayout.CloseListener
MDIViewLayout.CustomInternalFrameAdapter
- Class in
org.crosswire.common.swing.desktop
So we can tidy things up when a window is closed
MDIViewLayout.CustomInternalFrameAdapter()
- Constructor for class org.crosswire.common.swing.desktop.
MDIViewLayout.CustomInternalFrameAdapter
mdlBook
- Variable in class org.crosswire.bibledesktop.book.
BibleComboBoxModelSet
mdlChapter
- Variable in class org.crosswire.bibledesktop.book.
BibleComboBoxModelSet
mdlVerse
- Variable in class org.crosswire.bibledesktop.book.
BibleComboBoxModelSet
message
- Variable in class org.crosswire.common.util.
ReporterEvent
The message that is being passed around
MetalBorderlessTabbedPaneUI
- Class in
org.crosswire.common.swing.plaf
Provides customization to MetalLF Tabbed panes.
MetalBorderlessTabbedPaneUI()
- Constructor for class org.crosswire.common.swing.plaf.
MetalBorderlessTabbedPaneUI
MetalLFCustoms
- Class in
org.crosswire.common.swing.plaf
Provides customization to MetalLF Tabbed panes
MetalLFCustoms()
- Constructor for class org.crosswire.common.swing.plaf.
MetalLFCustoms
Default constructor.
MetalPanelBorder
- Class in
org.crosswire.common.swing.plaf
A class that provides a border that matches MetalBorders.ScrollPaneBorder.
MetalPanelBorder()
- Constructor for class org.crosswire.common.swing.plaf.
MetalPanelBorder
Default constructor.
MetalPanelBorder(int)
- Constructor for class org.crosswire.common.swing.plaf.
MetalPanelBorder
Create a MetalPanelBorder instance where the border visbility (top, left, bottom and right border) is controlled by the bit mask
borderFlags
.
METHOD_COUNT
- Static variable in class org.crosswire.jsword.passage.
AbstractPassage
Count of serializations methods
METHOD_PREFIX
- Static variable in class org.crosswire.common.swing.
ActionFactory
The prefix to methods that we call
methodNames
- Variable in class org.crosswire.common.util.
StackTrace
Array containing the method names
MICAH
- Static variable in class org.crosswire.jsword.versification.
BibleNames
migrate(File, File)
- Static method in class org.crosswire.jsword.book.sword.
SwordBookPath
migrateBookDir()
- Static method in class org.crosswire.jsword.book.sword.
SwordBookPath
migrateBookDir(File, File)
- Static method in class org.crosswire.jsword.book.sword.
SwordBookPath
migrateUserProjectDir(URI, URI)
- Method in class org.crosswire.jsword.util.
Project
Migrates the user's project dir, if necessary and possible.
min(Verse, Verse)
- Static method in class org.crosswire.jsword.passage.
Verse
Return the smaller of the 2 verses.
MIN_FONT_SIZE
- Static variable in class org.crosswire.common.swing.
FontChooser
The minimum size of the font.
MINIMUM_VERSION
- Static variable in class org.crosswire.jsword.book.sword.
ConfigEntryType
single value version number, lowest sword c++ version that can read this book JSword does not use this value.
minimumLayoutSize(Container)
- Method in class org.crosswire.common.swing.
FieldLayout
The minimum layout size for a given container
MINLENGTH
- Static variable in class org.crosswire.common.diff.
Bitap
The min and max cutoffs used when computing text lengths.
minLength
- Static variable in class org.crosswire.common.diff.
Bitap
MINOR_PROPHETS
- Static variable in class org.crosswire.jsword.versification.
SectionNames
MINUS
- Static variable in class org.crosswire.jsword.index.lucene.
LuceneQueryDecorator
MISSING_BACKEND
- Static variable in class org.crosswire.jsword.book.sword.
Msg
MISSING_FILE
- Static variable in class org.crosswire.common.util.
Msg
MISSING_FILE
- Static variable in class org.crosswire.jsword.book.install.sword.
Msg
MISSING_FILE
- Static variable in class org.crosswire.jsword.book.sword.
Msg
MISSING_RESOURCE
- Static variable in class org.crosswire.common.swing.
ActionFactory
The tooltip for actions that we generate to paper around missing resources Normally we would assert, but in live we might want to limp on.
MISSING_SITE
- Static variable in class org.crosswire.bibledesktop.book.install.
Msg
MISSING_VERSE
- Static variable in class org.crosswire.jsword.book.
Msg
MIX
- Static variable in class org.crosswire.jsword.passage.
PassageType
Optimize the Passage for a mix
MOD_DRV
- Static variable in class org.crosswire.jsword.book.sword.
ConfigEntryType
This indicates how the book was stored.
mode
- Variable in class org.crosswire.bibledesktop.book.
DisplaySelectPane
The current state of the display: SEARCH, PASSAGE, CLEAR
MODE_READ
- Static variable in class org.crosswire.common.util.
FileUtil
Modes for opening random access files
MODE_WRITE
- Static variable in class org.crosswire.common.util.
FileUtil
Modes for opening random access files
model
- Variable in class org.crosswire.bibledesktop.book.
PassageSelectionPane
model
- Variable in class org.crosswire.bibledesktop.passage.
KeySidebar
model
- Variable in class org.crosswire.common.config.
ConfigEvent
The Choice
model
- Variable in class org.crosswire.common.config.swing.
PathField
The TableModel that points the JTable at the Hashtable
models
- Variable in class org.crosswire.common.config.
Config
The array that stores the models
modifier
- Variable in class org.crosswire.jsword.index.
AbstractIndex
How the search is to be modified.
modifier
- Variable in class org.crosswire.jsword.index.search.
DefaultSearchRequest
How the search is to be modified
modtime
- Variable in class org.crosswire.common.xml.
TransformingSAXEventProvider.TemplateInfo
MORE
- Static variable in class org.crosswire.bibledesktop.book.
DisplaySelectPane
MORE
- Static variable in class org.crosswire.bibledesktop.display.basic.
Msg
MORPH
- Static variable in class org.crosswire.bibledesktop.desktop.
XSLTProperty
Determines whether Word Morphology (e.g.
MORPH_ROBINSONS
- Static variable in class org.crosswire.jsword.book.
OSISUtil
MORPH_STRONGS
- Static variable in class org.crosswire.jsword.book.
OSISUtil
Constant for Strong's numbering morphology
MORPHOLOGY
- Static variable in class org.crosswire.jsword.book.
FeatureType
The book contains Morphology info
mouseClicked(MouseEvent)
- Method in class org.crosswire.bibledesktop.desktop.
StatusBar
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent)
- Method in class org.crosswire.common.swing.desktop.
TabPopupListener
mouseEntered(MouseEvent)
- Method in class org.crosswire.bibledesktop.desktop.
StatusBar
When the mouse points at something that has registered with us to be shown on the statusbar
mouseExited(MouseEvent)
- Method in class org.crosswire.bibledesktop.desktop.
StatusBar
When the mouse no longer points at something that has registered with us
mousePressed(MouseEvent)
- Method in class org.crosswire.bibledesktop.desktop.
StatusBar
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent)
- Method in class org.crosswire.common.swing.desktop.
TabPopupListener
mouseReleased(MouseEvent)
- Method in class org.crosswire.bibledesktop.desktop.
StatusBar
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent)
- Method in class org.crosswire.common.swing.desktop.
TabPopupListener
move(int)
- Method in class org.crosswire.common.config.swing.
WizardConfigEditor
Set a new card to be visible
move(URI, URI)
- Static method in class org.crosswire.common.util.
NetUtil
Move a URI from one place to another.
moveTo(AbstractViewLayout)
- Method in class org.crosswire.common.swing.desktop.
AbstractViewLayout
Copies all the views from the one layout to the other
moveTo(AbstractViewLayout)
- Method in interface org.crosswire.common.swing.desktop.
Viewable
Copies all the views from the one layout to the other
moveTo(AbstractViewLayout)
- Method in class org.crosswire.common.swing.desktop.
ViewManager
Msg
- Class in
gnu.gpl
Compile safe Msg resource settings.
Msg(String)
- Constructor for class gnu.gpl.
Msg
Passthrough ctor
Msg
- Class in
gnu.lgpl
Compile safe Msg resource settings.
Msg(String)
- Constructor for class gnu.lgpl.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.bibledesktop.book.install
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.bibledesktop.book.install.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.bibledesktop.book
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.bibledesktop.book.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.bibledesktop.desktop
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.bibledesktop.desktop.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.bibledesktop.display.basic
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.bibledesktop.display.basic.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.bibledesktop.passage
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.bibledesktop.passage.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.activate
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.activate.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.config
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.config.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.config.swing
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.config.swing.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.progress
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.progress.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.progress.swing
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.progress.swing.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.swing.desktop
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.swing.desktop.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.swing
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.swing.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.common.util
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.common.util.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.basic
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.basic.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.filter.gbf
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.filter.gbf.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.filter
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.filter.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.filter.osis
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.filter.osis.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.filter.thml
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.filter.thml.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.install
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.install.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.install.sword
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.install.sword.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.readings
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.readings.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.study
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.study.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.book.sword
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.book.sword.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.index.lucene
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.index.lucene.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.index.query
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.index.query.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.passage
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.passage.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.util
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.util.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.versification
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.versification.
Msg
Passthrough ctor
Msg
- Class in
org.crosswire.jsword.view.web
Compile safe Msg resource settings.
Msg(String)
- Constructor for class org.crosswire.jsword.view.web.
Msg
Passthrough ctor
MsgBase
- Class in
org.crosswire.common.util
A base class for implementing type safe internationalization (i18n) that is easy for most cases.
MsgBase(String)
- Constructor for class org.crosswire.common.util.
MsgBase
Create a MsgBase object
MultiBookPane
- Class in
org.crosswire.bibledesktop.book
Builds a panel on which all the non-Bible books and their entries are visible.
MultiBookPane()
- Constructor for class org.crosswire.bibledesktop.book.
MultiBookPane
Setup the GUI
multiline
- Variable in class org.crosswire.common.xml.
FormatType
MultipleChoice
- Interface in
org.crosswire.common.config
MultipleChoice is simply a Choice where there are a number of alternative options.
mungOsisRef(String)
- Method in class org.crosswire.jsword.passage.
PassageKeyFactory
Replace spaces with semi-colons, because the parser expects them.
mylabel
- Variable in class org.crosswire.common.swing.
ExceptionPane.CustomLister
The Text to write to
mytext
- Variable in class org.crosswire.common.swing.
ExceptionPane.CustomLister
The Text to write to
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright ยจ 2003-2007
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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