Package | Description |
---|---|
org.crosswire.common.config |
Config allows an application to separate the responsibilities of setting
itself up, and providing a user interface from the real work that it needs
to do.
|
Modifier and Type | Method and Description |
---|---|
static Choice |
ChoiceFactory.getChoice(org.jdom2.Element option,
ResourceBundle configResources)
Get a ChoiceFactory by element.
|
void |
StringOptionsChoice.init(org.jdom2.Element option,
ResourceBundle configResources) |
void |
StringArrayChoice.init(org.jdom2.Element option,
ResourceBundle configResources) |
void |
MappedOptionsChoice.init(org.jdom2.Element option,
ResourceBundle configResources) |
void |
IntOptionsChoice.init(org.jdom2.Element option,
ResourceBundle configResources) |
void |
Choice.init(org.jdom2.Element option,
ResourceBundle configResources)
String value to associate with the name (key)
|
void |
AbstractReflectedChoice.init(org.jdom2.Element option,
ResourceBundle configResources) |