Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetSheet
Packages that use PrometheusSheetSheet
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetSheet in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetSheetModifier and TypeMethodDescriptionPrometheusSheetCell.getSheet()Obtain the underlying sheet.PrometheusSheetColumn.getSheet()Obtain the underlying sheet.PrometheusSheetRow.getSheet()Obtain the underlying sheet.PrometheusSheetView.getSheet()Obtain the underlying sheet.Access an existing Sheet with the given name.Create a new Sheet with the given name.Create a new Sheet with the given name.Constructors in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetSheetModifierConstructorDescriptionprotectedPrometheusSheetColumn(PrometheusSheetSheet pSheet, int pIndex, boolean pReadOnly) Constructor.protectedPrometheusSheetRow(PrometheusSheetSheet pSheet, int pRowIndex, boolean pReadOnly) Constructor.PrometheusSheetView(PrometheusSheetSheet pSheet, PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell) Constructor.