|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.crosswire.common.config |
---|
Class org.crosswire.common.config.ConfigEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3257006561900376375L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs.
ClassNotFoundException
- if the class of a serialized object
could not be found.Serialized Fields |
---|
String key
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.history |
---|
Class org.crosswire.common.history.HistoryEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3258132436104852535L
Package org.crosswire.common.icu |
---|
Class org.crosswire.common.icu.NumberShaper extends Object implements Serializable |
---|
serialVersionUID: -8408052851113601251L
Serialized Fields |
---|
char nineShape
Package org.crosswire.common.progress |
---|
Class org.crosswire.common.progress.WorkEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3976736990807011378L
Package org.crosswire.common.util |
---|
Class org.crosswire.common.util.LucidException extends Exception implements Serializable |
---|
serialVersionUID: 3257846580311963191L
Class org.crosswire.common.util.LucidRuntimeException extends RuntimeException implements Serializable |
---|
serialVersionUID: 3906091143962965817L
Class org.crosswire.common.util.PropertyMap extends LinkedHashMap<String,String> implements Serializable |
---|
serialVersionUID: 2821277155924802795L
Serialized Fields |
---|
PropertyMap defaults
Class org.crosswire.common.util.ReporterEvent extends EventObject implements Serializable |
---|
serialVersionUID: 4121978048640988213L
Serialized Fields |
---|
Throwable ex
String message
Package org.crosswire.jsword.book |
---|
Class org.crosswire.jsword.book.BookException extends LucidException implements Serializable |
---|
serialVersionUID: 3977575883768738103L
Class org.crosswire.jsword.book.BookSet extends ArrayList<Book> implements Serializable |
---|
serialVersionUID: 3258688806185154867L
Class org.crosswire.jsword.book.BooksEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3834876879554819894L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurred
ClassNotFoundException
- this class cannot be recreated.Serialized Fields |
---|
boolean added
Package org.crosswire.jsword.book.basic |
---|
Class org.crosswire.jsword.book.basic.DefaultBookmark extends Object implements Serializable |
---|
serialVersionUID: 6959196267292499574L
Serialized Fields |
---|
String lookupRequest
SearchRequest searchRequest
Package org.crosswire.jsword.book.install |
---|
Class org.crosswire.jsword.book.install.InstallerEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3257290248836102194L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
boolean added
Class org.crosswire.jsword.book.install.InstallException extends LucidException implements Serializable |
---|
serialVersionUID: 3258132440416335669L
Package org.crosswire.jsword.book.readings |
---|
Class org.crosswire.jsword.book.readings.ReadingsKey extends DefaultLeafKeyList implements Serializable |
---|
serialVersionUID: -5500401548068844993L
Serialized Fields |
---|
Date date
Package org.crosswire.jsword.book.sword |
---|
Class org.crosswire.jsword.book.sword.AbstractKeyBackend extends AbstractBackend<T extends OpenFileState> implements Serializable |
---|
serialVersionUID: -2782112117361556089L
Class org.crosswire.jsword.book.sword.RawLDBackend extends AbstractKeyBackend<RawLDBackendState> implements Serializable |
---|
serialVersionUID: 818089833394450383L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
int datasize
int entrysize
Class org.crosswire.jsword.book.sword.ZLDBackend extends RawLDBackend<ZLDBackendState> implements Serializable |
---|
serialVersionUID: 3536098410391064446L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Package org.crosswire.jsword.index |
---|
Class org.crosswire.jsword.index.IndexStatusEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3834876879554819894L
Serialized Fields |
---|
IndexStatus indexStatus
Package org.crosswire.jsword.index.search |
---|
Class org.crosswire.jsword.index.search.DefaultSearchModifier extends Object implements Serializable |
---|
serialVersionUID: 0L
Serialized Fields |
---|
boolean ranked
int maxResults
Class org.crosswire.jsword.index.search.DefaultSearchRequest extends Object implements Serializable |
---|
serialVersionUID: -5973134101547369187L
Serialized Fields |
---|
String request
SearchModifier modifier
Package org.crosswire.jsword.passage |
---|
Class org.crosswire.jsword.passage.AbstractKeyList extends Object implements Serializable |
---|
serialVersionUID: 3858640507828137034L
Serialized Fields |
---|
String name
Class org.crosswire.jsword.passage.AbstractPassage extends Object implements Serializable |
---|
serialVersionUID: -5931560451407396276L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Class org.crosswire.jsword.passage.BitwisePassage extends AbstractPassage implements Serializable |
---|
serialVersionUID: -5931560451407396276L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectAbstractPassage.readObjectSupport(ObjectInputStream)
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if the read failsAbstractPassage.writeObjectSupport(ObjectOutputStream)
Class org.crosswire.jsword.passage.DefaultKeyList extends AbstractKeyList implements Serializable |
---|
serialVersionUID: -1633375337613230599L
Serialized Fields |
---|
Key parent
List<E> keys
Class org.crosswire.jsword.passage.DefaultLeafKeyList extends Object implements Serializable |
---|
serialVersionUID: -7462556005744186622L
Serialized Fields |
---|
Key parent
String name
String osisName
Class org.crosswire.jsword.passage.DistinctPassage extends AbstractPassage implements Serializable |
---|
serialVersionUID: 817374460730441662L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectAbstractPassage.readObjectSupport(ObjectInputStream)
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if the read failsAbstractPassage.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 |
---|
PassageEvent.EventType type
Verse lower
Verse upper
Class org.crosswire.jsword.passage.PassageTally extends AbstractPassage implements Serializable |
---|
serialVersionUID: 3761128240928274229L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectAbstractPassage.readObjectSupport(ObjectInputStream)
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if the read failsAbstractPassage.writeObjectSupport(ObjectOutputStream)
Serialized Fields |
---|
int size
int total
int[] board
int max
PassageTally.Order order
Class org.crosswire.jsword.passage.RangedPassage extends AbstractPassage implements Serializable |
---|
serialVersionUID: 955115811339960826L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectAbstractPassage.readObjectSupport(ObjectInputStream)
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if the read failsAbstractPassage.writeObjectSupport(ObjectOutputStream)
Class org.crosswire.jsword.passage.ReadOnlyKeyList extends Object implements Serializable |
---|
serialVersionUID: -7947159638198641657L
Serialized Fields |
---|
boolean ignore
Key keys
Class org.crosswire.jsword.passage.RocketPassage extends BitwisePassage implements Serializable |
---|
serialVersionUID: 3258125864771401268L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectClass org.crosswire.jsword.passage.SetKeyList extends AbstractKeyList implements Serializable |
---|
serialVersionUID: -1460162676283475117L
Serialized Fields |
---|
Key parent
List<E> list
Class org.crosswire.jsword.passage.TreeKey extends AbstractKeyList implements Serializable |
---|
serialVersionUID: -6560408145705717977L
Serialized Fields |
---|
Key parent
List<E> children
Class org.crosswire.jsword.passage.Verse extends Object implements Serializable |
---|
serialVersionUID: -4033921076023185171L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if the read fails
ClassNotFoundException
- If the read data is incorrectprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- if the read failsSerialized Fields |
---|
int ordinal
String subIdentifier
Class org.crosswire.jsword.passage.VerseRange extends Object implements Serializable |
---|
serialVersionUID: 8307795549869653580L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- If the write fails
ClassNotFoundException
- If the read data is incorrectprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- If the write failsSerialized Fields |
---|
Verse start
int verseCount
Package org.crosswire.jsword.versification |
---|
Class org.crosswire.jsword.versification.Versification extends Object implements Serializable |
---|
serialVersionUID: -6226916242596368765L
Serialized Fields |
---|
String name
BibleBookList bookList
int otMaxOrdinal
int ntMaxOrdinal
int[][] lastVerse
int[][] chapterStarts
Package org.crosswire.jsword.versification.system |
---|
Class org.crosswire.jsword.versification.system.SystemCatholic extends Versification implements Serializable |
---|
serialVersionUID: -2425837859408015667L
Class org.crosswire.jsword.versification.system.SystemCatholic2 extends Versification implements Serializable |
---|
serialVersionUID: 1956062452449097319L
Class org.crosswire.jsword.versification.system.SystemDefault extends Versification implements Serializable |
---|
serialVersionUID: -921273257871599555L
Class org.crosswire.jsword.versification.system.SystemGerman extends Versification implements Serializable |
---|
serialVersionUID: -6921663376948709188L
Class org.crosswire.jsword.versification.system.SystemKJV extends Versification implements Serializable |
---|
serialVersionUID: 3365882007485277007L
Class org.crosswire.jsword.versification.system.SystemKJVA extends Versification implements Serializable |
---|
serialVersionUID: 1054681694714921358L
Class org.crosswire.jsword.versification.system.SystemLeningrad extends Versification implements Serializable |
---|
serialVersionUID: -1483944788413812511L
Class org.crosswire.jsword.versification.system.SystemLuther extends Versification implements Serializable |
---|
serialVersionUID: -1165901663498643158L
Class org.crosswire.jsword.versification.system.SystemLXX extends Versification implements Serializable |
---|
serialVersionUID: 3365882007485277007L
Class org.crosswire.jsword.versification.system.SystemMT extends Versification implements Serializable |
---|
serialVersionUID: -3679238882055120660L
Class org.crosswire.jsword.versification.system.SystemNRSV extends Versification implements Serializable |
---|
serialVersionUID: 6104112750913219370L
Class org.crosswire.jsword.versification.system.SystemNRSVA extends Versification implements Serializable |
---|
serialVersionUID: -1915001343269114316L
Class org.crosswire.jsword.versification.system.SystemOrthodox extends Versification implements Serializable |
---|
serialVersionUID: 3365882007485277007L
Class org.crosswire.jsword.versification.system.SystemSynodal extends Versification implements Serializable |
---|
serialVersionUID: -6281906491023123413L
Class org.crosswire.jsword.versification.system.SystemSynodalProt extends Versification implements Serializable |
---|
serialVersionUID: 2662552205377421107L
Class org.crosswire.jsword.versification.system.SystemVulg extends Versification implements Serializable |
---|
serialVersionUID: -2155122813160088809L
|
Copyright ยจ 2003-2015 | |||||||||
PREV NEXT | FRAMES NO FRAMES |