Package | Description |
---|---|
csheets.core |
Provides the core classes for the application's data model, i.e. workbooks,
spreadsheets, cells, addresses and values.
|
csheets.ext |
Provides an extension mechanism for the application.
|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
csheets.ext.comments |
Provides an extension to support comments on cells.
|
csheets.ext.style |
Provides support for cell style, i.e. font, format, alignment, color and border.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cell
A cell in a spreadsheet.
|
interface |
Spreadsheet
A spreadsheet which provides cell data and dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
CellImpl
The implementation of the
Cell interface. |
class |
SpreadsheetImpl
The implementation of the
Spreadsheet interface. |
Modifier and Type | Class and Description |
---|---|
class |
CellExtension
A base class for extensions of cells in a spreadsheet that uses delegation
to provide cell data.
|
class |
SpreadsheetExtension
A base class for extensions of spreadsheets that uses delegation
to provide cell data.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertableCell
An extension of a cell in a spreadsheet, with support for assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentableCell
An extension of a cell in a spreadsheet, with support for comments.
|
Modifier and Type | Class and Description |
---|---|
class |
StylableCell
An extension of a cell in a spreadsheet, with support for style, i.e. font,
format, alignment, color and border.
|
class |
StylableSpreadsheet
An extension of a spreadsheet, with support for style, i.e. row and column
dimensions and cell spanning.
|
Modifier and Type | Class and Description |
---|---|
class |
TestableCell
An extension of a cell in a spreadsheet, with support for test cases.
|
class |
TestableSpreadsheet
An extension of a spreadsheet, with support for testable cells.
|