Uses of Class
csheets.ext.CellExtension

Packages that use CellExtension
csheets.ext Provides an extension mechanism for the application. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
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. 
 

Uses of CellExtension in csheets.ext
 

Methods in csheets.ext that return CellExtension
 CellExtension Extension.extend(Cell cell)
          Returns an extension of the given cell.
 

Uses of CellExtension in csheets.ext.assertion
 

Subclasses of CellExtension in csheets.ext.assertion
 class AssertableCell
          An extension of a cell in a spreadsheet, with support for assertions.
 

Uses of CellExtension in csheets.ext.style
 

Subclasses of CellExtension in csheets.ext.style
 class StylableCell
          An extension of a cell in a spreadsheet, with support for style, i.e. font, format, alignment, color and border.
 

Uses of CellExtension in csheets.ext.test
 

Subclasses of CellExtension in csheets.ext.test
 class TestableCell
          An extension of a cell in a spreadsheet, with support for test cases.