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

G

get(String) - Method in class com.accountingenhancements.formula.Formula
Get a variable from the variable list.
get(String) - Method in class com.accountingenhancements.formula.FormulaVariableStack
 
getAttribute(String) - Method in class com.accountingenhancements.treearray.BranchNode
Get previously set attributes
getAttribute(String) - Method in class com.accountingenhancements.treearray.Leaf
Get the value of a previously set attributre
getAttributeHashMap() - Method in class com.accountingenhancements.treearray.BranchNode
Get the entire attribute HashMap so that the rest of the methods are accessable.
getBigDecimal() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getBigDecimal(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getBigDecimalScaled() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getBoolean() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getBoolean(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getBranchByName(String) - Method in class com.accountingenhancements.treearray.Tree
If a branch has been assigned a name, you can retrieve it through here.
getComponentAndLabel(String, ArrayList, ArrayList<JComponent[]>) - Method in class com.accountingenhancements.layouttools.ConvertStringToJComponent
Convert the description of a component into a JComponent.
Note: supportParameters is handed through, untouched, from the GroupLayoutPanelFactory.
getComponentAndLabelSimple(String, ArrayList<JComponent[]>, ArrayList<JComponent[]>) - Method in class com.accountingenhancements.layouttools.ConvertStringToJComponent
Convert index reference to a component.
This routine returns the JComponents referenced by index numbers that are between the curly brackets.
This is functional code and also is intended as a simple example of what can be done with the above function.
All {x} (where x is a number) references are passed here instead of to the getComponentAndLabel(String, ArrayList) method.
This routine can also limit the size of the JComponent if the component supports setColumns() and parentheses are used after the greater than symbol to indicate field size.
getDate() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getDate(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getDepth() - Method in class com.accountingenhancements.treearray.BranchNode
 
getDepth() - Method in class com.accountingenhancements.treearray.TreeCrawler
Returns the depth of the curent BranchNode.
The starting branch is 0.
getDouble() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getDouble(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getFormulaStack() - Method in class com.accountingenhancements.formula.Formula
Get the internal formula stack
getFunction(FormulaVariable) - Method in class com.accountingenhancements.formula.FormulaFunctionList
This method will instantiate and return the correct function based on the TYPE_FUNCTION FormulaVariable handed to this routine.
getFunction(String) - Method in class com.accountingenhancements.formula.FormulaFunctionList
 
getFunction(String, int) - Method in class com.accountingenhancements.formula.FormulaFunctionList
 
getFunctionArgumentStack() - Method in class com.accountingenhancements.formula.FormulaFunction
 
getFunctionArgumentStackFromFunctionVariable(FormulaVariable) - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getFunctionClass(String) - Method in class com.accountingenhancements.formula.FormulaFunctionList
 
getFunctionList() - Method in class com.accountingenhancements.formula.Formula
Get internal the function list.
getHighestLevel() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getJComponent(String) - Method in class com.accountingenhancements.common.SupportParameters
Returns the Component value to which the specified upper case value of this key is mapped in this table.
getLeaf(int) - Method in class com.accountingenhancements.treearray.BranchNode
Returns the element at the specified position in the LeafNode list.
Same as leafGet(int index)
getLeaf() - Method in class com.accountingenhancements.treearray.Leaf
 
getLeafAttribute(int, String) - Method in class com.accountingenhancements.treearray.BranchNode
Retrieves a previously set attribute for the specified leaf
getLeafElement(int) - Method in class com.accountingenhancements.treearray.LeafNode
 
getLeafNode() - Method in class com.accountingenhancements.treearray.BranchNode
Get the Underlying LeafNode list
getLevel() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getLong() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getLong(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_DateAdd
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_DatePart
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_IIF
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_LCase
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_Left
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_Len
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_Mid
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_Right
 
getName() - Static method in class com.accountingenhancements.formula.FormulaFunction_UCase
 
getNextLeaf() - Method in class com.accountingenhancements.treearray.TreeCrawler
Get the next leaf from the current branch.
If a null is returned, then we may have run out of leaves on the branch and have now jumped to a new branch.
Use justJumpedBranches to determine whether the current leaf really was null or whether we just jumped to a new branch.
getOperator() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getParent() - Method in class com.accountingenhancements.treearray.BranchNode
Get the parent BranchNode.
getPath() - Method in class com.accountingenhancements.treearray.TreeCrawler
 
getPrecision() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getPrevDepth() - Method in class com.accountingenhancements.treearray.TreeCrawler
Used in conjunction with getDepth() to determine how far the last jump between branches was.
If it is the same as the current depth, then the last jump went back 1 BranchNode then forward again on the next branch.
This value only gets updated by nextBranchNode(), not prevBranchNode since nextBranchNode() may call prevBranchNode() which would, otherwise, make the value meaningless.
getQuickValue(String, String) - Static method in class com.accountingenhancements.formula.Formula
A static method to Quickly get the value from a formula.
getQuickValueNoErrors(String, String) - Static method in class com.accountingenhancements.formula.Formula
A static method to Quickly get the value from a formula.
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_DateAdd
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_DatePart
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_IIF
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_LCase
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_Left
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_Len
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_Mid
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_Right
 
getRequiredArguments() - Static method in class com.accountingenhancements.formula.FormulaFunction_UCase
 
getRequiredFormulaVariables() - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getRequiredSupportParameters() - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_DateAdd
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_DatePart
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_IIF
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_LCase
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_Left
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_Len
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_Mid
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_Right
 
getReturnValueDescription() - Static method in class com.accountingenhancements.formula.FormulaFunction_UCase
 
getScale() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getString() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getString(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getStripSurroundingQuotesFromStrings() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getSupportParameters() - Method in class com.accountingenhancements.formula.Formula
Get the internal support parameter list
getTree() - Method in class com.accountingenhancements.treearray.BranchNode
 
getTrunk() - Method in class com.accountingenhancements.treearray.Tree
 
getUpperCase(String) - Method in class com.accountingenhancements.common.SupportParameters
Returns the value to which the upper case value of this key is mapped in this table
getUpperCaseJComponent(String) - Method in class com.accountingenhancements.common.SupportParameters
Returns the JComponent value to which the specified upper case value of this key is mapped in this table.
getValue(String) - Method in class com.accountingenhancements.formula.Formula
Get the value of a variable of formula.
getValue(String, int) - Method in class com.accountingenhancements.formula.Formula
Get the value of a variable of formula.
getValue() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getValueNoErrors(String) - Method in class com.accountingenhancements.formula.Formula
Get the value of a variable of formula.
getValueNoErrors(String, int) - Method in class com.accountingenhancements.formula.Formula
Get the value of a variable of formula.
getVariable(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
getVariableList() - Method in class com.accountingenhancements.formula.Formula
Get the internal variable list
getVariableName() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getVariableType() - Method in class com.accountingenhancements.formula.FormulaVariable
 
getVariableType(String) - Method in class com.accountingenhancements.formula.FormulaVariableList
 
GroupLayoutPanelFactory - Class in com.accountingenhancements.layouttools
Create a group layout panel from the layout pattern defined in the layout array.
Each layout line represents a row.
GroupLayoutPanelFactory() - Constructor for class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
Unused since all methods are static
GroupLayoutPanelFactoryTestPanel - Class in com.accountingenhancements.layouttools
 
GroupLayoutPanelFactoryTestPanel() - Constructor for class com.accountingenhancements.layouttools.GroupLayoutPanelFactoryTestPanel
Creates a new instance of GroupLayoutPanelFactoryTestPanel
groupName - Variable in class com.accountingenhancements.treearray.Tree
A HashMap of names to attach names to BranchNode

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