Uses of Class
org.crosswire.jsword.book.FeatureType

Packages that use FeatureType
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of FeatureType in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as FeatureType
static FeatureType FeatureType.DAILY_DEVOTIONS
          The book is one of Daily Devotions.
private  FeatureType BookFilters.BookFeatureFilter.feature
           
static FeatureType FeatureType.FOOTNOTES
          The book contains footnotes
static FeatureType FeatureType.GLOSSARY
          The book is glossary of translations from one language to another.
static FeatureType FeatureType.GREEK_DEFINITIONS
          The book is one of Greek Definitions.
static FeatureType FeatureType.GREEK_PARSE
          The book is one of Greek word parsings.
static FeatureType FeatureType.HEADINGS
          The book contains Headings
static FeatureType FeatureType.HEBREW_DEFINITIONS
          The book is one of Hebrew Definitions.
static FeatureType FeatureType.HEBREW_PARSE
          The book is one of Hebrew word parsings.
static FeatureType FeatureType.MORPHOLOGY
          The book contains Morphology info
static FeatureType FeatureType.SCRIPTURE_REFERENCES
          The book contains Scripture cross references
static FeatureType FeatureType.STRONGS_NUMBERS
          The book contains Strong's Numbers
private static FeatureType[] FeatureType.VALUES
           
static FeatureType FeatureType.WORDS_OF_CHRIST
          The book marks the Word's of Christ
 

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

Methods in org.crosswire.jsword.book with parameters of type FeatureType
 boolean Book.hasFeature(FeatureType feature)
          Return whether the feature is supported by the book.
 boolean BookMetaData.hasFeature(FeatureType feature)
          Return whether the feature is supported by the book.
 

Constructors in org.crosswire.jsword.book with parameters of type FeatureType
BookFilters.BookFeatureFilter(FeatureType feature)
           
 

Uses of FeatureType in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic with parameters of type FeatureType
 boolean AbstractBook.hasFeature(FeatureType feature)
           
 boolean AbstractBookMetaData.hasFeature(FeatureType feature)
           
 

Uses of FeatureType in org.crosswire.jsword.book.readings
 

Methods in org.crosswire.jsword.book.readings with parameters of type FeatureType
 boolean ReadingsBook.hasFeature(FeatureType feature)
           
 

Uses of FeatureType in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword with parameters of type FeatureType
 boolean SwordBookMetaData.hasFeature(FeatureType feature)
           
 


Copyright ยจ 2003-2007