Package | Description |
---|---|
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.deptree |
Provides customized JTree components for displaying dependencies between cells.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Class and Description |
---|
Formula
A formula in a cell.
|
Class and Description |
---|
BinaryOperator
A binary operator in a formula.
|
Expression
An expression in a formula, that can be evaluated and visited.
|
Function
A function that can be used in a formula.
|
FunctionParameter
A parameter of a function, i.e. the definition of a valid argument.
|
Operation
An operation in a formula.
|
Operator
An operator in a formula.
|
Reference
A reference to one or more cells in a spreadsheet.
|
UnaryOperator
A unary operator in a formula.
|
Class and Description |
---|
Expression
An expression in a formula, that can be evaluated and visited.
|
Formula
A formula in a cell.
|
Function
A function that can be used in a formula.
|
FunctionParameter
A parameter of a function, i.e. the definition of a valid argument.
|
Class and Description |
---|
BinaryOperation
A binary operation in a formula.
|
BinaryOperator
A binary operator in a formula.
|
Expression
An expression in a formula, that can be evaluated and visited.
|
Function
A function that can be used in a formula.
|
FunctionParameter
A parameter of a function, i.e. the definition of a valid argument.
|
Operation
An operation in a formula.
|
Operator
An operator in a formula.
|
Reference
A reference to one or more cells in a spreadsheet.
|
UnaryOperator
A unary operator in a formula.
|
Class and Description |
---|
BinaryOperation
A binary operation in a formula.
|
Expression
An expression in a formula, that can be evaluated and visited.
|
Formula
A formula in a cell.
|
FunctionCall
A call to a function in a formula.
|
Literal
A literal value in a formula.
|
Reference
A reference to one or more cells in a spreadsheet.
|
UnaryOperation
A unary operation in a formula.
|
Class and Description |
---|
Formula
A formula in a cell.
|
Class and Description |
---|
BinaryOperation
A binary operation in a formula.
|
Expression
An expression in a formula, that can be evaluated and visited.
|
FunctionCall
A call to a function in a formula.
|
Literal
A literal value in a formula.
|
Reference
A reference to one or more cells in a spreadsheet.
|
UnaryOperation
A unary operation in a formula.
|
Class and Description |
---|
Reference
A reference to one or more cells in a spreadsheet.
|
Class and Description |
---|
Expression
An expression in a formula, that can be evaluated and visited.
|
Formula
A formula in a cell.
|
Literal
A literal value in a formula.
|
Reference
A reference to one or more cells in a spreadsheet.
|