Uses of Class
adams.data.spreadsheet.FindCellsParameters
-
Packages that use FindCellsParameters Package Description adams.data.spreadsheet adams.ml.data -
-
Uses of FindCellsParameters in adams.data.spreadsheet
Fields in adams.data.spreadsheet declared as FindCellsParameters Modifier and Type Field Description protected FindCellsParametersFindCellsIterator. m_Parametersthe search parameters.Methods in adams.data.spreadsheet that return FindCellsParameters Modifier and Type Method Description FindCellsParametersFindCellsIterator. getParameters()Returns the search string.Methods in adams.data.spreadsheet with parameters of type FindCellsParameters Modifier and Type Method Description FindCellsIteratorDefaultSpreadSheet. find(FindCellsParameters parameters)Searches for cells.FindCellsIteratorSpreadSheet. find(FindCellsParameters parameters)Searches for cells.FindCellsIteratorSpreadSheetView. find(FindCellsParameters parameters)Searches for cells.Constructors in adams.data.spreadsheet with parameters of type FindCellsParameters Constructor Description FindCellsIterator(SpreadSheet spreadSheet, FindCellsParameters parameters)Initializes the iterator. -
Uses of FindCellsParameters in adams.ml.data
Methods in adams.ml.data with parameters of type FindCellsParameters Modifier and Type Method Description FindCellsIteratorDatasetView. find(FindCellsParameters parameters)Searches for cells.FindCellsIteratorInstancesView. find(FindCellsParameters parameters)Searches for cells.
-