Uses of Package
csheets.ext

Packages that use csheets.ext
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.deptree Provides customized JTree components for displaying dependencies between 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. 
csheets.ui.ext Provides an extension mechanism for the application's user interface. 
 

Classes in csheets.ext used by csheets.core
Extensible
          An interface for extensible classes.
 

Classes in csheets.ext used by csheets.ext
CellExtension
          A base class for extensions of cells in a spreadsheet that uses delegation to provide cell data.
Extensible
          An interface for extensible classes.
Extension
          An interface for extensions to the CleanSheets application.
ExtensionManager
          The class that manages extensions to the CleanSheets application.
SpreadsheetExtension
          A base class for extensions of spreadsheets that uses delegation to provide cell data.
 

Classes in csheets.ext used by csheets.ext.assertion
CellExtension
          A base class for extensions of cells in a spreadsheet that uses delegation to provide cell data.
Extensible
          An interface for extensible classes.
Extension
          An interface for extensions to the CleanSheets application.
 

Classes in csheets.ext used by csheets.ext.deptree
Extension
          An interface for extensions to the CleanSheets application.
 

Classes in csheets.ext used by csheets.ext.style
CellExtension
          A base class for extensions of cells in a spreadsheet that uses delegation to provide cell data.
Extensible
          An interface for extensible classes.
Extension
          An interface for extensions to the CleanSheets application.
SpreadsheetExtension
          A base class for extensions of spreadsheets that uses delegation to provide cell data.
 

Classes in csheets.ext used by csheets.ext.test
CellExtension
          A base class for extensions of cells in a spreadsheet that uses delegation to provide cell data.
Extensible
          An interface for extensible classes.
Extension
          An interface for extensions to the CleanSheets application.
SpreadsheetExtension
          A base class for extensions of spreadsheets that uses delegation to provide cell data.
 

Classes in csheets.ext used by csheets.ui.ext
Extension
          An interface for extensions to the CleanSheets application.