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 | Class and Description |
---|---|
class |
BooleanChoice
A class to convert between strings and objects of a type.
|
class |
ClassChoice
A class to convert between strings and objects of a type.
|
class |
DirectoryChoice
A class to convert between strings and objects of a type.
|
class |
FileChoice
A class to convert between files and objects of a type.
|
class |
FontChoice
A class to convert between strings and objects of a type.
|
class |
IntOptionsChoice
A class to convert between strings and objects of a type.
|
class |
MappedOptionsChoice
A class to convert between strings and objects of a type.
|
class |
NumberChoice
A class to convert between strings and objects of a type.
|
class |
PathChoice
A class to convert between strings and objects of a type.
|
class |
StringArrayChoice
A class to convert between strings and objects of a type.
|
class |
StringChoice
A type of Choice that converts between strings and objects.
|
class |
StringOptionsChoice
A class to convert between strings and objects of a type.
|