Uses of Interface
csheets.ext.Extensible

Packages that use Extensible
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.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 Extensible in csheets.core
 

Subinterfaces of Extensible in csheets.core
 interface Cell
          A cell in a spreadsheet.
 interface Spreadsheet
          A spreadsheet which provides cell data and dependencies.
 

Classes in csheets.core that implement Extensible
 class CellImpl
          The implementation of the Cell interface.
 class SpreadsheetImpl
          The implementation of the Spreadsheet interface.
 

Uses of Extensible in csheets.ext
 

Classes in csheets.ext that implement Extensible
 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.
 

Uses of Extensible in csheets.ext.assertion
 

Classes in csheets.ext.assertion that implement Extensible
 class AssertableCell
          An extension of a cell in a spreadsheet, with support for assertions.
 

Uses of Extensible in csheets.ext.style
 

Classes in csheets.ext.style that implement Extensible
 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.
 

Uses of Extensible in csheets.ext.test
 

Classes in csheets.ext.test that implement Extensible
 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.