Serialized Form


Package org.crosswire.bibledesktop.book

Class org.crosswire.bibledesktop.book.AdvancedSearchPane extends JPanel implements Serializable

serialVersionUID: 3977303234983245108L

Serialized Fields

bailout

boolean bailout
If escape was pressed we don't want to update the parent


actions

ActionFactory actions
The ActionFactory holding the actions used by this Component.


presets

String[] presets
The entries in the restrictions preset


editingRestrict

boolean editingRestrict
If we are editing the restrict text box, ignore preset updates


dlgSelect

PassageSelectionPane dlgSelect

lblPhrase

JLabel lblPhrase

lblIncludes

JLabel lblIncludes

txtIncludes

JTextField txtIncludes

txtPhrase

JTextField txtPhrase

lblExcludes

JLabel lblExcludes

txtExcludes

JTextField txtExcludes

lblHeading

JLabel lblHeading

chkRestrict

JCheckBox chkRestrict

lblRestrict

JLabel lblRestrict

txtRestrict

JTextField txtRestrict

btnRestrict

JButton btnRestrict

btnGo

JButton btnGo

lblPresets

JLabel lblPresets

cboPresets

JComboBox cboPresets

dlgMain

JDialog dlgMain

lblSummary

JLabel lblSummary

chkSummary

JCheckBox chkSummary

txtSummary

JTextArea txtSummary

scrSummary

JScrollPane scrSummary

Class org.crosswire.bibledesktop.book.BibleComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 3616449020667442997L

Serialized Fields

set

BibleComboBoxModelSet set
Shared settings


selected

Object selected
What is currently selected?


level

int level
Are we a book, chapter or verse selector

Class org.crosswire.bibledesktop.book.BibleViewPane extends JPanel implements Serializable

serialVersionUID: 3258415036346282038L

Serialized Fields

saved

File saved

pnlSelect

DisplaySelectPane pnlSelect

pnlPassg

SplitBookDataDisplay pnlPassg

chooser

JFileChooser chooser

Class org.crosswire.bibledesktop.book.BookListCellRenderer extends JLabel implements Serializable

serialVersionUID: 3978138859576308017L

Class org.crosswire.bibledesktop.book.BookMetaDataTableModel extends MapTableModel implements Serializable

serialVersionUID: 3257566222043460664L

Serialized Fields

bmd

BookMetaData bmd

Class org.crosswire.bibledesktop.book.BookNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: 3256442525387602231L

Class org.crosswire.bibledesktop.book.BooksComboBoxModel extends BooksListModel implements Serializable

serialVersionUID: 3906362740397388593L

Serialized Fields

current

Book current
The currently selected version

Class org.crosswire.bibledesktop.book.BooksListModel extends AbstractListModel implements Serializable

serialVersionUID: 3257568408165036595L

Serialized Fields

bookList

BookList bookList
The list of books in this tree


filter

BookFilter filter
The filter used to choose Bibles


listener

BooksListModel.CustomListDataListener listener
The listener


books

List books
The array of versions. All methods that access this variable have been marked synchronized to ensure that one thread can't update the list of books while another is trying to create a JList based on this class.

Class org.crosswire.bibledesktop.book.CommentaryPane extends JPanel implements Serializable

serialVersionUID: 3258411737760804915L

Serialized Fields

key

Key key
Last displayed


filter

BookFilter filter
To get us just the Commentaries


display

BookDataDisplay display
The BookData display component


mdlcomments

BooksComboBoxModel mdlcomments

set

BibleComboBoxModelSet set

cboComments

JComboBox cboComments

cboBooks

JComboBox cboBooks

cboChaps

JComboBox cboChaps

cboVerse

JComboBox cboVerse

pnlSelect

JPanel pnlSelect

pnlTop

JPanel pnlTop

Class org.crosswire.bibledesktop.book.DictionaryPane extends JPanel implements Serializable

serialVersionUID: 3616449020667442997L

Serialized Fields

display

BookDataDisplay display
The display of OSIS data


filter

BookFilter filter

mdlDicts

BooksComboBoxModel mdlDicts

dict

Book dict

set

BibleComboBoxModelSet set

cboBooks

JComboBox cboBooks

cboChaps

JComboBox cboChaps

cboVerse

JComboBox cboVerse

pnlSelect

JPanel pnlSelect

scrDicts

JScrollPane scrDicts

lstDicts

JList lstDicts

sptMain

JSplitPane sptMain

scrEntries

JScrollPane scrEntries

scrDisplay

JScrollPane scrDisplay

lstEntries

