|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadsheetBinder | |
---|---|
org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
Uses of SpreadsheetBinder in org.formulacompiler.spreadsheet |
---|
Fields in org.formulacompiler.spreadsheet declared as SpreadsheetBinder | |
---|---|
SpreadsheetBinder |
SpreadsheetByNameBinder.Config.binder
The binder to use for binding specific cells to specific methods. |
Methods in org.formulacompiler.spreadsheet that return SpreadsheetBinder | |
---|---|
SpreadsheetBinder |
SpreadsheetBinder.Factory.newInstance(SpreadsheetBinder.Config _config)
Factory method. |
static SpreadsheetBinder |
SpreadsheetCompiler.newSpreadsheetBinder(SpreadsheetBinder.Config _config)
Returns a new instance of a spreadsheet binder, which is used to associate input and output cells of a spreadsheet with Java methods. |
static SpreadsheetBinder |
SpreadsheetCompiler.newSpreadsheetBinder(Spreadsheet _spreadsheet,
java.lang.Class _inputClass,
java.lang.Class _outputClass)
Returns a new instance of a spreadsheet binder, which is used to associate input and output cells of a spreadsheet with Java methods. |
Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetBinder | |
---|---|
static SpreadsheetByNameBinder |
SpreadsheetCompiler.newSpreadsheetByNameBinder(SpreadsheetBinder _binder)
Returns a new instance of a spreadsheet binder utility class, which uses reflection and cell names defined in the spreadsheet to associate cells with methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |