Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.eireneh.bible.book.raw.RawBible

Uses of RawBible in com.eireneh.bible.book.raw
 

Fields in com.eireneh.bible.book.raw declared as RawBible
protected  RawBible Mem.raw
          The RawBible co-ordinated the various classes that cache the files
protected  RawBible InstsDisk.raw
          The RawBible co-ordinated the various classes that cache the files
 

Methods in com.eireneh.bible.book.raw with parameters of type RawBible
private  void Mem.ctor(RawBible raw, java.lang.String leafname, boolean create)
          This really should be a constructor, however the StringBuffer ctor wants to trap and muffle exceptions.
private  void InstsDisk.ctor(RawBible raw, java.lang.String leafname, boolean create)
          This really should be a constructor, however the StringBuffer ctor wants to trap and muffle exceptions.
 

Constructors in com.eireneh.bible.book.raw with parameters of type RawBible
WordItemsMem(RawBible raw, boolean create)
          Create a WordMemResourceIndex from a File that contains the dictionary.
WordInstsMem(RawBible raw, boolean create)
          Basic constructor
WordInstsDisk(RawBible raw, boolean create)
          Basic constructor
WordInstsDisk(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Create a WordResource from a File that contains the dictionary.
PuncItemsMem(RawBible raw, boolean create)
          Create a PuncItemsMem from a File that contains the dictionary.
PuncItemsMem(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Create a PuncItemsMem from a File that contains the dictionary.
PuncInstsMem(RawBible raw, boolean create)
          Basic constructor
PuncInstsMem(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Basic constructor
PuncInstsDisk(RawBible raw, boolean create)
          Basic constructor
PuncInstsDisk(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Create a WordResource from a File that contains the dictionary.
ParaInstsMem(RawBible raw, boolean create)
          Basic constructor
ParaInstsMem(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Basic constructor
Mem(RawBible raw, java.lang.String leafname, boolean create)
          Create a WordResource from a File that contains the dictionary.
Mem(RawBible raw, java.lang.String leafname, boolean create, java.lang.StringBuffer messages)
          Create a WordResource from a File that contains the dictionary.
ItemsMem(RawBible raw, java.lang.String leafname, boolean create)
          Create a WordResource from a File that contains the dictionary.
ItemsMem(RawBible raw, java.lang.String leafname, boolean create, java.lang.StringBuffer messages)
          Create a WordResource from a File that contains the dictionary.
InstsMem(RawBible raw, java.lang.String leafname, boolean create)
          Basic constructor
InstsMem(RawBible raw, java.lang.String leafname, boolean create, java.lang.StringBuffer messages)
          Basic constructor
InstsDisk(RawBible raw, java.lang.String leafname, boolean create)
          Basic constructor
InstsDisk(RawBible raw, java.lang.String leafname, boolean create, java.lang.StringBuffer messages)
          Create a WordResource from a File that contains the dictionary.
CaseInstsMem(RawBible raw, boolean create)
          Basic constructor
CaseInstsMem(RawBible raw, boolean create, java.lang.StringBuffer messages)
          Basic constructor