JList lstEntries

Class org.crosswire.bibledesktop.book.DisplaySelectEvent extends EventObject implements Serializable

serialVersionUID: 3689068456540910136L

Serialized Fields

key

Key key
The new passage


book

Book book
The new Book

Class org.crosswire.bibledesktop.book.DisplaySelectPane extends JPanel implements Serializable

serialVersionUID: 3256446910616057650L

Serialized Fields

pcl

PropertyChangeListener pcl
Keep the selection up to date with indexing.


title

String title

dlgHelp

QuickHelpDialog dlgHelp

actions

ActionFactory actions

selected

Book selected

mdlBible

BooksComboBoxModel mdlBible

dlgSelect

PassageSelectionPane dlgSelect

txtKey

JTextField txtKey

txtSearch

JTextField txtSearch

chkMatch

JCheckBox chkMatch

btnAdvanced

JButton btnAdvanced

btnSearch

JButton btnSearch

btnKey

JButton btnKey

btnKeyGo

JButton btnKeyGo

advanced

AdvancedSearchPane advanced

btnIndex

JButton btnIndex

Class org.crosswire.bibledesktop.book.DriversComboBoxModel extends DriversListModel implements Serializable

serialVersionUID: 3689068456540910136L

Serialized Fields

current

Object current
The currently selected version

Class org.crosswire.bibledesktop.book.DriversListModel extends AbstractListModel implements Serializable

serialVersionUID: 3689068456540910136L

Serialized Fields

drivers

BookDriver[] drivers
The array of drivers

Class org.crosswire.bibledesktop.book.DriversListModel.BibleListCellRenderer extends JLabel implements Serializable

serialVersionUID: 3256722892245971512L

Class org.crosswire.bibledesktop.book.EditSitePane extends JPanel implements Serializable

serialVersionUID: 3256446910616057650L

Serialized Fields

imanager

InstallManager imanager

editName

String editName

editInstaller

Installer editInstaller

userInitiated

boolean userInitiated

actions

ActionFactory actions

lstSite

JList lstSite

lblMesg

JLabel lblMesg

txtName

JTextField txtName

cboType

JComboBox cboType

pnlBean

BeanPanel pnlBean

dlgMain

JDialog dlgMain

btnClose

JButton btnClose

pnlAction

JPanel pnlAction

Class org.crosswire.bibledesktop.book.InstallerFactoryComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 3258134643734885174L

Serialized Fields

names

List names

selection

Object selection

Class org.crosswire.bibledesktop.book.InstallManagerComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 3256725082729756980L

Serialized Fields

selection

Object selection

names

List names

imanager

InstallManager imanager

Class org.crosswire.bibledesktop.book.PassageSelectionPane extends JPanel implements Serializable

serialVersionUID: 3546920298944673072L

Serialized Fields

keyf

KeyFactory keyf
To convert strings into Biblical keys


bailout

boolean bailout
If escape was pressed we don't want to update the parent


changing

boolean changing
Prevent us getting in an event cascade loop


ref

Passage ref
The passage we are editing


actions

ActionFactory actions
The ActionFactory holding the actions used by this Component.


icoGood

Icon icoGood

icoBad

Icon icoBad

treAll

JTree treAll

lstSel

JList lstSel

txtDisplay

JTextField txtDisplay

lblMessage

JLabel lblMessage

dlgMain

JDialog dlgMain

Class org.crosswire.bibledesktop.book.SidebarPane extends JPanel implements Serializable

serialVersionUID: 3256727294637521206L

Serialized Fields

comments

CommentaryPane comments

split

JSplitPane split

dicts

DictionaryPane dicts

Class org.crosswire.bibledesktop.book.SitePane extends JPanel implements Serializable

serialVersionUID: 3616445692051075634L

Serialized Fields

installer

Installer installer

actions

ActionFactory actions

treAvailable

JTree treAvailable

tblSelected

JTable tblSelected

emptyTableModel

MapTableModel emptyTableModel

lblDesc

JLabel lblDesc

Class org.crosswire.bibledesktop.book.SitesPane extends JPanel implements Serializable

serialVersionUID: 3258126947069605936L

Serialized Fields

installers

Map installers

imanager

InstallManager imanager

actions

ActionFactory actions

dlgMain

JDialog dlgMain

pnlButtons

JPanel pnlButtons

tabMain

JTabbedPane tabMain

Package org.crosswire.bibledesktop.book.install

Class org.crosswire.bibledesktop.book.install.BookMetaDataTableModel extends MapTableModel implements Serializable

