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

C

clearLeafNode() - Method in class com.accountingenhancements.treearray.BranchNode
Removes all of the elements from the LeafNode list.
clone() - Method in class com.accountingenhancements.formula.FormulaVariable
 
clone() - Method in class com.accountingenhancements.formula.FormulaVariableStack
 
clusteredPanelParameterss - Variable in class com.accountingenhancements.layouttools.PanelFromStringArrayParameters
Used to create panel of clustered panels.
com.accountingenhancements.common - package com.accountingenhancements.common
This package contains classes that are common to two or more packages.
Copyright 2006 Lee Lofgern and Accounting Enhancements Inc Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
com.accountingenhancements.formula - package com.accountingenhancements.formula
BETA 9/10/2006
The formula package is a string based interpreted scripting math and string manipulation language written in Java.
It's intended to perform math and/or string concatination based on basic code segments that are stored in databases and work with dynamically created variables.
In an effort to improve speed in loops where some variables are stable and other variables change, levels of volatility can be assigned to variables.
com.accountingenhancements.layouttools - package com.accountingenhancements.layouttools
 
com.accountingenhancements.treearray - package com.accountingenhancements.treearray
 
containsElement(E) - Method in class com.accountingenhancements.treearray.LeafNode
 
converters - Variable in class com.accountingenhancements.layouttools.PanelFromStringArrayParameters
Each entry in this array is an argument for createPanelFromStringArray()
ConvertStringToJComponent - Class in com.accountingenhancements.layouttools
Convert the description of a component into a JComponent.
Used by some of the LayoutFactory methods.
Field names could be database name such as tblEmp.firstName and supportParameters could contain a database connection as well as a HashMap of field settings so that this function could create an appropriate field to support the database field.
ConvertStringToJComponent() - Constructor for class com.accountingenhancements.layouttools.ConvertStringToJComponent
Creates a new instance of ConvertStringToJComponent
createClusteredPanels(ArrayList<String>, ConvertStringToJComponent, ArrayList, PanelFromStringArrayParameters, boolean) - Static method in class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
 
createClusteredPanels(ArrayList<String>, ConvertStringToJComponent, ArrayList, PanelFromStringArrayParameters, Border) - Static method in class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
 
createNewBranchNode(String) - Method in class com.accountingenhancements.treearray.BranchNode
Create as new BranchNode entry and return it.
The new class will be cast to the correct class.
createNewBranchNode() - Method in class com.accountingenhancements.treearray.BranchNode
Create as new BranchNode entry and return it.
The new class will be cast to the correct class.
createPanelFromStringArray(ArrayList<String>, ConvertStringToJComponent, ArrayList, ArrayList<JComponent[]>, boolean, Integer, Integer, Integer, Integer, Integer, Integer) - Static method in class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
Create a group layout panel from the layout pattern defined in the layout array.
createPanelFromStringArray(ArrayList<String>, ConvertStringToJComponent, ArrayList, ArrayList<JComponent[]>, boolean) - Static method in class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
Create a GroupLayout panel from a String Array
createPanelFromStringArray(ArrayList<String>, ConvertStringToJComponent, ArrayList, ArrayList<JComponent[]>, boolean, Integer, Integer) - Static method in class com.accountingenhancements.layouttools.GroupLayoutPanelFactory
Create a GroupLayout panel from a String Array
createTreeCrawler() - Method in class com.accountingenhancements.treearray.Tree
Get a new instance of TreeCrawler that is pointing to this trunk and is defined with the correct Generic override. The TreeCrawler returns the Leaf objects throughout the tree.

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