Uses of Class
org.crosswire.jsword.book.sword.BlockType

Packages that use BlockType
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.book.sword.state File management of SWORD Books. 
 

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

Fields in org.crosswire.jsword.book.sword declared as BlockType
private  BlockType ZVerseBackend.blockType
          Whether the book is blocked by Book, Chapter or Verse.
 

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

Constructors in org.crosswire.jsword.book.sword with parameters of type BlockType
ZVerseBackend(SwordBookMetaData sbmd, BlockType blockType)
          Simple ctor
 

Uses of BlockType in org.crosswire.jsword.book.sword.state
 

Methods in org.crosswire.jsword.book.sword.state with parameters of type BlockType
 ZVerseBackendState OpenFileStateManager.getZVerseBackendState(SwordBookMetaData metadata, BlockType blockType)
           
 

Constructors in org.crosswire.jsword.book.sword.state with parameters of type BlockType
ZVerseBackendState(SwordBookMetaData bookMetaData, BlockType blockType)
          This is default package access for forcing the use of the OpenFileStateManager to manage the creation.
 


Copyright ยจ 2003-2015