serialVersionUID: 3257566222043460664L

Serialized Fields

bmd

BookMetaData bmd
The meta data that we are displaying

Class org.crosswire.bibledesktop.book.install.BookNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: 3256442525387602231L

Class org.crosswire.bibledesktop.book.install.EditSitePane extends JPanel implements Serializable

serialVersionUID: 3256446910616057650L

Serialized Fields

imanager

InstallManager imanager
The model that we are providing a view/controller for


editName

String editName
If we are editing an installer, we need to know it's original name in case someone clicks cancel.


editInstaller

Installer editInstaller
If we are editing an installer, we need to know it's original value in case someone clicks cancel.


userInitiated

boolean userInitiated
Edits to the type combo box mean different things depending on whether it was triggered by the user or the application.


actions

ActionFactory actions

lstSite

JList lstSite

lblMesg

JLabel lblMesg

txtName

JTextField txtName

cboType

JComboBox cboType

pnlBean

BeanPanel pnlBean

dlgMain

JDialog dlgMain

btnClose

JButton btnClose

pnlAction

JPanel pnlAction

Class org.crosswire.bibledesktop.book.install.InstallerFactoryComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 3258134643734885174L

Serialized Fields

names

List names
The list of installer names


selection

Object selection
The currently selected object

Class org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 3256725082729756980L

Serialized Fields

selection

Object selection
The currently selected object


names

List names
A cache of the names in the Install Manager


imanager

InstallManager imanager
The install manager that we are representing

Class org.crosswire.bibledesktop.book.install.SitePane extends JPanel implements Serializable

serialVersionUID: 3616445692051075634L

Serialized Fields

installer

Installer installer
From which we get our list of installable modules


actions

ActionFactory actions
actions are held by this ActionFactory


treAvailable

JTree treAvailable

display

TextPaneBookMetaDataDisplay display

lblDesc

JLabel lblDesc

Class org.crosswire.bibledesktop.book.install.SitesPane extends JPanel implements Serializable

serialVersionUID: 3258126947069605936L

Serialized Fields

installers

Map installers
The known installers fetched from InstallManager


imanager

InstallManager imanager
The current installer


actions

ActionFactory actions

dlgMain

JDialog dlgMain

pnlButtons

JPanel pnlButtons

tabMain

JTabbedPane tabMain

Package org.crosswire.bibledesktop.desktop

Class org.crosswire.bibledesktop.desktop.DebugPane extends JPanel implements Serializable

serialVersionUID: 3257853185987983152L

Serialized Fields

splash

Splash splash

desktop

Desktop desktop
The main window


mdlMethods

DefaultComboBoxModel mdlMethods

scrResults

JScrollPane scrResults

pnlMethod

JPanel pnlMethod

lblMethod

JLabel lblMethod

cboMethod

JComboBox cboMethod

btnMethod

JButton btnMethod

txtResults

JTextPane txtResults

Class org.crosswire.bibledesktop.desktop.Desktop extends JFrame implements Serializable

serialVersionUID: 3977014029116191800L

Serialized Fields

hasRefBooks

boolean hasRefBooks

config

Config config
The configuration engine


actions

DesktopActions actions

views

ViewManager views

corePanel

JPanel corePanel

pnlTbar

ToolBar pnlTbar

barStatus

StatusBar barStatus

reference

DictionaryPane reference

sptBooks

JSplitPane sptBooks

Class org.crosswire.bibledesktop.desktop.Splash extends JWindow implements Serializable

serialVersionUID: 3258133565731256119L

Serialized Fields

listener

Splash.CustomWorkListener listener

Class org.crosswire.bibledesktop.desktop.StatusBar extends JComponent implements Serializable

serialVersionUID: 3546920264718955568L

Serialized Fields

pnl_progr

JobsProgressBar pnl_progr
Where the progress bars go


lbl_message

JLabel lbl_message
Where the help messages go


lbl_name

JLabel lbl_name
Where the product name goes

Class org.crosswire.bibledesktop.desktop.ViewSourcePane extends JPanel implements Serializable

serialVersionUID: 3257281435579985975L

Serialized Fields

tabMain

JTabbedPane tabMain

textAreas

JTextComponent[] textAreas

pnlButtons

JPanel pnlButtons

frame

JDialog frame

actions

ActionFactory actions

Class org.crosswire.bibledesktop.desktop.XSLTProperty extends Object implements Serializable

serialVersionUID: 3257567325749326905L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the XSLTProperty


defaultState

boolean defaultState
The default state of the XSLTProperty


state

