Uses of Interface
adams.core.CustomDisplayStringProvider
-
Packages that use CustomDisplayStringProvider Package Description adams.core adams.data.spreadsheet adams.data.weka -
-
Uses of CustomDisplayStringProvider in adams.core
Classes in adams.core that implement CustomDisplayStringProvider Modifier and Type Class Description classAbstractDataBackedIndex<T>Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.classAbstractDataBackedRange<T>Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).classAbstractDataBackedUnorderedRange<T>Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).classIndexA simple class that translates human-readable 1-based index strings (including "first", "second", "third", "last_2", "last_1" and "last") into integer indices.classRangeA class for managing a range of 1-based indices, e.g., 1-5, 3,7,9 or 1-7,9 (including "first", "second", "third", "last_2", "last_1" and "last").classUnorderedRangeLikeRange, but enforces no ordering on indices. -
Uses of CustomDisplayStringProvider in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement CustomDisplayStringProvider Modifier and Type Class Description classSheetIndexExtendedIndexclass that can use a sheet name to determine an index of a sheet as well.classSheetRangeExtendedRangeclass that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetColumnIndexExtendedIndexclass that can use a column name to determine an index of a column as well.classSpreadSheetColumnRangeExtendedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetRowIndexExtendedIndexclass for SpreadSheet objects.classSpreadSheetRowRangeExtendedRangeclass for SpreadSheet objects.classSpreadSheetUnorderedColumnRangeExtendedUnorderedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetUnorderedRowRangeExtendedUnorderedRangefor handling spreadsheets. -
Uses of CustomDisplayStringProvider in adams.data.weka
Classes in adams.data.weka that implement CustomDisplayStringProvider Modifier and Type Class Description classWekaAttributeIndexExtendedIndexclass that can use an attribute name to determine an index of a attribute as well.classWekaAttributeRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaLabelIndexExtendedIndexclass that can use a label name to determine an index of a label as well.classWekaLabelRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaUnorderedAttributeRangeExtendedUnorderedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
-