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

Packages that use ConfigEntryType
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

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

Fields in org.crosswire.jsword.book.sword declared as ConfigEntryType
static ConfigEntryType ConfigEntryType.ABOUT
          Contains rtf that describes the book.
static ConfigEntryType[] ConfigEntryTable.BASIC_INFO
           
static ConfigEntryType ConfigEntryType.BLOCK_COUNT
          single value integer, unknown use, some indications that we ought to be using it
static ConfigEntryType ConfigEntryType.BLOCK_TYPE
          The level at which compression is applied, BOOK, CHAPTER, or VERSE
static ConfigEntryType ConfigEntryType.CATEGORY
          The Category of the book.
static ConfigEntryType ConfigEntryType.CIPHER_KEY
          If this exists in the conf, then the book is encrypted.
static ConfigEntryType ConfigEntryType.COMPRESS_TYPE
          The type of compression in use.
static ConfigEntryType ConfigEntryType.COPYRIGHT
          Informational copyright notice.
static ConfigEntryType ConfigEntryType.COPYRIGHT_CONTACT_ADDRESS
          Copyright info.
static ConfigEntryType ConfigEntryType.COPYRIGHT_CONTACT_EMAIL
          Copyright info.
static ConfigEntryType ConfigEntryType.COPYRIGHT_CONTACT_NAME
          Copyright info.
static ConfigEntryType ConfigEntryType.COPYRIGHT_DATE
          Copyright info.
static ConfigEntryType ConfigEntryType.COPYRIGHT_HOLDER
          single value string, unknown use
static ConfigEntryType[] ConfigEntryTable.COPYRIGHT_INFO
           
static ConfigEntryType ConfigEntryType.COPYRIGHT_NOTES
          Copyright info.
static ConfigEntryType ConfigEntryType.DATA_PATH
          Relative path to the data files, some issues with this
static ConfigEntryType ConfigEntryType.DESCRIPTION
          The full name of this book
static ConfigEntryType ConfigEntryType.DIRECTION
          The layout direction of the text in the book.
static ConfigEntryType ConfigEntryType.DISPLAY_LEVEL
          single value integer, unknown use, some indications that we ought to be using it
static ConfigEntryType ConfigEntryType.DISTRIBUTION_LICENSE
          Copyright info.
static ConfigEntryType ConfigEntryType.DISTRIBUTION_NOTES
          Copyright info.
static ConfigEntryType ConfigEntryType.DISTRIBUTION_SOURCE
          Similar to DataPath.
static ConfigEntryType ConfigEntryType.ENCODING
          The character encoding.
static ConfigEntryType ConfigEntryType.FEATURE
          A Feature describes a characteristic of the Book.
static ConfigEntryType[] ConfigEntryTable.FEATURE_INFO
           
static ConfigEntryType ConfigEntryType.FONT
          A recommended font to use for the book.
static ConfigEntryType ConfigEntryType.GLOBAL_OPTION_FILTER
          Global Option Filters are the names of routines in Sword that can be used to display the data.
static ConfigEntryType ConfigEntryType.GLOSSARY_FROM
          Books with a Feature of Glossary are used to map words FROM one language TO another.
static ConfigEntryType ConfigEntryType.GLOSSARY_TO
          Books with a Feature of Glossary are used to map words FROM one language TO another.
static ConfigEntryType[] ConfigEntryTable.HIDDEN
           
static ConfigEntryType ConfigEntryType.HISTORY
          multiple values starting with History, some sort of change-log.
static ConfigEntryType ConfigEntryType.INITIALS
          The abbreviated name by which this book is known.
static ConfigEntryType ConfigEntryType.INSTALL_SIZE
          The installed size of the book in bytes.
static ConfigEntryType ConfigEntryType.LANG
          single value string, defaults to en, the language of the book
static ConfigEntryType[] ConfigEntryTable.LANG_INFO
           
static ConfigEntryType ConfigEntryType.LANGUAGE
          single value string, unknown use While Lang is an IS0-639 or ethnolog value, this is a friendly representation of the same.
static ConfigEntryType ConfigEntryType.LANGUAGE_FROM
          For a GLOSSARY_FROM, this is the friendly version of the same.
static ConfigEntryType ConfigEntryType.LANGUAGE_TO
          For a GLOSSARY_TO, this is the friendly version of the same.
static ConfigEntryType ConfigEntryType.LCSH
          Library of Congress Subject Heading.
static ConfigEntryType ConfigEntryType.MINIMUM_VERSION
          single value version number, lowest sword c++ version that can read this book JSword does not use this value.
static ConfigEntryType ConfigEntryType.MOD_DRV
          This indicates how the book was stored.
static ConfigEntryType ConfigEntryType.OBSOLETES
          A list of prior "initials" for the current book.
static ConfigEntryType ConfigEntryType.OSIS_Q_TO_TICK
          When false do not show quotation marks for OSIS text that has elements.
static ConfigEntryType[] ConfigEntryTable.REQUIRED
          These are the elements that JSword requires.
static ConfigEntryType ConfigEntryType.SHORT_COPYRIGHT
          A one line copyright statement, required by Lockman for NASB
static ConfigEntryType ConfigEntryType.SHORT_PROMO
          A one line promo statement, required by Lockman for NASB
static ConfigEntryType ConfigEntryType.SOURCE_TYPE
          This indicates the kind of markup used for the book.
static ConfigEntryType ConfigEntryType.SWORD_VERSION_DATE
          The date that this version of the book was last updated.
static ConfigEntryType[] ConfigEntryTable.SYSTEM_INFO
           
static ConfigEntryType ConfigEntryType.TEXT_SOURCE
          Information on where the book's text was obtained.
private  ConfigEntryType ConfigEntry.type
           
private static ConfigEntryType[] ConfigEntryType.VALUES
           
static ConfigEntryType ConfigEntryType.VERSION
          An informational string indicating the current version of the book.
 

Methods in org.crosswire.jsword.book.sword that return ConfigEntryType
static ConfigEntryType ConfigEntryType.fromInteger(int i)
          Lookup method to convert from an integer
static ConfigEntryType ConfigEntryType.fromString(String name)
          Lookup method to convert from a String
 ConfigEntryType ConfigEntry.getType()
          Get the type of this ConfigEntry
 

Methods in org.crosswire.jsword.book.sword with parameters of type ConfigEntryType
private  void ConfigEntryTable.add(ConfigEntryType type, String aValue)
          A helper to create/replace a value for a given type.
 String SwordBookMetaData.getProperty(ConfigEntryType entry)
          Get the string value for the property or null if it is not defined.
 Object ConfigEntryTable.getValue(ConfigEntryType type)
          Gets a particular ConfigEntry's value by its type
 boolean ConfigEntryTable.match(ConfigEntryType type, Object search)
          Determine whether this ConfigEntryTable has the ConfigEntry and it matches the value.
private  void ConfigEntryTable.toConf(StringBuffer buf, ConfigEntryType[] category)
           
private  void ConfigEntryTable.toOSIS(OSISUtil.OSISFactory factory, org.jdom.Element ele, String aTitle, ConfigEntryType[] category)
          Build an ordered map so that it displays in a consistent order.
 

Constructors in org.crosswire.jsword.book.sword with parameters of type ConfigEntryType
ConfigEntry(String bookName, ConfigEntryType aType, String aValue)
          Create a ConfigEntry directly with an initial value.
 


Copyright ยจ 2003-2006