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
private  FeatureType BookFilters.BookFeatureFilter.feature
           
 

Methods in org.crosswire.jsword.book that return FeatureType
static FeatureType FeatureType.fromString(String name)
          Lookup method to convert from a String
static FeatureType FeatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeatureType[] FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crosswire.jsword.book with parameters of type FeatureType
 boolean BookMetaData.hasFeature(FeatureType feature)
          Return whether the feature is supported by the book.
 boolean Book.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 AbstractBookMetaData.hasFeature(FeatureType feature)
           
 boolean AbstractBook.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-2011