Uses of Package
org.statcato.spreadsheet

Packages that use org.statcato.spreadsheet
org.statcato Provides classes for application main frame, log internal frame, and Datasheet pane. 
org.statcato.calculator Provides classes for the calculator tool, including a token scanner and a parser for mathematical expressions. 
org.statcato.random Provides classes for generating random samples. 
org.statcato.spreadsheet Provides classes for spreadsheets. 
org.statcato.statistics Provides classes and interfaces for basic statistical functions and probability distributions. 
org.statcato.statistics.inferential.nonparametrics Provides classes pertaining to nonparametric statistics. 
org.statcato.utils Provides classes containing common utilities and helper functions. 
 

Classes in org.statcato.spreadsheet used by org.statcato
Spreadsheet
          A spreadsheet represented by a table of Cells.
 

Classes in org.statcato.spreadsheet used by org.statcato.calculator
Spreadsheet
          A spreadsheet represented by a table of Cells.
 

Classes in org.statcato.spreadsheet used by org.statcato.random
Cell
          A cell in a Spreadsheet object.
 

Classes in org.statcato.spreadsheet used by org.statcato.spreadsheet
Cell
          A cell in a Spreadsheet object.
RowHeaderTable
          A table for row header of a spreadsheet.
Spreadsheet
          A spreadsheet represented by a table of Cells.
 

Classes in org.statcato.spreadsheet used by org.statcato.statistics
Cell
          A cell in a Spreadsheet object.
 

Classes in org.statcato.spreadsheet used by org.statcato.statistics.inferential.nonparametrics
Cell
          A cell in a Spreadsheet object.
 

Classes in org.statcato.spreadsheet used by org.statcato.utils
Cell
          A cell in a Spreadsheet object.