Uses of Interface
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheet.PrometheusSheetSheetCtl
Packages that use PrometheusSheet.PrometheusSheetSheetCtl
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheet.PrometheusSheetSheetCtl in io.github.tonywasher.joceanus.prometheus.service.sheet
Classes in io.github.tonywasher.joceanus.prometheus.service.sheet that implement PrometheusSheet.PrometheusSheetSheetCtlModifier and TypeClassDescriptionclassClass representing a sheet within a workBook.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheet.PrometheusSheetSheetCtlModifier and TypeMethodDescriptionPrometheusSheet.PrometheusSheetViewCtl.getSheet()Obtain the underlying sheet.Access an existing Sheet with the given name.PrometheusSheetCell.getSheet()Obtain the underlying sheet.PrometheusSheetColumn.getSheet()Obtain the underlying sheet.PrometheusSheetRow.getSheet()Obtain the sheet.PrometheusSheetView.getSheet()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 PrometheusSheet.PrometheusSheetSheetCtlModifierConstructorDescriptionprotectedPrometheusSheetCell(PrometheusSheet.PrometheusSheetSheetCtl pSheet, int pRowIndex, int pColIndex, boolean pReadOnly) Constructor.protectedPrometheusSheetColumn(PrometheusSheet.PrometheusSheetSheetCtl pSheet, int pIndex, boolean pReadOnly) Constructor.protectedPrometheusSheetRow(PrometheusSheet.PrometheusSheetSheetCtl pSheet, int pRowIndex, boolean pReadOnly) Constructor.