org.crosswire.common.config
Class DirectoryChoice

java.lang.Object
  extended by org.crosswire.common.config.AbstractReflectedChoice
      extended by org.crosswire.common.config.FileChoice
          extended by org.crosswire.common.config.DirectoryChoice
All Implemented Interfaces:
Choice

public class DirectoryChoice
extends FileChoice

A class to convert between strings and objects of a type.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
 
Fields inherited from interface org.crosswire.common.config.Choice
PRIORITY_ACCESSOR, PRIORITY_CTOR, PRIORITY_EXTENDER, PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_NORMAL, PRIORITY_SYSTEM
 
Constructor Summary
DirectoryChoice()
           
 
Method Summary
 
Methods inherited from class org.crosswire.common.config.FileChoice
convertToObject, convertToString, getConversionClass
 
Methods inherited from class org.crosswire.common.config.AbstractReflectedChoice
getFullPath, getHelpText, getPriority, getString, getType, init, isSaveable, requiresRestart, setFullPath, setHelpText, setPriority, setString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryChoice

public DirectoryChoice()

Copyright ยจ 2003-2006