Package | Description |
---|---|
org.crosswire.bibledesktop.passage |
This package contains Swing MVC models to help displaying passages.
|
Modifier and Type | Field and Description |
---|---|
private WholeBibleTreeNode.Level |
WholeBibleTreeNode.level
The level of this node one of: LEVEL_[BIBLE|BOOK|CHAPTER|VERSE]
|
Modifier and Type | Method and Description |
---|---|
static WholeBibleTreeNode.Level |
WholeBibleTreeNode.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WholeBibleTreeNode.Level[] |
WholeBibleTreeNode.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WholeBibleTreeNode(TreeNode parent,
org.crosswire.jsword.passage.VerseRange range,
WholeBibleTreeNode.Level level)
This constructor is for when we are really a BookTreeNode
|