Uses of Package
csheets.core

Packages that use csheets.core
csheets Provides the controller of the CleanSheets application, and an entry-point for command-line invocation. 
csheets.core Provides the core classes for the application's data model, i.e. workbooks, spreadsheets, cells, addresses and values. 
csheets.core.formula Provides classes for representing formulas. 
csheets.core.formula.compiler Provides classes for compiling formulas from strings. 
csheets.core.formula.lang Provides the operators, functions and references supported by the formula language. 
csheets.core.formula.util Provides utilities for performing operations on formulas. 
csheets.ext Provides an extension mechanism for the application. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of 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.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
csheets.io Provides support for importing and exporting workbooks to and from various file formats. 
csheets.ui Provides JFC/Swing graphical user interface components for CleanSheets. 
csheets.ui.ctrl Provides controllers and actions for the user interface. 
csheets.ui.ext Provides an extension mechanism for the application's user interface. 
csheets.ui.sheet Provides customized components for displaying and providing editing of spreadsheets. 
 

Classes in csheets.core used by csheets
Workbook
          A workbook which can contain several spreadsheets.
 

Classes in csheets.core used by csheets.core
Address
          An address in a spreadsheet that denotes to the location of a cell.
Cell
          A cell in a spreadsheet.
CellListener
          A listener interface for receiving notification on events occurring in a cell.
IllegalValueTypeException
          An exception that is thrown when an illegal value is encountered.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
Value
          A typed value that a cell can contain.
Value.Type
          The recognized types of values
Workbook
          A workbook which can contain several spreadsheets.
WorkbookListener
          A listener interface for receiving notification on events occurring in a workbook.
 

Classes in csheets.core used by csheets.core.formula
Cell
          A cell in a spreadsheet.
IllegalValueTypeException
          An exception that is thrown when an illegal value is encountered.
Value
          A typed value that a cell can contain.
Value.Type
          The recognized types of values
 

Classes in csheets.core used by csheets.core.formula.compiler
Cell
          A cell in a spreadsheet.
 

Classes in csheets.core used by csheets.core.formula.lang
Cell
          A cell in a spreadsheet.
IllegalValueTypeException
          An exception that is thrown when an illegal value is encountered.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
Value
          A typed value that a cell can contain.
Value.Type
          The recognized types of values
 

Classes in csheets.core used by csheets.core.formula.util
Value
          A typed value that a cell can contain.
 

Classes in csheets.core used by csheets.ext
Address
          An address in a spreadsheet that denotes to the location of a cell.
Cell
          A cell in a spreadsheet.
CellListener
          A listener interface for receiving notification on events occurring in a cell.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
Value
          A typed value that a cell can contain.
Workbook
          A workbook which can contain several spreadsheets.
 

Classes in csheets.core used by csheets.ext.assertion
Cell
          A cell in a spreadsheet.
CellListener
          A listener interface for receiving notification on events occurring in a cell.
Value
          A typed value that a cell can contain.
 

Classes in csheets.core used by csheets.ext.assertion.ui
Cell
          A cell in a spreadsheet.
 

Classes in csheets.core used by csheets.ext.deptree
Cell
          A cell in a spreadsheet.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
 

Classes in csheets.core used by csheets.ext.style
Cell
          A cell in a spreadsheet.
CellListener
          A listener interface for receiving notification on events occurring in a cell.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
 

Classes in csheets.core used by csheets.ext.test
Cell
          A cell in a spreadsheet.
CellListener
          A listener interface for receiving notification on events occurring in a cell.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
Value
          A typed value that a cell can contain.
 

Classes in csheets.core used by csheets.ext.test.ui
Cell
          A cell in a spreadsheet.
 

Classes in csheets.core used by csheets.io
Workbook
          A workbook which can contain several spreadsheets.
 

Classes in csheets.core used by csheets.ui
Workbook
          A workbook which can contain several spreadsheets.
 

Classes in csheets.core used by csheets.ui.ctrl
Cell
          A cell in a spreadsheet.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.
Workbook
          A workbook which can contain several spreadsheets.
 

Classes in csheets.core used by csheets.ui.ext
Cell
          A cell in a spreadsheet.
 

Classes in csheets.core used by csheets.ui.sheet
Cell
          A cell in a spreadsheet.
Spreadsheet
          A spreadsheet which provides cell data and dependencies.