|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadsheetByNameBinder | |
---|---|
org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
Uses of SpreadsheetByNameBinder in org.formulacompiler.spreadsheet |
---|
Methods in org.formulacompiler.spreadsheet that return SpreadsheetByNameBinder | |
---|---|
SpreadsheetByNameBinder |
EngineBuilder.getByNameBinder()
Returns the SpreadsheetByNameBinder used by this engine builder to associate cells
with Java methods. |
SpreadsheetByNameBinder |
SpreadsheetByNameBinder.Factory.newInstance(SpreadsheetByNameBinder.Config _config)
Factory method. |
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. |
static SpreadsheetByNameBinder |
SpreadsheetCompiler.newSpreadsheetByNameBinder(SpreadsheetByNameBinder.Config _config)
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 |