java.lang.Object
com.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Books.Section
public Books.Section()