Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCell
Packages that use PrometheusSheetCell
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetCell in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetCellModifier and TypeMethodDescriptionPrometheusSheetView.getCellByPosition(int pColumnIndex, int pRowIndex) Obtain the cell at required position.PrometheusSheetView.getCellByPosition(PrometheusSheetCellPosition pPosition) Obtain the cell at required position.PrometheusSheetRow.getMutableCellByIndex(int pIndex) Get the cell at the required index.abstract PrometheusSheetCellPrometheusSheetRow.getReadOnlyCellByIndex(int pIndex) Get the cell at the required index.PrometheusSheetView.getRowCellByIndex(PrometheusSheetRow pRow, int pIndex) Obtain the cell at required index.protected abstract PrometheusSheetCellPrometheusSheetRow.getWriteableCellByIndex(int pIndex) Get the cell at the required index.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return types with arguments of type PrometheusSheetCellModifier and TypeMethodDescriptionPrometheusSheetView.cellIterator(PrometheusSheetRow pRow) Obtain a cell iterator for non-empty cells in the view and in the row.protected abstract ListIterator<PrometheusSheetCell> PrometheusSheetRow.iteratorForRange(int pFirstIndex, int pLastIndex) Obtain an iterator of non-null cells for the row in the view.Constructors in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetCellModifierConstructorDescriptionprotectedPrometheusSheetView(PrometheusSheetCell pFirstCell, PrometheusSheetCell pLastCell) Constructor.