Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetColumn
Packages that use PrometheusSheetColumn
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetColumn in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetColumnModifier and TypeMethodDescriptionabstract PrometheusSheetColumnPrometheusSheetSheet.getMutableColumnByIndex(int pColIndex) Obtain the column by index, creating column if it does not exist.abstract PrometheusSheetColumnPrometheusSheetColumn.getNextColumn()Get the next column.abstract PrometheusSheetColumnPrometheusSheetColumn.getPreviousColumn()Get the previous column.abstract PrometheusSheetColumnPrometheusSheetSheet.getReadOnlyColumnByIndex(int pColIndex) Obtain the column by index.