|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.formula.udf.AggregatingUDFFinder
public final class AggregatingUDFFinder
Collects add-in libraries and VB macro functions together into one UDF finder
| Field Summary |
|---|
| Fields inherited from interface org.apache.poi.hssf.record.formula.udf.UDFFinder |
|---|
DEFAULT |
| Constructor Summary | |
|---|---|
AggregatingUDFFinder(UDFFinder[] usedToolPacks)
|
|
| Method Summary | |
|---|---|
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregatingUDFFinder(UDFFinder[] usedToolPacks)
| Method Detail |
|---|
public FreeRefFunction findFunction(java.lang.String name)
null if
function isn't contained by any registered tool pack.
findFunction in interface UDFFindername - Name of function.
null if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||