Package adams.core.management
Interface OptionHandlingLocaleSupporter
-
- All Superinterfaces:
Destroyable
,LocaleSupporter
,OptionHandler
- All Known Implementing Classes:
AbstractFormattedSpreadSheetWriter
,AutoWidthTabularSpreadSheetReader
,AutoWidthTabularSpreadSheetWriter
,CsvSpreadSheetReader
,CsvSpreadSheetWriter
,DoubleToString
,FixedTabularSpreadSheetReader
,FixedTabularSpreadSheetWriter
,LowerCase
,SimpleCsvSpreadSheetReader
,StringToDouble
,TsvSpreadSheetReader
,TsvSpreadSheetWriter
,UpperCase
public interface OptionHandlingLocaleSupporter extends OptionHandler, LocaleSupporter
Interface for option handlers that support a user-specified Locale.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
localeTipText()
Returns the tip text for this property.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.management.LocaleSupporter
getLocale, setLocale
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-
-
-
Method Detail
-
localeTipText
String localeTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-