Uses of Class
adams.data.spreadsheet.RowComparator
-
Packages that use RowComparator Package Description adams.data.spreadsheet adams.gui.core adams.gui.dialog adams.gui.tools.spreadsheetviewer adams.ml.data -
-
Uses of RowComparator in adams.data.spreadsheet
Methods in adams.data.spreadsheet with parameters of type RowComparator Modifier and Type Method Description voidDefaultSpreadSheet. sort(RowComparator comp)Sorts the rows using the given comparator.voidDefaultSpreadSheet. sort(RowComparator comp, boolean unique)Sorts the rows using the given comparator.voidSpreadSheet. sort(RowComparator comp)Sorts the rows using the given comparator.voidSpreadSheet. sort(RowComparator comp, boolean unique)Sorts the rows using the given comparator.voidSpreadSheetView. sort(RowComparator comp)Sorts the rows using the given comparator.voidSpreadSheetView. sort(RowComparator comp, boolean unique)Sorts the rows using the given comparator. -
Uses of RowComparator in adams.gui.core
Methods in adams.gui.core with parameters of type RowComparator Modifier and Type Method Description voidSpreadSheetTable. sort(RowComparator comparator)Sorts the spreadsheet with the given comparator.voidSpreadSheetTableWithButtons. sort(RowComparator comparator)Sorts the spreadsheet with the given comparator. -
Uses of RowComparator in adams.gui.dialog
Methods in adams.gui.dialog with parameters of type RowComparator Modifier and Type Method Description voidSpreadSheetDialog. sort(RowComparator comparator)Sorts the spreadsheet with the given comparator.voidSpreadSheetPanel. sort(RowComparator comparator)Sorts the spreadsheet with the given comparator. -
Uses of RowComparator in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer that return RowComparator Modifier and Type Method Description RowComparatorSortPanel. getComparator()Returns a comparator for sorting the spreadsheet. -
Uses of RowComparator in adams.ml.data
Methods in adams.ml.data with parameters of type RowComparator Modifier and Type Method Description voidDatasetView. sort(RowComparator comp)Sorts the rows using the given comparator.voidDatasetView. sort(RowComparator comp, boolean unique)Sorts the rows using the given comparator.voidInstancesView. sort(RowComparator comp)Sorts the rows using the given comparator.voidInstancesView. sort(RowComparator comp, boolean unique)Sorts the rows using the given comparator.
-