|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.formula.FunctionNames
A class which contains the function names for the current workbook. The function names can potentially vary from workbook to workbook depending on the locale
Field Summary | |
private java.util.HashMap |
functions
A hash mapping keyed on the locale specific name and returning the function |
private java.util.HashMap |
names
A hash mapping keyed on the function and returning its locale specific name |
Constructor Summary | |
FunctionNames(java.util.Locale l)
Constructor |
Method Summary | |
(package private) Function |
getFunction(java.lang.String s)
Gets the function for the specified name |
(package private) java.lang.String |
getName(Function f)
Gets the name for the function |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.HashMap names
private java.util.HashMap functions
Constructor Detail |
public FunctionNames(java.util.Locale l)
Method Detail |
Function getFunction(java.lang.String s)
java.lang.String getName(Function f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |