OldCatModelWrapper

OldCatModelWrapper

Superclass
AHSHelpApplicationModel

Subclasses
TBUApplicationModel, TBUDuPontInterface, TBUMonthlyPlan, TBUReportTable,
TBUDuPontNoteBook, TBUTransfersInPlan, TBUVariableCost, TBUSalesPlan,
TBUPurchases, TBUPnlStatement, TBUServicePlan, TBULaborPlan, TBUAssets,
TBUPnlInterface, TBUBurdenPlan, TBUVolumeEditor, TBUInternalTransferPlan,
TBUExternalTransferPlan, TBUInternalSalesPlan, TBUPeriodBurden,
TBUVariableBurden

Referenced By
DataModelBuilder

DefaultWindow can be used to provide default outlook for your window. It also provides
default methods that you might want to overwrite at your object level.

How to use DefaultWindow:
   There more than one ways to use DefaultWindow. The easiest way is:

    1)  open Resource Finder from VisualWorks
    2)  select Add...
    3)  enter your new class name in the popup window and OK it
    4)  in the new popup window,  a) select Application; 
                                                b) enter DefaultWindow at input field for
Superclass
                                                    (it should have ApplicationModel there)
                                                c) OK it
    5) it's done. The system will now popup a canvas with DefaultWindow's windowSpec.
        Feel free to add your stuff there.

Right now this class is only being kept around for the TBU Application code.  Once
it gets moved to the new CatModelWrapper, this can be deleted.

Developed by: Jee Ku (jku@cat.ncsa.uiuc.edu) and Joseph W. Yoder (yoder@cs.uiuc.edu)