Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetRow
Packages that use PrometheusSheetRow
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetRow in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetRowModifier and TypeMethodDescriptionabstract PrometheusSheetRowPrometheusSheetSheet.getMutableRowByIndex(int pRowIndex) Obtain the row at required index within the sheet, create it if it does not exist.abstract PrometheusSheetRowPrometheusSheetRow.getNextRow()Get the next row.abstract PrometheusSheetRowPrometheusSheetRow.getPreviousRow()Get the previous row.abstract PrometheusSheetRowPrometheusSheetSheet.getReadOnlyRowByIndex(int pRowIndex) Obtain the row at required index within the sheet, if it exists.PrometheusSheetCell.getRow()Obtain the underlying row.PrometheusSheetView.getRowByIndex(int pRowIndex) Obtain the row at required index.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return types with arguments of type PrometheusSheetRowModifier and TypeMethodDescriptionprotected abstract ListIterator<PrometheusSheetRow> PrometheusSheetSheet.iteratorForRange(int pFirstIndex, int pLastIndex) Obtain an iterator of non-null rows for the view.PrometheusSheetView.rowIterator()Obtain a row iterator for non-empty rows in this view.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetRowModifier and TypeMethodDescriptionPrometheusSheetView.cellIterator(PrometheusSheetRow pRow) Obtain a cell iterator for non-empty cells in the view and in the row.PrometheusSheetView.getRowCellByIndex(PrometheusSheetRow pRow, int pIndex) Obtain the cell at required index.Constructors in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetRowModifierConstructorDescriptionprotectedPrometheusSheetCell(PrometheusSheetRow pRow, int pColIndex, boolean pReadOnly) Constructor.