A B C D E F G H I J L M N O P R S T V

P

padString(String, int, char, boolean) - Static method in class com.accountingenhancements.formula.FormulaVariable
Pad a string with repeating characters such that the final string is size long.
Examples:
padString("12",5,'0',true).equals("00012")==true
padString("Hi",4,' ',false).equals("Hi ")==true
panelBorders - Variable in class com.accountingenhancements.layouttools.PanelFromStringArrayParameters
This array is used to tell createStructuredPanelsFromStringArrays() what type of border to place around panel.
PanelFromStringArrayParameters - Class in com.accountingenhancements.layouttools
Class organizing multiple panels so that a cluster of panels can be created together.
PanelFromStringArrayParameters() - Constructor for class com.accountingenhancements.layouttools.PanelFromStringArrayParameters
Creates a new instance of PanelFromStringArrayParameters
parent - Variable in class com.accountingenhancements.treearray.BranchNode
 
parseCommaDelimitedFunctionFields(String, int) - Static method in class com.accountingenhancements.formula.FormulaFunction
Break the contents of a formula that are between parentheses into their constituent fields.
Note: Examples are as seen in code, so "\\\"how\\\"" creates the string \"how\" and Hello\\, creates the string Hello\,
Ex: "IIF(A formulaSegment = "A returnArray.get(0) == "A returnArray.get(1) == "\"Hello there, \\\"how\\\" are you\""
returnArray.get(2) == "1.34"
Escaping a comma will cause the comma to be ignored.
Ex: "Hello\\, how are you,2"
returnArray.get(0) == "Hello\\, how are you"
returnArray.get(1) == "2"
parseFormula(String) - Method in class com.accountingenhancements.formula.FormulaVariableStack
 
path - Variable in class com.accountingenhancements.treearray.TreeCrawler
 
precision - Variable in class com.accountingenhancements.formula.FormulaVariable
 
prevBranchNode() - Method in class com.accountingenhancements.treearray.TreeCrawler
Stop going down the current branch path and continue as if this were the end of a branch.
Ususally called because we were at the end of one of a branch.
prevDepth - Variable in class com.accountingenhancements.treearray.TreeCrawler
 
purgeDownToSpecifiedLevel(int) - Method in class com.accountingenhancements.formula.Formula
Purge all variables above the specified level from the variable list and clear out previously solved results from formulas where a level higher than this one was used in the solution.
purgeResultsGreaterThanSpecifiedLevel(int) - Method in class com.accountingenhancements.formula.FormulaVariable
If the result of a calculation used a value above the specified level, then purge the answer.
purgeResultsInStackGreaterThanSpecifiedLevel(int) - Method in class com.accountingenhancements.formula.FormulaVariableStack
Go through entries in the stack and purge the results of any functions, formulas, or variable references, that used variables with a level higher than the specified level.
putUpperCase(String, Object) - Method in class com.accountingenhancements.common.SupportParameters
Maps the specified key to the specified value in this table.

A B C D E F G H I J L M N O P R S T V