boolean state
The current state of the XSLTProperty


obj

int obj

Package org.crosswire.bibledesktop.display

Class org.crosswire.bibledesktop.display.URLEvent extends EventObject implements Serializable

serialVersionUID: 3978710575457187634L

Serialized Fields

protocol

String protocol

url

String url

Package org.crosswire.bibledesktop.display.splitlist

Class org.crosswire.bibledesktop.display.splitlist.SplitBookDataDisplay extends JPanel implements Serializable

serialVersionUID: 3257283643176202806L

Serialized Fields

key

Key key
The whole passage that we are viewing


book

Book book
What book are we currently viewing?


sidebar

KeySidebar sidebar

split

JSplitPane split

child

BookDataDisplay child

Package org.crosswire.bibledesktop.passage

Class org.crosswire.bibledesktop.passage.KeyChangeEvent extends EventObject implements Serializable

serialVersionUID: 3256725091319362361L

Serialized Fields

key

Key key
The new key

Class org.crosswire.bibledesktop.passage.KeyListListModel extends AbstractListModel implements Serializable

serialVersionUID: 3546356240990286645L

Serialized Fields

keys

Key keys

Class org.crosswire.bibledesktop.passage.KeySidebar extends JPanel implements Serializable

serialVersionUID: 3905241217179466036L

Serialized Fields

key

Key key
The whole key that we are viewing


partial

Key partial
The key that is selected


book

Book book
The book who's keys we are looking at


list

JList list

model

PassageListModel model

actDelete

Action actDelete

actBlur1

Action actBlur1

actBlur5

Action actBlur5

Class org.crosswire.bibledesktop.passage.KeyTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

serialVersionUID: 3545232531516765241L

Class org.crosswire.bibledesktop.passage.KeyTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 3977303235050353714L

Serialized Fields

key

Key key
The key that this tree is displaying.

Class org.crosswire.bibledesktop.passage.PassageListCellRenderer extends Object implements Serializable

serialVersionUID: 3978423624430270256L

Serialized Fields

bible

Book bible
The Bible in which to look up verses


label

JLabel label
The label to display if the item is not selected


border

Border border
The border if the label is selected


hash

Map hash
A cache of Bible texts

Class org.crosswire.bibledesktop.passage.PassageListModel extends AbstractListModel implements Serializable

serialVersionUID: 3761692273179964725L

Serialized Fields

ref

Passage ref
The Passage that we are modelling


size

int size
We need to cache the passage size because we need to report on changed ranges, when informed by the passage that has already changed


mode

PassageListType mode
Are we modelling in groups or individually


restrict

RestrictionType restrict
If we are modelling in groups, do we break at chapter/book boundries

Class org.crosswire.bibledesktop.passage.PassageTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 3546081345886434357L

Class org.crosswire.bibledesktop.passage.WholeBibleTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 3688785881985004853L


Package org.crosswire.common.config

Class org.crosswire.common.config.ConfigEvent extends EventObject implements Serializable

serialVersionUID: 3257006561900376375L

Serialized Fields

key

String key
The name of the choice


model

Choice model
The Choice

Class org.crosswire.common.config.ConfigException extends LucidException implements Serializable

serialVersionUID: 3258135764670689593L

Class org.crosswire.common.config.StartupException extends LucidException implements Serializable

serialVersionUID: 3616451198199345203L


Package org.crosswire.common.config.swing

Class org.crosswire.common.config.swing.AbstractConfigEditor extends JPanel implements Serializable

Serialized Fields

cards

int cards
How many cards have we created - we only need a tree if there are 2 or more cards


al

ActionListener al
Action when the user clicks on accept


config

Config config
The class that represents the Fields that we display


dialog

JDialog dialog
The dialog that we are displayed in


decks

Map decks
A fast way to get at the configuration panels


fields

Map fields
The set of fields that we are displaying

Class org.crosswire.common.config.swing.AdvancedConfigEditor extends TreeConfigEditor implements Serializable

serialVersionUID: 3616451198199345203L

Serialized Fields

comps

Map comps
A hash of components

Class org.crosswire.common.config.swing.BooleanField extends JPanel implements Serializable

serialVersionUID: 3617291237934053686L

Serialized Fields

on

JRadioButton on
The 'on' button


off

JRadioButton off
The 'off' button

Class org.crosswire.common.config.swing.ButtonPane extends JPanel implements Serializable

serialVersionUID: 3257847701248031033L

Serialized Fields

li

ButtonPaneListener li
PENDING: turn this into a [add|remove]ButtonPaneListener thing

