Uses of Interface
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheet.PrometheusSheetRowCtl
Packages that use PrometheusSheet.PrometheusSheetRowCtl
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheet.PrometheusSheetRowCtl in io.github.tonywasher.joceanus.prometheus.service.sheet
Classes in io.github.tonywasher.joceanus.prometheus.service.sheet that implement PrometheusSheet.PrometheusSheetRowCtlModifier and TypeClassDescriptionclassClass representing a row within a sheet or a view.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheet.PrometheusSheetRowCtlModifier and TypeMethodDescriptionPrometheusSheet.PrometheusSheetSheetCtl.getMutableRowByIndex(int pRowIndex) Obtain the row at required index within the sheet, create it if it does not exist.PrometheusSheet.PrometheusSheetSheetCtl.getReadOnlyRowByIndex(int pRowIndex) Obtain the row at required index within the sheet, if it exists.