|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spreadsheet.Range | |
---|---|
org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
Uses of Spreadsheet.Range in org.formulacompiler.spreadsheet |
---|
Subinterfaces of Spreadsheet.Range in org.formulacompiler.spreadsheet | |
---|---|
static interface |
Spreadsheet.Cell
Returns information about a spreadsheet cell. |
Methods in org.formulacompiler.spreadsheet that return Spreadsheet.Range | |
---|---|
Spreadsheet.Range |
Spreadsheet.getRange(java.lang.String _rangeName)
Get a range by its name. |
Methods in org.formulacompiler.spreadsheet that return types with arguments of type Spreadsheet.Range | |
---|---|
java.util.Map<java.lang.String,Spreadsheet.Range> |
SpreadsheetByNameBinder.cellNamesLeftUnbound()
Returns the cell name definition this by-name binder has not bound to an input or output method. |
java.util.Map<java.lang.String,Spreadsheet.Range> |
Spreadsheet.getRangeNames()
Get all the range (and cell) names defined for this spreadsheet. |
Methods in org.formulacompiler.spreadsheet with parameters of type Spreadsheet.Range | |
---|---|
boolean |
Spreadsheet.Range.contains(Spreadsheet.Range _other)
Tests whether the other range is completely contained within this one. |
void |
Spreadsheet.defineAdditionalRangeName(java.lang.String _name,
Spreadsheet.Range _ref)
Defines an additional range name to be returned by getRangeNames et al. |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
CallFrame _inputCallChainReturningIterable,
java.lang.Class _inputClass,
CallFrame _outputCallReturningIterableToImplement,
java.lang.Class _outputClass)
Defines a range in the spreadsheet as a section of similar, repeating rows (or columns). |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
java.lang.reflect.Method _inputMethodReturningIterable,
java.lang.Class _inputClass,
java.lang.reflect.Method _outputMethodReturningIterableToImplement,
java.lang.Class _outputClass)
Like SpreadsheetBinder.Section.defineRepeatingSection(org.formulacompiler.spreadsheet.Spreadsheet.Range, Orientation, CallFrame, Class, CallFrame, Class) ,
but constructs the CallFrame instances directly. |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
java.lang.String _nameOfInputMethodReturningIterable,
java.lang.Class _inputClass,
java.lang.String _nameOfOutputMethodReturningIterableToImplement,
java.lang.Class _outputClass)
Like SpreadsheetBinder.Section.defineRepeatingSection(org.formulacompiler.spreadsheet.Spreadsheet.Range, Orientation, CallFrame, Class, CallFrame, Class) ,
but constructs the CallFrame instances directly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |