Uses of Class
org.crosswire.common.config.AbstractReflectedChoice

Packages that use AbstractReflectedChoice
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. 
 

Uses of AbstractReflectedChoice in org.crosswire.common.config
 

Subclasses of AbstractReflectedChoice in org.crosswire.common.config
 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.
 


Copyright ? 2003-2011