Uses of Class
org.crosswire.jsword.passage.PassageListType

Packages that use PassageListType
org.crosswire.bibledesktop.passage This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of PassageListType in org.crosswire.bibledesktop.passage
 

Fields in org.crosswire.bibledesktop.passage declared as PassageListType
private  PassageListType PassageListModel.mode
          Are we modelling in groups or individually
 

Methods in org.crosswire.bibledesktop.passage that return PassageListType
 PassageListType PassageListModel.getMode()
          Return the mode we are operating in.
 

Methods in org.crosswire.bibledesktop.passage with parameters of type PassageListType
 void PassageListModel.setMode(PassageListType mode)
          Change the mode we are operating in.
 

Constructors in org.crosswire.bibledesktop.passage with parameters of type PassageListType
PassageListModel(Passage ref, PassageListType mode, RestrictionType restrict)
          Create a PassageListModel from a Passage.
 

Uses of PassageListType in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as PassageListType
static PassageListType PassageListType.RANGES
          Passage to be interpreted as a list of ranges.
private static PassageListType[] PassageListType.VALUES
           
static PassageListType PassageListType.VERSES
          Passage to be interpreted as a list of verses.
 

Methods in org.crosswire.jsword.passage that return PassageListType
static PassageListType PassageListType.fromInteger(int i)
          Lookup method to convert from an integer
static PassageListType PassageListType.fromString(String name)
          Lookup method to convert from a String
 


Copyright ? 2003-2004