Uses of Package
org.crosswire.common.config

Packages that use org.crosswire.common.config
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
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.
ConfigListener
          ConfigListener.
FileChoice
          A class to convert between files and objects of a type.
Msg
          Compile safe Msg resource settings.
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-2005