Class org.crosswire.common.config.swing.ColorField extends JPanel implements Serializable

serialVersionUID: 3617291237934053686L

Serialized Fields

actions

ActionFactory actions
The action factory for the buttons


color

Color color
The current Color

Class org.crosswire.common.config.swing.DirectoryField extends FileField implements Serializable

serialVersionUID: 3905239018106075189L

Class org.crosswire.common.config.swing.FileField extends JPanel implements Serializable

serialVersionUID: 3258416148742484276L

Serialized Fields

text

JTextField text
The text field

Class org.crosswire.common.config.swing.FontField extends FontChooser implements Serializable

serialVersionUID: 3258411729237848625L

Class org.crosswire.common.config.swing.MapField extends JPanel implements Serializable

serialVersionUID: 3257849861683296313L

Serialized Fields

actions

ActionFactory actions

tableModel

MapField.NamedMapTableModel tableModel
The TableModel that points the JTable at the Map


table

JTable table
The Table - displays the Hashtble


superclass

Class superclass
The class that everything must inherit from

Class org.crosswire.common.config.swing.NumberField extends JPanel implements Serializable

serialVersionUID: 3256443594867750451L

Serialized Fields

text

JTextField text
The text field

Class org.crosswire.common.config.swing.PasswordField extends JPasswordField implements Serializable

serialVersionUID: 3256442490960621625L

Class org.crosswire.common.config.swing.PathField extends JPanel implements Serializable

serialVersionUID: 3256443607736072242L

Serialized Fields

actions

ActionFactory actions

model

DefaultComboBoxModel model
The TableModel that points the JTable at the Hashtable


list

JList list
The Table - displays the Hashtble

Class org.crosswire.common.config.swing.StringArrayField extends JPanel implements Serializable

serialVersionUID: 3256444715753878326L

Serialized Fields

actions

ActionFactory actions

list_model

DefaultComboBoxModel list_model
The TableModel that points the JTable at the Hashtable


list

JList list
The Table - displays the Hashtble

Class org.crosswire.common.config.swing.StringArrayField.InputPane extends JPanel implements Serializable

serialVersionUID: 3256444715753878326L

Serialized Fields

name_field

JTextField name_field
To edit a name (hashtable key)

Class org.crosswire.common.config.swing.TabbedConfigEditor extends AbstractConfigEditor implements Serializable

serialVersionUID: 3256444715753878326L

Serialized Fields

tab

JTabbedPane tab
The tabbed pane

Class org.crosswire.common.config.swing.TextField extends JTextField implements Serializable

serialVersionUID: 3257009864814311474L

Class org.crosswire.common.config.swing.TreeConfigEditor extends AbstractConfigEditor implements Serializable

serialVersionUID: 3256720688860576049L

Serialized Fields

tree

JTree tree
The tree containing the Field sets


ctm

TreeConfigEditor.ConfigureTreeModel ctm
The custom tree model for the tree


title

JLabel title
The title for the config panels


deck

JPanel deck
Contains the configuration panels


layout

CardLayout layout
Layout for the config panels

Class org.crosswire.common.config.swing.WizardConfigEditor extends AbstractConfigEditor implements Serializable

serialVersionUID: 3258416148742484276L

Serialized Fields

actions

ActionFactory actions

posn

int posn
The current position


wcards

int wcards
The number of cards


names

List names
The list of path names


title

JLabel title
The title for the config panels


deck

JPanel deck
Contains the configuration panels


layout

CardLayout layout
Layout for the config panels


finish

JButton finish
The Ok button


next

JButton next
The next button


Package org.crosswire.common.progress

Class org.crosswire.common.progress.WorkEvent extends EventObject implements Serializable

serialVersionUID: 3976736990807011378L

Serialized Fields

predicted

boolean predicted
Is this a predicted or actual progress report?


Package org.crosswire.common.progress.swing

Class org.crosswire.common.progress.swing.JobsProgressBar extends JPanel implements Serializable

serialVersionUID: 3257563988660663606L

Serialized Fields

jobs

Map jobs
Where we store the currently displayed jobs


positions

List positions
Array telling us what y position the jobs have in the window


font

Font font
The font for the progress-bars

Class org.crosswire.common.progress.swing.JobsViewPane extends JPanel implements Serializable

serialVersionUID: 3546366136561315891L

Serialized Fields

jobs

Map jobs
Map of Jobs to JobDatas


positions

List positions
Array telling us what y position the jobs have in the window


jobsPanel

JPanel jobsPanel
The panel containing jobs


noJobLabel

