Package | Description |
---|---|
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 | Method and Description |
---|---|
CellExtension |
Extension.extend(Cell cell)
Returns an extension of the given cell.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TestableCell
An extension of a cell in a spreadsheet, with support for test cases.
|