Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.passage
Class Books.Section  view Books.Section download Books.Section.java

java.lang.Object
  extended bycom.eireneh.bible.passage.Books.Section
Enclosing class:
Books

public static class Books.Section
extends java.lang.Object

Handy section finder. There is a bit of moderately bad programming here because com.eireneh.bible.control.map.swing.GroupVerseColor uses these numbers as an index into an array, so we shouldn't change these numbers without fixing that, however I don't imagine that this section could ever change without breaking GroupVerseColor anyway so I don't see it as a big problem.


Field Summary
static byte GospelsAndActs
           
static byte History
           
static byte Letters
           
static byte MajorProphets
           
static byte MinorProphets
           
static byte Pentateuch
           
static byte Poetry
           
static byte Revelation
           
 
Constructor Summary
Books.Section()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Pentateuch

public static final byte Pentateuch
See Also:
Constant Field Values

History

public static final byte History
See Also:
Constant Field Values

Poetry

public static final byte Poetry
See Also:
Constant Field Values

MajorProphets

public static final byte MajorProphets
See Also:
Constant Field Values

MinorProphets

public static final byte MinorProphets
See Also:
Constant Field Values

GospelsAndActs

public static final byte GospelsAndActs
See Also:
Constant Field Values

Letters

public static final byte Letters
See Also:
Constant Field Values

Revelation

public static final byte Revelation
See Also:
Constant Field Values
Constructor Detail

Books.Section

public Books.Section()