File:  [NeXTSTEP 3.3 examples] / Examples / EnterpriseObjects / MasteringDetails / EmpController.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:56 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

// EmpController.h - The application controller for this example

#import <appkit/appkit.h>
#import "SavvyControllerDelegate.h"

// As a subclass of SavvyControllerDelegate, we will automatically
// provide key assignment for insertions and deletions in detail
// controllers for which are assigned as the delegate.
@interface EmpController : SavvyControllerDelegate
{
    EOController *	empController;
    EOController *  quoteController;
    EOController *  photoController;
    EOController *  empDeptsController;
    EOController *  empProjectsController;

    // Lists of data to choose from
    EOController *  allDeptsController;
    EOController *  allProjectsController;

    id	window;
}

- save:sender;
- insert:sender;

@end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.