JLabel noJobLabel
A label stating that there are no jobs running


Package org.crosswire.common.swing

Class org.crosswire.common.swing.AbstractLayout extends Object implements Serializable

Serialized Fields

hgap

int hgap
horizontal gap


vgap

int vgap
vertical gap

Class org.crosswire.common.swing.AntiAliasedTextPane extends JTextPane implements Serializable

serialVersionUID: 3256728398477734965L

Class org.crosswire.common.swing.BeanPanel extends JPanel implements Serializable

serialVersionUID: 3834589894202175795L

Serialized Fields

bean

Object bean
The bean we are editing


editors

List editors
A list of the current editors

Class org.crosswire.common.swing.CWAction extends AbstractAction implements Serializable

serialVersionUID: 3258416148742484276L

Serialized Fields

listeners

EventListenerList listeners

Class org.crosswire.common.swing.ExceptionPane extends JPanel implements Serializable

serialVersionUID: 3258126947203495219L

Serialized Fields

ex

Throwable ex
The exception we are displaying


list

JList list

upper

JPanel upper

label

JLabel label

text

JTextArea text

ok

JButton ok

detail

JCheckBox detail

lower

JPanel lower

Class org.crosswire.common.swing.ExceptionShelf extends JPanel implements Serializable

serialVersionUID: 3976741375951647288L

Serialized Fields

panels

List panels
The set of panels reporting on the errors


toggle

NudgeButton toggle
The shelf scroller


card

CardLayout card
The layout for the shelf


current

int current
The card currently being displayed


shelf

JPanel shelf
The scrolled panel to which we can add stuff


noproblems

JPanel noproblems
The no problems exception


total

int total
The current number of cards


exceptions

List exceptions
The set of known errors

Class org.crosswire.common.swing.FieldLayout extends AbstractLayout implements Serializable

serialVersionUID: 3617576015757719097L

Class org.crosswire.common.swing.FixedSplitPane extends JSplitPane implements Serializable

serialVersionUID: 3761687909593789241L

Serialized Fields

firstValidate

boolean firstValidate

hasProportionalLocation

boolean hasProportionalLocation

proportionalLocation

double proportionalLocation

Class org.crosswire.common.swing.FontChooser extends JPanel implements Serializable

serialVersionUID: 3978992071925250097L

Serialized Fields

dialog

JDialog dialog
The dialog box


listeners

PropertyChangeSupport listeners
People that want to know about font changes


font

Font font
The current font


name

JComboBox name
The choice of font name


bold

JCheckBox bold
Bold font?


italic

JCheckBox italic
Italic font?


size

JComboBox size
The font size


suppressEvents

boolean suppressEvents
Are we doing some processing, that makes us not want to send events?

Class org.crosswire.common.swing.FormPane extends JPanel implements Serializable

serialVersionUID: 3258135738867790641L

Serialized Fields

comps

Hashtable comps
A store of the available components

Class org.crosswire.common.swing.ListListModel extends AbstractListModel implements Serializable

serialVersionUID: 3977863977273209144L

Serialized Fields

list

List list

Class org.crosswire.common.swing.MapCellRenderer extends JTextArea implements Serializable

serialVersionUID: 3258130254177448499L

Serialized Fields

unselectedForeground

Color unselectedForeground
We need a place to store the color the JTextArea should be returned to after its foreground and background colors have been set to the selection background color. unselectedForeground is used to present the cell as with the DefaultTableCellRenderer


unselectedBackground

Color unselectedBackground
unselectedBackground is used to present the cell as with the DefaultTableCellRenderer

Class org.crosswire.common.swing.MapTable extends JTable implements Serializable

serialVersionUID: 3906091143962965817L

Serialized Fields

initialized

boolean initialized
initialized indicates that a TableCellRenderer can be set in setModel.

Class org.crosswire.common.swing.MapTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 3546365041277352241L

Serialized Fields

list

List list
The List that is a copy of the list. A list is used for direct access performance.


map

Map map
The backing map


colNames

String[] colNames
The default column names

Class org.crosswire.common.swing.NudgeButton extends JPanel implements Serializable

serialVersionUID: 3257008748156499508L

Serialized Fields

up

JButton up
The up button


down

JButton down
The down button

Class org.crosswire.common.swing.NumericDocument extends PlainDocument implements Serializable

serialVersionUID: 3761973765420102192L

Class org.crosswire.common.swing.QuickHelpDialog extends JDialog implements Serializable

serialVersionUID: 3690752899747557426L

Serialized Fields

actions

ActionFactory actions

txtHelp

