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


/* Generated by Interface Builder */

#import <objc/Object.h>

@interface BinderHandler:Object
{
	id myBinder;
	id myDatabase;
	id authorEntity;
	id authorPrototype;
	id propertyList;	/* Property list used with the binder object */
	id containerList;
	id lastNameField;
	id stateField;
	id theTextView;
	char buf[100];
}

/* Application Delegate methods */
- appDidInit:sender;


/* BinderHandler Methods */
- initBinder;
- findAllRecords;
- findByName:sender;
- findByState:sender;
- showAllRecords:sender;

/* Display methods */
- appendToText:(const char *)newText;
@end

/* Binder Prototype Object */
@interface Author:Object
{
  	char *first;
  	char *last;
  	char *phone;
	char *address;
  	char *state;
  	char *zip;
}

- printSelf;

@end

unix.superglobalmegacorp.com

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