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 void
DefaultSpreadSheet. sort(RowComparator comp)
Sorts the rows using the given comparator.void
DefaultSpreadSheet. sort(RowComparator comp, boolean unique)
Sorts the rows using the given comparator.void
SpreadSheet. sort(RowComparator comp)
Sorts the rows using the given comparator.void
SpreadSheet. sort(RowComparator comp, boolean unique)
Sorts the rows using the given comparator.void
SpreadSheetView. sort(RowComparator comp)
Sorts the rows using the given comparator.void
SpreadSheetView. 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 void
SpreadSheetTable. sort(RowComparator comparator)
Sorts the spreadsheet with the given comparator.void
SpreadSheetTableWithButtons. 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 void
SpreadSheetDialog. sort(RowComparator comparator)
Sorts the spreadsheet with the given comparator.void
SpreadSheetPanel. 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 RowComparator
SortPanel. 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 void
DatasetView. sort(RowComparator comp)
Sorts the rows using the given comparator.void
DatasetView. sort(RowComparator comp, boolean unique)
Sorts the rows using the given comparator.void
InstancesView. sort(RowComparator comp)
Sorts the rows using the given comparator.void
InstancesView. sort(RowComparator comp, boolean unique)
Sorts the rows using the given comparator.
-