org.crosswire.common.config
Interface MultipleChoice

All Superinterfaces:
Choice
All Known Implementing Classes:
IntOptionsChoice, StringOptionsChoice

public interface MultipleChoice
extends Choice

MultipleChoice is simply a Choice where there are a number of alternative options.

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
 
Method Summary
 String[] getOptions()
          The available alternative values to be presented as options to the user where the user interface allows presentation of alternatives.
 
Methods inherited from interface org.crosswire.common.config.Choice
getConversionClass, getFullPath, getHelpText, getKey, getPriority, getString, getType, init, isHidden, isSaveable, requiresRestart, setFullPath, setHelpText, setString
 

Method Detail

getOptions

String[] getOptions()
The available alternative values to be presented as options to the user where the user interface allows presentation of alternatives.

Returns:
A string array of alternatives.

Copyright ยจ 2003-2007