Uses of Package
org.crosswire.common.config

Packages that use org.crosswire.common.config
org.crosswire.bibledesktop.desktop The desktop is the main screen of Bible Desktop. 
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. 
org.crosswire.common.config.swing The Config package is view independent and so needs a view package to be useful in providing a user interface - this package implements a Swing UI for config. 
 

Classes in org.crosswire.common.config used by org.crosswire.bibledesktop.desktop
Config
          Config is the core part of the configuration system; it is simply a Collection of Choices.
 

Classes in org.crosswire.common.config used by org.crosswire.common.config
AbstractReflectedChoice
          A helper for when we need to be a choice created dynamically.
Choice
          Choice is the fundamental building block of the config system.
ConfigEvent
          An event indicating that an exception has happened.
ConfigException
          Something went wrong while setting config options.
ConfigListener
          ConfigListener.
FileChoice
          A class to convert between files and objects of a type.
MappedChoice
          MappedChoice is simply a Choice where there are a number of alternative options where each entry is a Map.Entry.
MultipleChoice
          MultipleChoice is simply a Choice where there are a number of alternative options.
StartupException
          Something in the startup config files failed to start properly.
 

Classes in org.crosswire.common.config used by org.crosswire.common.config.swing
Choice
          Choice is the fundamental building block of the config system.
Config
          Config is the core part of the configuration system; it is simply a Collection of Choices.
 


Copyright ? 2003-2011