Package | Description |
---|---|
org.crosswire.bibledesktop.book |
This package contains Swing MVC models to help implementing a Swing GUI using JSword classes.
|
Modifier and Type | Field and Description |
---|---|
protected BibleComboBoxModel.Level |
BibleComboBoxModel.level
Are we a book, chapter or verse selector
|
Modifier and Type | Method and Description |
---|---|
static BibleComboBoxModel.Level |
BibleComboBoxModel.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BibleComboBoxModel.Level[] |
BibleComboBoxModel.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BibleComboBoxModel(BibleComboBoxModelSet set,
BibleComboBoxModel.Level level)
Simple ctor for choosing verses
|