SingleEditorValues

SingleEditorValues

Superclass
EditorValues

Subclasses
InternalTransfersValues, AverageReportValues, PeriodCostsValues,
KemReportValues, VariableCostsValues, NetSalesValues, KemNetSalesValues,
KemPeriodCostsValues, KemReceivablesValues, KemVariableCostsValues

Referenced By
DuPontModel

This is an abstract class for creating the Domain models.  This class handles obtaining
results through queries from the database.  Therefore its subclasses open editors that are
can be directly dependent on the queries.

The subclass should specify the budget and actual values, the queries for filling in these
values, set up dependencies with the queries.
1.  Specification of budget and actual values.
2.  Specification of any other values that may need to be accessed.
4.  Specify summary query information.
5.  Specify detailed query information.
6.  Specify display of graphs based on queries.

Instance Variables:
queryList <List of: QueryDescription> A set of query descriptions for use by the editor for opening up detailed tables.
queriesHolder <QueriesHolder> Holds the queries and their results. Developed By: Jee Ku (jku@cat.ncsa.uiuc.edu) & Joseph W. Yoder (yoder@cs.uiuc.edu)

Potential problems with this comment:
	Instance variable commented but not in class definition - 
		queryList
	Instance variable not commented - 
		detailedDescriptions