Package adams.core
Interface CustomDisplayStringProvider
-
- All Known Implementing Classes:
AbstractDataBackedIndex
,AbstractDataBackedRange
,AbstractDataBackedUnorderedRange
,Index
,Range
,SheetIndex
,SheetRange
,SpreadSheetColumnIndex
,SpreadSheetColumnRange
,SpreadSheetRowIndex
,SpreadSheetRowRange
,SpreadSheetUnorderedColumnRange
,SpreadSheetUnorderedRowRange
,UnorderedRange
,WekaAttributeIndex
,WekaAttributeRange
,WekaLabelIndex
,WekaLabelRange
,WekaUnorderedAttributeRange
public interface CustomDisplayStringProvider
For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.- 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
toDisplay()
Returns the custom display string.
-
-
-
Method Detail
-
toDisplay
String toDisplay()
Returns the custom display string.- Returns:
- the string
-
-