JEditorPane txtHelp

Class org.crosswire.common.swing.RowColumns extends DefaultTableColumnModel implements Serializable

Class org.crosswire.common.swing.RowTable extends JTable implements Serializable

serialVersionUID: 3761407508275081783L

Class org.crosswire.common.swing.RowTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 3761126033281463602L

Serialized Fields

list

List list
Field list contains the objects that can be worked upon


rowColumnModel

RowColumns rowColumnModel
Field columnModel provides the definition of the structure of the table


indexes

int[] indexes
Field indexes provides a look-aside for the sorted view of the table to the row list.


keys

int[] keys
Field keys provides the primary or composite key of the table. It is a local optimization of columnModel.getSortKeys().


sortColumn

int sortColumn
Field sortColumn indicates the column that was last sorted upon. It is initialized the first value in keys, if present otherwise -1

Class org.crosswire.common.swing.SortRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 3977303200573765939L

Serialized Fields

pressedColumn

TableColumn pressedColumn
Field pressedColumn


model

RowTableModel model
Field model


Package org.crosswire.common.swing.desktop

Class org.crosswire.common.swing.desktop.LayoutType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the LayoutType


layout

ViewLayout layout
The actual layout


obj

int obj

Class org.crosswire.common.swing.desktop.ToolBar extends JToolBar implements Serializable

serialVersionUID: 3544669594414690871L

Serialized Fields

frame

JFrame frame
The frame in which the toolbar is shown. It must be border layout with the only other component being centered.


actions

ActionFactory actions

Package org.crosswire.common.swing.desktop.event

Class org.crosswire.common.swing.desktop.event.TitleChangedEvent extends EventObject implements Serializable

serialVersionUID: 3256444685672526641L

Serialized Fields

title

String title

Class org.crosswire.common.swing.desktop.event.ViewEvent extends EventObject implements Serializable

serialVersionUID: 3258689927188590898L


Package org.crosswire.common.util

Class org.crosswire.common.util.EventListenerList extends Object implements Serializable

serialVersionUID: 3256999960636436785L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Serialization support

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialization support

Throws:
IOException

Class org.crosswire.common.util.LucidException extends Exception implements Serializable

serialVersionUID: 3257846580311963191L

Serialized Fields

deprecated

boolean deprecated
Is the message to be included literally (ie passed a string), or should we look it up as a resource (ie passed a MsgBase).


params

Object[] params
The array of parameters

Class org.crosswire.common.util.LucidRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 3906091143962965817L

Serialized Fields

params

Object[] params
The array of parameters

Class org.crosswire.common.util.ReporterEvent extends EventObject implements Serializable

serialVersionUID: 4121978048640988213L

Serialized Fields

ex

Throwable ex
The thing that went wrong


message

String message
The message that is being passed around

Class org.crosswire.common.util.SortedListSet extends ArrayList implements Serializable

serialVersionUID: 3258413945407484212L


Package org.crosswire.common.xml

Class org.crosswire.common.xml.FormatType extends Object implements Serializable

serialVersionUID: 3544385916136142129L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the FormatType


indented

boolean indented

multiline

boolean multiline

analytic

boolean analytic

classic

boolean classic

obj

int obj

Package org.crosswire.jsword.book

Class org.crosswire.jsword.book.BookException extends LucidException implements Serializable

serialVersionUID: 3977575883768738103L

Class org.crosswire.jsword.book.BookMetaDataSet extends SortedListSet implements Serializable

serialVersionUID: 3258688806185154867L

Class org.crosswire.jsword.book.BookSet extends SortedListSet implements Serializable

serialVersionUID: 3258688806185154867L

Class org.crosswire.jsword.book.BooksEvent extends EventObject implements Serializable

serialVersionUID: 3834876879554819894L

Serialized Fields

added

boolean added
Is this an addition event?


book

Book book
The name of the changed Bible

Class org.crosswire.jsword.book.BookType extends Object implements Serializable

serialVersionUID: 3256727260177708345L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the BookType


obj

int obj

Class org.crosswire.jsword.book.CaseType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the type


obj

int obj

Class org.crosswire.jsword.book.FeatureType extends Object implements Serializable

serialVersionUID: 3256727260177708345L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the BookType


obj

int obj

Class org.crosswire.jsword.book.IndexStatus extends Object implements Serializable

serialVersionUID: 3256718472791537204L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the BookType


obj

int obj

Class org.crosswire.jsword.book.Openness extends Object implements Serializable

serialVersionUID: 3257844364125483320L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the Openness


obj

int obj

Package org.crosswire.jsword.book.filter

Class org.crosswire.jsword.book.filter.FilterException extends LucidException implements Serializable

serialVersionUID: 3257281452725843250L


Package org.crosswire.jsword.book.install

Class org.crosswire.jsword.book.install.InstallerEvent extends EventObject implements Serializable

serialVersionUID: 3257290248836102194L

Serialized Fields

added

boolean added
Is this an addition event?


installer

Installer installer
The name of the changed Bible

Class org.crosswire.jsword.book.install.InstallException extends LucidException implements Serializable

serialVersionUID: 3258132440416335669L


Package org.crosswire.jsword.book.sword

Class org.crosswire.jsword.book.sword.BlockType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the BlockType


obj

int obj

Class org.crosswire.jsword.book.sword.CompressionType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the CompressionType


obj

int obj

Class org.crosswire.jsword.book.sword.ConfigEntryType extends Object implements Serializable

serialVersionUID: 3258125873411273014L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the ConfigEntryType


obj

int obj

Class org.crosswire.jsword.book.sword.ModuleType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the ModuleType


type

BookType type
What booktype is this module


obj

int obj

Package org.crosswire.jsword.passage

Class org.crosswire.jsword.passage.AbstractPassage extends Object implements Serializable

Class org.crosswire.jsword.passage.AccuracyType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the object


obj

int obj

Class org.crosswire.jsword.passage.BitwisePassage extends AbstractPassage implements Serializable

serialVersionUID: -5931560451407396276L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
ClassNotFoundException - If the read data is incorrect
See Also:
AbstractPassage.readObjectSupport(ObjectInputStream)

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
See Also:
AbstractPassage.writeObjectSupport(ObjectOutputStream)

Class org.crosswire.jsword.passage.DistinctPassage extends AbstractPassage implements Serializable

serialVersionUID: 817374460730441662L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
ClassNotFoundException - If the read data is incorrect
See Also:
AbstractPassage.readObjectSupport(ObjectInputStream)

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
See Also:
AbstractPassage.writeObjectSupport(ObjectOutputStream)

Class org.crosswire.jsword.passage.NoSuchKeyException extends LucidException implements Serializable

serialVersionUID: 3257288032582185777L

Class org.crosswire.jsword.passage.NoSuchVerseException extends NoSuchKeyException implements Serializable

serialVersionUID: 3257572797638129463L

Class org.crosswire.jsword.passage.PassageEvent extends EventObject implements Serializable

serialVersionUID: 3906647492467898675L

Serialized Fields

type

int type
The type of change


lower

Verse lower
The lowest numbered element to have changed


upper

Verse upper
The highest numbered element to have changed

Class org.crosswire.jsword.passage.PassageListType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the PassageListType


obj

int obj

Class org.crosswire.jsword.passage.PassageTally extends AbstractPassage implements Serializable

serialVersionUID: 3761128240928274229L

Serialized Fields

board

int[] board
The tallyboard itself


max

int max
The maximum tally possible


order

int order
The maximum tally possible

Class org.crosswire.jsword.passage.RangedPassage extends AbstractPassage implements Serializable

serialVersionUID: 955115811339960826L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
ClassNotFoundException - If the read data is incorrect
See Also:
AbstractPassage.readObjectSupport(ObjectInputStream)

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Call the support mechanism in AbstractPassage

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
See Also:
AbstractPassage.writeObjectSupport(ObjectOutputStream)

Class org.crosswire.jsword.passage.RestrictionType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The name of the PassageListType


obj

int obj

Class org.crosswire.jsword.passage.RocketPassage extends BitwisePassage implements Serializable

serialVersionUID: 3258125864771401268L

Class org.crosswire.jsword.passage.Verse extends Object implements Serializable

serialVersionUID: -4033921076023185171L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Write out the object to the given ObjectOutputStream

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails
ClassNotFoundException - If the read data is incorrect

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write out the object to the given ObjectOutputStream

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - if the read fails

Class org.crosswire.jsword.passage.VerseRange extends Object implements Serializable

serialVersionUID: 8307795549869653580L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Write out the object to the given ObjectOutputStream

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - If the write fails
ClassNotFoundException - If the read data is incorrect

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write out the object to the given ObjectOutputStream

Serial Data:
Write the ordinal number of this verse
Throws:
IOException - If the write fails

Package org.crosswire.jsword.view.web

Class org.crosswire.jsword.view.web.DemoServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3257006549032777012L

Serialized Fields

book

Book book

style

SimpleWebConverter style


Copyright ? 2003-2004